Reply to comment
Xajax and Jquery part 2
Submitted by cyberlot on Fri, 09/14/2007 - 16:46Got an email of something interested in my original xajax_jquery_plugin. This little demo was something I threw together but never got a lot of interest in and I have gone to using jquery directly more.
The other day someone asked me about getting it working with the latest versions of xajax and jquery so here we go xajax_jquery_plugin2
In reality I find jQuery gets rid of the need for half the xajax javascript which is why I started playing around with the idea of jQPie, xajax is going to the right direction though with there new plugin system but if you get heavy into jquery you will find it can cover most of what xajax can do.
What I would love to see is a Ext approach to things in xajax where they seperate the portions of there javascript that are covered by most javascript frameworks out there and make there system work with them all.
The best example of this is Ajax, jQuery already has an extremely robust system to handle ajax so why double that up with the built in code of xajax if you don't need it.
That being said if you just need some basic ajax ability tied into php, xajax is the way to go.


