pc-magas / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

data() method doesn't exist #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A data() method like in jQuery should be well in phpQuery.
(http://docs.jquery.com/Core/data)

Original issue reported on code.google.com by nicolas....@gmail.com on 21 Oct 2008 at 10:12

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 21 Oct 2008 at 10:32

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 12 Nov 2008 at 11:13

GoogleCodeExporter commented 8 years ago
Waiting for the 1.0 release ^^ !

Original comment by nicolas....@gmail.com on 12 Nov 2008 at 11:27

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 25 Jan 2009 at 10:13

GoogleCodeExporter commented 8 years ago
Cool !

Original comment by nicolas....@gmail.com on 26 Jan 2009 at 8:10

GoogleCodeExporter commented 8 years ago
Fixed in r365. Raw test case in test_manual.php.

Dot-separated value inheritance isn't supported. This means 'a.b.c' wont return 
'a.b'
if 'a.b.c' isn't set.

Original comment by tobiasz....@gmail.com on 20 Mar 2009 at 3:38