jquery Programming Glossary: ff3
jquery ajax cutting off response in IE http://stackoverflow.com/questions/11043693/jquery-ajax-cutting-off-response-in-ie so well known Javascript feature Apparently innerHTML in FF3 and IE6 And maybe others don't like form tags as part of innerHTML..
Jquery ajax, when periodicaly called, doesnt work on IE8 http://stackoverflow.com/questions/1190318/jquery-ajax-when-periodicaly-called-doesnt-work-on-ie8 as the first request. The same code work perfeclty on FF3 and Chrome. Is anybody aware of that bug and how to hack around..
Are jQuery's :first and :eq(0) selectors functionally equivalent? http://stackoverflow.com/questions/1234087/are-jquerys-first-and-eq0-selectors-functionally-equivalent be the slowest but here's the results that I came up with FF3 eq 0 first 0 0 trial1 5275 4360 4107 3910 trial2 5175 5231 3916..
IE8 and jQuery null pointers http://stackoverflow.com/questions/1780617/ie8-and-jquery-null-pointers image to give a colour fade effect. It works fine in FF3 Safari chrome but IE8 throws the undefined is null or not an..
jQuery draggable table elements http://stackoverflow.com/questions/307882/jquery-draggable-table-elements draggable functionality doesn't seem to work on tables in FF3 or Safari . It's kind of difficult to envision how this would..
jquery hide show div problem (internet explorer) http://stackoverflow.com/questions/513735/jquery-hide-show-div-problem-internet-explorer to your comment this example works perfectly for me in IE7 FF3. Note I did have to reverse the order of statements when using..
Limiting number of lines in textarea http://stackoverflow.com/questions/556767/limiting-number-of-lines-in-textarea the keydown event to the textarea but tested in IE7 and FF3 html head title Test title head body script type text javascript..
Call ASP.NET PageMethod/WebMethod with jQuery - returns whole page http://stackoverflow.com/questions/583116/call-asp-net-pagemethod-webmethod-with-jquery-returns-whole-page result The request response headers as per Firebug in FF3 are as follows Response Headers Server ASP.NET Development Server..
Fix for background-position in IE http://stackoverflow.com/questions/594870/fix-for-background-position-in-ie that uses jquery and 2 jquery plugins. The code works in FF3 and Chrome. The full error is Line 33 Char 6 Error bg is null..
Simulating a tab keypress using JavaScript http://stackoverflow.com/questions/702585/simulating-a-tab-keypress-using-javascript MDC web site both give me these errors in firebug under FF3 Permission denied to get property XULElement.popupOpen Break..
Post form in JQuery and populate DIV - broken in IE http://stackoverflow.com/questions/717703/post-form-in-jquery-and-populate-div-broken-in-ie .empty .append data text This works perfectly in FF3 however it would only work randomly in IE6 7. The server confirms.. 'test' 'test' function data alert data text Surely enough FF3 would print out the return HTML every time while IE6 7 would..
Debugging JS events with firebug http://stackoverflow.com/questions/718795/debugging-js-events-with-firebug other jQuery funtions . Note that 3 requires Firebug for FF3. If you are like me and prefer to debug with Firebug for FF2..
jQUery ui buttons some issues in IE7 http://stackoverflow.com/questions/7354647/jquery-ui-buttons-some-issues-in-ie7 align middle 1. Define line height as normal to match FF3 4 set using important in the UA stylesheet 2. Correct inner..
IE8 Jquery Javascript “Error: Object required” Bug http://stackoverflow.com/questions/787074/ie8-jquery-javascript-error-object-required-bug in this function runs. This code works in IE6 IE7 FF3 and Safari... Any ideas Does it have something to do with the..
How to preserve text selection when opening a jQuery dialog http://stackoverflow.com/questions/824833/how-to-preserve-text-selection-when-opening-a-jquery-dialog dialog I came across the following quirk tested in FF3 User selects text In code open up a jQuery dialog BUG the text..
jquery ajax cutting off response in IE http://stackoverflow.com/questions/11043693/jquery-ajax-cutting-off-response-in-ie improve this question It's not a jQuery bug. It's a not so well known Javascript feature Apparently innerHTML in FF3 and IE6 And maybe others don't like form tags as part of innerHTML . If you want you can test it div id test form input..
Jquery ajax, when periodicaly called, doesnt work on IE8 http://stackoverflow.com/questions/1190318/jquery-ajax-when-periodicaly-called-doesnt-work-on-ie8 seems to go to the onSuccess function with the same result as the first request. The same code work perfeclty on FF3 and Chrome. Is anybody aware of that bug and how to hack around it Or am I simply doing something wrong jquery internet..
Are jQuery's :first and :eq(0) selectors functionally equivalent? http://stackoverflow.com/questions/1234087/are-jquerys-first-and-eq0-selectors-functionally-equivalent assumed that the 3rd would be the fastest and the 4th would be the slowest but here's the results that I came up with FF3 eq 0 first 0 0 trial1 5275 4360 4107 3910 trial2 5175 5231 3916 4134 trial3 5317 5589 4670 4350 trial4 5754 4829 3988 4610..
IE8 and jQuery null pointers http://stackoverflow.com/questions/1780617/ie8-and-jquery-null-pointers with some animated rollovers where I animate the background image to give a colour fade effect. It works fine in FF3 Safari chrome but IE8 throws the undefined is null or not an object error. Full text Message 'undefined' is null or not..
jQuery draggable table elements http://stackoverflow.com/questions/307882/jquery-draggable-table-elements draggable table elements jQuery's draggable functionality doesn't seem to work on tables in FF3 or Safari . It's kind of difficult to envision how this would work so it's not really surprising that it doesn't. html style..
jquery hide show div problem (internet explorer) http://stackoverflow.com/questions/513735/jquery-hide-show-div-problem-internet-explorer Hide Sgiw #commentdiv .toggle 'slow' Edit In response to your comment this example works perfectly for me in IE7 FF3. Note I did have to reverse the order of statements when using slow effects. Interesting DOCTYPE html PUBLIC W3C DTD XHTML..
Limiting number of lines in textarea http://stackoverflow.com/questions/556767/limiting-number-of-lines-in-textarea be best using jQuery onDomReady and unobtrusively adding the keydown event to the textarea but tested in IE7 and FF3 html head title Test title head body script type text javascript var keynum lines 1 function limitLines obj e IE if window.event..
Call ASP.NET PageMethod/WebMethod with jQuery - returns whole page http://stackoverflow.com/questions/583116/call-asp-net-pagemethod-webmethod-with-jquery-returns-whole-page url 'MyPage.aspx SomePageMethod' success function result alert result The request response headers as per Firebug in FF3 are as follows Response Headers Server ASP.NET Development Server 8.0.0.0 Date Tue 24 Feb 2009 18 58 27 GMT X AspNet Version..
Fix for background-position in IE http://stackoverflow.com/questions/594870/fix-for-background-position-in-ie in IE I get this problem in IE7 when running a piece of code that uses jquery and 2 jquery plugins. The code works in FF3 and Chrome. The full error is Line 33 Char 6 Error bg is null or not an object Code 0 URL http localhost index2.html However..
Simulating a tab keypress using JavaScript http://stackoverflow.com/questions/702585/simulating-a-tab-keypress-using-javascript box. But 9 0 and 9 9 the former of which I took right from the MDC web site both give me these errors in firebug under FF3 Permission denied to get property XULElement.popupOpen Break on this error this.input.focus 0 .dispatchEvent event Permission..
Post form in JQuery and populate DIV - broken in IE http://stackoverflow.com/questions/717703/post-form-in-jquery-and-populate-div-broken-in-ie post_form url .post url 'test' 'test' function data #add_value_form .empty .append data text This works perfectly in FF3 however it would only work randomly in IE6 7. The server confirms that post requests are coming through from IE yet it would.. Curious I decided to alert the data variable .post url 'test' 'test' function data alert data text Surely enough FF3 would print out the return HTML every time while IE6 7 would mostly print blanks with an occasional HTML return. I was not..
Debugging JS events with firebug http://stackoverflow.com/questions/718795/debugging-js-events-with-firebug since the code calling jQuery.event.add was most likely just other jQuery funtions . Note that 3 requires Firebug for FF3. If you are like me and prefer to debug with Firebug for FF2 you can use the age old arguments.callee.caller.toString method..
jQUery ui buttons some issues in IE7 http://stackoverflow.com/questions/7354647/jquery-ui-buttons-some-issues-in-ie7 textarea font size 100 margin 0 vertical align baseline vertical align middle 1. Define line height as normal to match FF3 4 set using important in the UA stylesheet 2. Correct inner spacing displayed oddly in IE6 7 button input line height normal..
IE8 Jquery Javascript “Error: Object required” Bug http://stackoverflow.com/questions/787074/ie8-jquery-javascript-error-object-required-bug library script not my javascript file when the switch statement in this function runs. This code works in IE6 IE7 FF3 and Safari... Any ideas Does it have something to do with the ' this ' selector in the switch Thanks function totshirts..
How to preserve text selection when opening a jQuery dialog http://stackoverflow.com/questions/824833/how-to-preserve-text-selection-when-opening-a-jquery-dialog text selection when opening a jQuery dialog Using jQuery's dialog I came across the following quirk tested in FF3 User selects text In code open up a jQuery dialog BUG the text gets unselected text could be in a textarea or just an HTML..
|