Git-Host / phpquery

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

jQuery 1.3 compatibility #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
jQuery 1.3 compatibility

Original issue reported on code.google.com by tobiasz....@gmail.com on 20 Sep 2008 at 2:23

GoogleCodeExporter commented 8 years ago
jQuery 1.3 Beta 1 is out
http://blog.jquery.com/2008/12/22/help-test-jquery-13-beta-1/

Things to implement in phpQuery
1. Not attribute value - [name!=value]
2. Live event delegation

Original comment by tobiasz....@gmail.com on 1 Jan 2009 at 10:31

GoogleCodeExporter commented 8 years ago
Official jQuery 1.3 release notes:
http://docs.jquery.com/Release:jQuery_1.3

Thing to implement in phpQuery:
3. http://docs.jquery.com/Core/selector
4. http://docs.jquery.com/Core/context
5. Check complex selectors issue for :not http://docs.jquery.com/Selectors/not
6. dataFilter for AJAX requsts
7. xhr for AJAX requests
8. ->load() can now accept a string as data parameter
9. 'extra' function is gone from trigger and triggerHandler
10. event.result for capturing return value

Have i missed anything ?

Original comment by tobiasz....@gmail.com on 14 Jan 2009 at 8:19

GoogleCodeExporter commented 8 years ago
jQuery 1.3 seems to be a fabulous things ^^ !

One questions about the phpQuery update...

Would you rewrite the selector engine ? I think nop, because it should be totaly
diferent to do it in JS or in PHP (and I don't think there's a Sizzle for PHP 
:p - we
need to ask to John :x).

Thanks to answer :).

Original comment by nicolas....@gmail.com on 15 Jan 2009 at 1:45

GoogleCodeExporter commented 8 years ago
Useful url:
http://api.jquery.com/?added=1.3

> Would you rewrite the selector engine ?
No, implemented are API changes. Selector engine implementations were, are and
(probably) will always be different.

Original comment by tobiasz....@gmail.com on 19 Jan 2009 at 12:12

GoogleCodeExporter commented 8 years ago
http://docs.jquery.com/Release:jQuery_1.3.2

11. Elements Returned in Document Order
12. .appendTo()/etc. Now Return Inserted Elements

Original comment by tobiasz....@gmail.com on 22 Feb 2009 at 10:07