vovanmozg / phpquery

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

jQuery 1.2.2 compatibility #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Things to do:
 * [@attribute] to [attribute]
 * :has pseudoclass
 * .slice()
 * :contains(text) pseudoclass
 * :header pseudoclass ?
 * .wrapInner() / .wrapAll()
 * .replaceWith() / .replaceAll() 
 * .map()
 * .prevAll() / .nextAll()
 * .hasClass()
 * .andSelf()
 * .contents() 
 * Complex :not() eg $("li:not(.active,.hover,:contains(test))")

Things to remove:
 * xpath
 * .gt()
 * .lt()
 * .contains('text')

According to:
1. http://docs.jquery.com/Release:jQuery_1.2
2. http://docs.jquery.com/Release:jQuery_1.2.2

Original issue reported on code.google.com by tobiasz....@gmail.com on 24 Jan 2008 at 2:30

GoogleCodeExporter commented 8 years ago
Branched svn tree into 0.8-jquery-1.2 where developement of this issue is work 
in
progress.

Original comment by tobiasz....@gmail.com on 26 Jan 2008 at 3:55

GoogleCodeExporter commented 8 years ago
Things to do:
 * :header pseudoclass ?
 * .wrapInner() / .wrapAll()
 * .replaceWith() / .replaceAll() 
 * .map()
 * .andSelf()
 * .contents()

Original comment by tobiasz....@gmail.com on 29 Jan 2008 at 6:07

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 4 Jun 2008 at 12:21