Variable Visions

Articles jQuery jQuery-breaks-IE7-


tutorials - jQuery and Web-Development.

jQuery breaks in IE7

Published Mon. Nov. 19, 2012


jQuery breaks in IE7 if a comma is used before ending the function

$('.cyclecontainer .articlelist').cycle({

                                                            fx:'fade',

                                                            pause: 1,

                                                            timeout: 4000,

                                                            speed:2000,

                                                            random: 1,

                                                });

 

$('.cyclecontainer .articlelist').cycle({

                                                            fx:'fade',

                                                            pause: 1,

                                                            timeout: 4000,

                                                            speed:2000,

                                                            random: 1

                                                });


Tag(s): jQuery, IE7 bug



RECENT ARTICLES:

PUBLISHED ON 06.1.23arrowBuilding a JavaScript Metronome using Open AI Chat GPT

PUBLISHED ON 05.15.23arrowHow Do I Remove Footage Gaps in Adobe Premiere

TAGS

CATEGORIES