firefox 31 the javascript submit not working -
Do not submit JavaScript as a problem in Firefox 31. This product arises on the product page, after selecting that product, it is not navigating on the cart page or the wishlist page. I also tested it on other browsers and Firefox 30 and it works fine on them. I also tried to disable other plugins but it did not work I debug the code snippet below and its variable is getting the desired value according to logic, for example it is just entering the location When the user has checked the field. I would be grateful for any quick solution.
echo " Do you have the input field in your form called 'Action' any chance?
I have a bug with some old code in Firefox today. 31. In previous versions of Firefox, the 'action' attribute of type was resolved, but version 31 has changed its Instead, solve an input field called 'Action' on the page.
I had to work again using jQuery:
$ ("# defForm"). Attr ("Action", SRL); Alternatively, I could change the input field naming converter used on the page.
I would be interested to understand the reasons behind the change in Firefox behavior. / P>
Comments
Post a Comment