I have a simple HTML form such as follows: Catalog: I want to capture and process the submit event of
Category: JQUERY
Debug Browsers
Here’s a good website for how to invoke javascript debugger in different browsers: http://debugbrowser.com
Async AJAX and PHP session
Javascript is single threaded. AJAX allows asynchronous calls. From http://stackoverflow.com/questions/6903318/multiple-ajax-requests-delay-each-other/6933294#6933294 If you use sessions in the AJAX handling functions, you will run
My JQUERY Cheat Sheet
Bind JQUERY UI Autocomplete to .Live Event Note: .Live is deprecated in JQUERY 1.7 $(‘.search’).live(‘keyup.autocomplete’, function(){ $(this).autocomplete({ source : ‘url.php’