jQuery.error not working in IE 6+
I have not been able to get jQuery.error to work properly in IE. Here's an example: http://jsbin.com/etoxo/4 It should error on document ready, but all it says is "Exception thrown and not caught". Is this expected behavior? Thanks, Matt
[IE8 bug] margin (top/bottom) disappears when toggling
Hi, I found a possible solution to: http://forum.jquery.com/topic/weird-disappearing-margin-in-ie8 http://forum.jquery.com/topic/ie8-bug-slidetoggle-disappearing-margins-example-included http://forum.jquery.com/topic/hide-problem-on-ie8 http://forum.jquery.com/topic/ie8-bug-slidetoggle-disappearing-margins It is a IE8 bug, when you try to hide a div vertically (slideUp) and then the margin (top/bottom) in between divs headers disappear ¿?. just apply the following css to the block(s) element(s) (divs,normally)
IE 8 fadeTo problem with inline elements
Hi, I just wanted to report a small bug with fadeTo method in Internet Explorer 8. It won't work if your element as "display" set to "inline". I found that you need to put it to "inline-block" and then it works perfectly. There is nothing about this on the web and it's not the first time I have this problem. Don't know if it's the right way to report this issue, but i'm sure someone will read this post :) Thanks David
Is the ThemeRoller not working for anyone else?
I've been trying to generate a custom theme using the ThemRoller (http://jqueryui.com/themeroller/) and when I click "Download theme" and download the theme packed with jQuery I get an empty custom-theme. Evenw hen I try to download one of the gallery themes I get an empty theme. Is there a known issue or am I the only one having problems?
index.html wont pick any style
Hi! I have just downloaded jquery ui and placed it into the same folder so now I can see the Index.html, but it wont use the style and all I can see is black text over white background. What could be the problem?
jQuery API browser tabbing
Hi, this is not really about the forum, but about the API browser. I like its functionality to jump from one method to the other using tab or arrows keys. But I think it should not overwrite the Cntrl-Tab and Cntrl-Shift-Tab key combinations. This prevents you from switching between tabs on Google Chrome. ... Sorry, I guess this is the nastiest issue report I've ever written...
ui tabs broke(completely) after hiding the div they are in with an animation
the discussion of the problem started at http://groups.google.com/group/jquery-ui-layout/browse_thread/thread/12627ef6f2d489fb the plugin author has put up a page on which you can see the problem: http://layout.jquery-dev.net/demos/tabs_jq14_test.html Kevin Dalman: This *is* a bug in the Effects, but it does NOT affect slideToggle() or toggle('slow'), which is why your test page did not reproduce it. However Layout uses the .hide('slide') syntax so that it can easily specify different effects and
ajax load results display error in IE8
We're using jQuery ajax quite a bit without issue. Today, however, we ran into an issue where the results of a query are not displayed. fyi... the following works fine in firefox. scenario: 1. load ajax "$("#location").load( url... )" used to retrieve results 2. using fiddler, we can see the results are returned as expected 3. results not displayed. look at the updated dom in IE8 with dev tools and the results are not put into the display area Additional info... a. using $("#location").load( url,
in jQuery 1.4, $(html) fails to run scripts if html length > 511
In jQuery 1.4, if an html string (local or obtained through $.get()) contains scripts, and the length of the string is > 511, then the scripts do not fire when the html is appended to the DOM. Confirmed this on webkit engines on Safari 4.0.4, Chrome 3.0 and iPhone OS 3.1.2. Works fine on FF 3.6. Works fine with jQuery 1.3.2. I suspect some of the optimization to be the culprit. This is specially troublesome for ajax content that has *mixed* script and html. Is there a suggested alternative?
originalTarget not set on handler-passed events in IE8
ran into the issue of originalTarget not being set inside the passed event to a keydown handler in IE8 (maybe other IEs). i'm not sure how much normalizing is supposed to be done in jQ for events, so i'm unsure if this is by design or just missed? for now resorting to using the following: which works in FF3 and IE8 e.originalTarget || e.srcElement; thanks, Leon
.show('') functionality changed in 1.4
I found an (unintended?) change in how 1.4 works: .show('') In <1.4 this triggered the default 'show' with no animation. In 1.4, this causes an animated 'show'. This can be fixed by removing the empty-string argument, but I thought I would post it here in case anyone else comes across this problem. Matt Kruse http://MattKruse.com
jquery nightly
On download page link to jquery-nightly.js referrers to old (v1.4a2pre) version Plz fix this link
Clicking on a link for the same hash-based URL
This is best explained via an example. Different browsers handle this differently, but at least in Firefox... Click on 'Recent Posts'. When the page has finished loading, click the same link again. The page will not reload. For all hash-based links, you need something like: $("a[href*='#']").click( function() { if ( $(this).attr("href") == window.location.href ) { window.location.reload(true); return false; } }); Assuming hrefs contain absolute paths, of course.
Problem in Google Chrome using the fadeOut()
I would like to implement a fadeOut effect for a new web project and so I decided to append a layer-div via javascript to lay over the real content and wanted to fadeOut this element at the top of my $(document).ready() function. I did choose the JS solution in order to make the project work fine even if JS is not activated. So at first I had this code snippet: var over_main = document.createElement('DIV'); overmain.setAttribute("id","over_main"); document.body.appendChild(over_main); And in my
regex breaks modal and accordion inside modal dialog
Hi folks, I'm experiencing two problems. 1) my accordion wont display in my dialog modal window and 2) certain regex expressions break the dialog modal box resulting in no dialog. I have a php/mysql/jquery page (viewContacts.php) that when you click on a button it brings up a "loading message, displays a previously hidden div, and then POSTs a form into that div. This seems to work ok $(document).ready(function() { $('a.addContacts').click(function(e) { e.preventDefault(); $("#loader").fadeIn();
blind/fold don't seem to work in 1.8b1
The demos of show and hide don't show any animation when blind or fold are selected. All the others seem to work in Safari, Chrome, and Firefox.
problems in ie running my new plugin
Hi, I'm trying to develop my first jQuery plugin. When i run it in Firefox, all is ok ! but ie give me problems, and indicate that the problem is in de jQuery library- just in 4166 line of jQuery 1.4 the same problem in line 1061 of jquery-1.3.2. I edit the code and it talk about opacity. In my code i don't call opacity properties in jquery. And i cancel all css opacity propertis. and nothing, not run in ie. I'm not an expertise developer, and i don't know what to do now. some help? Thanks. Avel.
jquery-ui-1.6 sortable scipt minified issue
Hi all. When downloading jquery-ui 1.6 I have an issue with the minified version. It seems like there is some quote missing in 'sortable' script part and all code is getting broken... You can see it in the attachment. I think it's a minifier issue as normal version of the script looks to be fine. Hope this helps to fix it. Thanks for what you are doing. Eugene.
help with jquery photo gallery plugin
Hi, I'm new to JQuery and I'm trying to use a plugin to create a photo gallery. Everything works pretty good so far, but I'm trying to make the gallery show 2 images per slide (like in the attached image) and I can't make it happen. I would really appreciate any help. Bellow are links to the files that I'm working on. The link to the testing site is: http://lauracastro.com/mariacarreras/test/mudaimemo.html The link to the jquery plugin is: http://lauracastro.com/mariacarreras/test/javascripts/plugins/jquery.gallery.js
jEditable fixed width bug (and fix)
In jeditable there is a workaround for a bug http://dev.jquery.com/ticket/2190 which causes the width to be incorrectly reported as 0. Unfortunately, the fix shortcuts the check for fixed width, which means that fixed width elements end up incorrectly getting a 0 width. The patch is attached, and makes it only apply the fix if it is an autowidth element. Unfortunately I didn't test this with autowidth... so may the buyer beware. -gordo
back link doesn't work
1) Do a search 2) Click on a result 3) Click on the "back" link -> nothing! 4) Click again -> it works!
hoverIntent triggers ‘out’ function on select element in Internet Explorer
The code that follows is used for showing and hiding Mega Dropdowns. If you mouse-over a link with the class of 'dropDown', it's child '.dropPanel' shows. As long as your mouse is over either the link or the drop panel, the drop panel remains shown. Move the cursor anywhere but the link or the panel, and the panel is hidden. Pretty basic stuff. In a few of these Mega Dropdowns there are forms that contain select elements. In Firefox, all is well. In IE (8 specifically, have not tested any other
jQuery 1.4 breaks ASP.NET MVC parameter posting.
Background: Using ASP.NET MVC if you post to an action using the same variable names as those on the method signature it automatically parses them for you. However with jQuery 1.4 if you post an ARRAY it changed how the post variable name is formed, adding [] to the end. This is an impasse since I obviously cannot append [] to my variable name in the controller. At the moment this is a huge problem if we intend to upgrade to v1.4... ever. jQuery 1.3.2 post data: {myarrayvar=something&myarrayvar=somethingelse&anothervar=true}
Problem with inserting <link> into <head> in IE with 1.4
So for a site I maintain, InsideCCS, I have the following code for dynamically inserting stylesheets on a page: var newCSS = []; $.each(options.styles, function(index) { newCSS.push('<link href="/styles/'+options.styles[index]['href']+'" media="screen" rel="stylesheet" type="text/css" class="dynamic_css" />'); }); $('head').append(newCSS.join("")); This code can be seen at line 156 in http://insideccs.com/scripts/global.js. This worked perfectly well using jQuery 1.3.2 (and back through to 1.2.6
Meta+N keypress being caught
Some pages appear to be catching and preventing default on some key presses. I can't create new browser windows with meta+N when I'm viewing the topic list. Are there maybe some stray key bindings? If you do plan to implement keyboard navigation (or if it already exists and I just can't find it), great, but it's generally a Bad Thing to block browsers' built-in key bindings.
Bug in theme roller? Calendar icons disappearing when changing their color
Hello everybody, When I try to change the color of the icons in the "Header/Toolbar" section of Themeroller, they disappear and are only visible in hover state. I'm trying to gather more info before filing a ticket...Regards, Louis-Rémi Babé
Problem with Date and $.ajax
Hi all, First I would like to thank the jQuery team for this new release! It looks extremely promising. Btw, I just updated a test page to jQuery 1.4 and now I am getting the following error: "this.toDateString" is not a function when a Date object is created within the scope of an $.ajax call The error is generated by the following: Date.prototype.shortDayMonth=function(sep){ var str=this.toDateString().split(" "); sep=sep||" "; return str[2] + sep + str[1]; }In that case "this", inside Date.prototype, is
1.4 sometimes treating a string passed to .after() as an expression
Under 1.3.2 the following worked without a hitch: $("#content a[href$='.mp3']").after(" (Right click to download) "); Under 1.4 it throws an exception. I need to either remove the brackets from the string to be added to the page or return the string from a function: e.g. $("#content a[href$='.mp3']").after(" Right click to download "); or $("#content a[href$='.mp3']").after(function () {return " (Right click to download) ";}); My error? Glitch in 1.4? Edge case?
$("#my_div").hide('explode') not works well in IE8 but in IE7 and Mozilla does.
Using: jquery-1.3.2.min.js jquery-ui-1.7.2.custom.min.js The element does explode but also it should fade out. You can see if am I right here: http://docs.jquery.com/UI/Effects/Explode Test the behaviour in IE8, IE8 compatibility mode and Mozilla
Effects Broken with jQuery 1.4 And/Or UI 1.8.a2
There are numerous problems with the UI Effects with the new versions of both jQuery and UI. I've created sample pages to illustrate the problems with each combination of library... NOTE: Links below have been fixed - were originally broken jQuery 1.3.2 + UI 1.7.2 : http://layout.jquery-dev.net/demos/test_jq13_ui17.html Everything works correctly jQuery 1.4 + UI 1.7.2 : http://layout.jquery-dev.net/demos/test_jq14_ui17.html Default toggle(speed) effect works correctly All other effects also work,
Avatar Images
Am I the only person who has issues with custom user avatars? Neither the upload, nor displaying existing ones seem to work correctly. I've been observing the failing of more and more avatars during the last hours and nearly no avatar is working anymore while I post this message. Not the very big problem, I'm just interested. (>°°)>
regression: incorrect default context applied to .ajax error callback in jquery1.4
As the example on http://jsfiddle.net/FPcVB/ shows, the success callback correctly sets `this` as the .ajax object, however the error callback does not. This works in jQuery 1.3.2 as you can see at http://jsfiddle.net/YWpEP/
http://api.jquery.com -- updated for jQuery 1.4 ?
Has the API site been updated for 1.4? Really? Then where is $.Proxy() ? Several others missing too. **--** Steve
ajaxstop doesn't seem to fire in jquery 1.4
I am having a problem with ajaxStop in jquery 1.4 I tried transitioning to 1.4 from 1.3.2 and the only thing that I noticed that wasn't working was my "loading" div, never hid. My code is: $("#loadingMessage").ajaxStart( function(e) { $(this).show(); }).ajaxStop( function(e) { $(this).hide(); }); Which (as you can see) is pretty straightforward. The ajaxStart event definitely gets fired, but the ajaxStop event never does. If anyone has any suggestions I would be grateful. Thanks Jonathan
when i use jquery ui draggable with table,iframe in ie is so slow ?
when i use jquery ui draggable with table,iframe in ie is so slow ? 为什么我在ie下面使用ui的draggable 拖动一个对话框时候,非常的慢,非常的卡,我开启了iframeFix,但是不行
nextuntil and prevuntil do not support attribute selectors
Hi. I am trying to fetch some rows of a table. each row having a classname starting with "pysj" is a course. those rows that follow these rows, but do not them selves contain this class name, should also be considered being a part of the previous course. In other words, I need to select all elements matching $(this).nextUntil("[class^=pysj]") and then do something with them. This however, errors out with the following error: elem.getAttribute is not a function http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js
Login Page has display problems.
When trying to login for the first time, I was redirected to this page: http://forum.jquery.com/portalLogin.do?serviceurl=/topic/jquery-is-moving-to-a-forum&forumGroupUrl=jquery It has display problems related to both the footer, and the header. I'm using Safari on Mac, but it also displays incorrectly on Firefox on Mac. Attached is the image of the page in question, showing the problems.
Jcarousel problem
Well I'm pretty new to Javascript and jQuery all together but I seem to have broken my code :( I get the following error: jQuery("#carousel").jcarousel is not a function http://www.intactlab.nl/ Line 50 I thought that the include link was incorrect but this was not the case. Since it worked yesterday I guess it should be something small. Can anybody help? Thanks
There is a bug for $(btn).live("click, fn) on FireFox
The .live("click") event binding also react with mouse right-click on FireFox.
problem (IE8) inserting 'alternate rss link ' in "head" section fails. ( Succeeds in Firefox 3.5)
Hi, Here is our usecase: * we want to use jquery/javascript to add the "rss link" (i.e. <link rel='alternate' type='application/rss+xml' href='/path/to/thirdsome/rss'> ) to the <head> section of the document * I added this code to a test page: <script type="text/javascript"> $("<link rel='alternate' type='application/rss+xml' href='/path/to/thirdsome/rss'>").insertAfter("meta"); </script> * It works in Firefox (version 3.5) * It fails in IE8 * when it fails in IE8, it actually breaks any
Next Page