Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

HI I have updated my firefox browser to version 29.0.1 , from that time my asp.net applications ajax, jequery , jscript functionality are not working properly.

  • 2 odpovědi
  • 2 mají tento problém
  • 6 zobrazení
  • Poslední odpověď od Kohei

more options

some of my asp.net code templates are not working (which are integrated with ajax,jquery,javascript) in firefox 29.0.1 . when i select dates and click on 'Go' , it has to update part of the page but its not doing that for some dates before 08/01/2013 (as start date)

Any help would be appreciated

some of my asp.net code templates are not working (which are integrated with ajax,jquery,javascript) in firefox 29.0.1 . when i select dates and click on 'Go' , it has to update part of the page but its not doing that for some dates before 08/01/2013 (as start date) Any help would be appreciated

Všechny odpovědi (2)

more options

Is there a page online demonstrating this problem? I think without taking a look, we might speculate wildly and waste a lot of your time...

One thing that turned on in Firefox 29 is support for <input type="number">. If any of your date fields were using type="number" as a way to be scripted or styled specially, that may no longer work correctly in Firefox 29 and higher.

This article might be useful:

https://developer.mozilla.org/Firefox/Releases/29/Site_Compatibility

more options

As I wrote in the site compatibility document, there was a JavaScript regular expression bug affecting older versions of jQuery. This issue has been fixed with Firefox 30 so please upgrade and try again.