[jQuery] Ajax Errors with Firefox 3.0.8 (latest release)

2009-04-01 Thread tallvanilla
Many of our websites users began reporting AJAX errors on all jQuery- enabled pages of our website. The common factor among these users is that all are using the latest update to Firefox: version 3.0.8. From what I've gathered, it might only affect get requests, but I can't be sure of that yet.

[jQuery] Ajax errors

2007-08-26 Thread c4st
I can't seem to figure out why this isn't working. request.php is working just fine. $(document).ready(function(){ $(input.search).keypress(function(){ $(select.make).removeAttr('disabled'); $(button.search).removeAttr('disabled'); });