Is there bug in chrome when jquery ajax function is used?

52 views
Skip to first unread message

Muthu Prasad Venkatraman

unread,
Jul 25, 2015, 12:01:16 PM7/25/15
to Chromium-discuss
Hi,


      I am a web developer, i been wondering like tasks before ajax call using jquery doesn't work in chrome but it works perfectly in firefox.

for example:


         function my_method(){

                $('.buttons').disable(); // this does not work in chrome
                $.ajax(..., ....,....);

       }


in above example the disabling button does not work until i put some alert message in between disable and ajax call. This is totally weird experience with chrome.

Is it a bug in chrome, if so where can i raise this.

Prasad

PhistucK

unread,
Jul 25, 2015, 1:17:28 PM7/25/15
to muthu....@gmail.com, Chromium-discuss
Is $(...).disable() a plugin? Because jQuery does not have a disable method (at least 1.11.2 does not).

For your information, for bugs, this is the issue tracker - crbug.com.

Anyway, I cannot reproduce this in Chrome 43 (I tried $(...).val("a") instead of disable and it worked before immediately calling $.ajax).


PhistucK

--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.

Reply all
Reply to author
Forward
0 new messages