i have a simple hide the search button and replace it with a loading graphic
script, however on firefox if i hit the back button the loading image is
there not the search button. On IE the search button is back as expected

 $(document).ready(function(){
   $("#search-form").submit( function() {
    $("#search-button").hide()
         $("#search-loading").show();
   });
 });
-- 
View this message in context: 
http://www.nabble.com/show%5Chide-back-button-tf4858111s27240.html#a13902135
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to