i'm currently using "getContent();" in onChange event in listboxes, etc.it resubmits the page based on a tag (i.e. mypage.php?cmd=CheckThis) so i write a php bit if {if cmd=checkthis then do this sql query, assign these variables, and load this html tidbit) the tidbit is then loaded into the DIV it was told to in the getContent();this is often painful and i hate doing it. JQuery looks much cleaner and simple. What good tutorial sites do you guys recommend?
11/5/2010 8:39:21 AM
I recommend jQuery.com's own documentation section.[Edited on November 5, 2010 at 8:41 AM. Reason : Seriously, not being a dick here.]
11/5/2010 8:41:09 AM
Thanks
11/5/2010 8:42:48 AM
I recommend reading about its AJAX methods first, playing around with them, then reading about event binding and form serialization.
11/5/2010 8:44:33 AM