xajax is still my preferred AJAX tool because you can code the functions in PHP. This is great for those who doesn’t have time to learn jQuery or any other …
A case that works in IE but not Firefox (for a change). Supposed there’s form with a few fields. A button to manually adding more fields to the form. These …
When passing a boolean value from javascript to a xajax function, the value is converted to string in the xajax function. You need to compare the string value of the …