• Sliding Content

    Hello, I worked on that probleme a coupls of hours now and can't solve it. Hopfefully some1 can help me. What I already done is: on startup ther is no content (.hide) and just the urls. On click (.click) on a url the specific (.sbilings) content for this url slides out beneath the url (.fadeIn) The Problem is: When I click on the next url the content of the first url should slide out (.slideOut) and the new specific content should slide out. But this doesn't work at all. The content of the first
  • jQuery Galleria Problems

    Hi, When I use the galleria plugin using the galleria demo 1 custom hover effects (Link), I get a few problems: As you can see, The thumbnails are cascaded in 2 columns. i want it to be in one, continuous line. Also, can you plz. Tell me the way where I can have one picture already the 'active' picture, i.e when you go to the webpage it's already up? Thanks for any help.
  • IE and Firefox, jQuery.isEmptyObject(String) behaves differently.

    [IE 8.0.7600] jQuery.isEmptyObject("abc") // true [Firefox 3.6.3] jQuery.isEmptyObject("abc") // false Because if the string is declared such as the following var str = "abc"; In the case of Firefox, str variable has three properties. str[0] // 'a' str[1] // 'b' str[2] // 'c' In the case of IE, str variable has not property.
  • IE show then hides but ONLY ONCE!

    hi, I've got: <div id="foo"     <h2></h2>     <p></p> </div> then: $('#foo').delay(2500).show('clip',500); {WORKS FINE} then: $('#foo').delay(2500).hide('drop',300); {also WORKS FINE} then on the next click event the show doesn't work? #foo stays hidden. Only the first click->show, click->hide cycle works on IE7. FF, Safari etc... all work as expected.... Anyone seen this behaviour before? What is causing this? {edit: It is caused by UI effects only - when I use standard show/hide the behaviour is
  • Trying to determine if bug in UI position

    I found a bug in my application and I am trying to figure out if it is considered a bug in jQuery UI position or if I should stick with my workaround. The bug occurs when the parent element has overflow:hidden and the element you are positioning on overflows the parent. The position code sees the entire height of the element as if it is visible when in reality it is only a partial bit of that size. I know my explanation is bad, so I have made some sample code showing the problem: http://jsbin.com/esopo4/2
  • Problem with sortable options in jquery ui 1.8.1

    First of all, good day to everyone, and sorry for my poor english... i hope that you can understand my problem. Today i was dealing with a problem in a function that was using ui 1.7.2 and i changed the version of the ui to 1.8.1. The function started to throw an error while it was trying to asign the event "stop" to the selector. The code is similar to this $(function() {     $("#" + contenedor).sortable({         stop: function(event, ui) {             ...             code             ...     
  • bgiframe problem IE

    Saludos, por favor perdonen que escriba en español, pero es más facil para mi expresarme asi. Bueno estoy haciendo un sistema con las UI de jquery que me han salvado la vida, pero como usuario casi exclusivo de Mozilla, no me habia dado cuenta de un problema hasta ayer cuando fui a entregar el Sistema, jajaja, bueno error mio.... bueno a lo que vinimos. Todo funcionaba extremadamente lento en IE 8, utilizando la herramienta de desarrollo de este me acuso un problema antes de la Linea 1 !!??? decia
  • creditcard2 has a bug related to SOLO, and a few VisaElectron bin ranges missing

    Hi all We are currently using the credit card validation on a commercial site and I noticed a few bugs. First for SOLO. The validation for the bin range starting with 6767 is not working because of a space after the comma but before '6767': ards [8] = {cardName: "Solo", lengths: "16,18,19", prefixes: "6334, 6767", checkdigit: true}; Also for VisaElectron quite a lot of bin ranges are missing form the validation. (like for example the 491880 range). A little FYI: Latest bin ranges can be found here
  • slideToggle drop-down menu problems in IE8

    I'm relatively new to jquery, so this might be a known issue or a simple fix, but I couldn't find any solution even after an intensive google search. Let's cut right to the chase. I have the following menu: <ul id="dropdown">       <li class="first">Item 1</li>       <li>Item 2</li>       <li>Item 3</li>       <li>Item 4</li>       ... </ul> with the following css-styling applied to it ul#dropdown {       width:58px;       padding:2px 4px;       position:absolute;       min-height:36px; }       ul#dropdown
  • modal dialog moveToTop 1.7.3 vs. 1.8.1

    Hmm.  Is this a feature or a bug? In 1.7.x, .dialog("moveToTop") returns the dialog whether or not the dialog is modal, allowing chaining In 1.8.1, .dialog("moveToTop") returns true if the dialog is modal, otherwise the dialog. This can be ...surprising... if you have chained .dialog("moveToTop").dialog("blah") method calls.       /* works jquery 1.7.3 and jquery 1.8.1 */       div2 = $('<div id="dialog2" title="Dialog 2"/>').appendTo(document.body);       dlga2 = div2.dialog();       dlga3 = dlga2.dialog("open");
  • click() doesn't work in ie8 after upgrade to 1.4.2

    Hi, I upgraded to latest jquery version and now in IE my click event doesn't fire Specifically I am trying to click a button like this, when some condition is true $('input[id*=btn_ShowReport]').click(); Any help appreciated.
  • Problem when minimizing the js expression "+ ++"

    Dear team. I download today the new release of JQuery-UI 1.8.1 and when change it into ours projects, I detect a problem using Firefox. When I search the problem, I find that the error is that the expressión "+ ++" used 4 times in the jquery-ui.1.8.1.custom.min.js create a problem when ours systems re-minimized the expression directly to "+++". We are using the jsmin provided by http://github.com/rgrove/jsmin-php/. Now, I fix the problem addind a +(++...) in the minimized js. Josep.
  • Posts marked as spam!

    I've been trying for two days now to post a solution to a problem I had originally come onto these forums to find help for.  I feel it's probably a pretty common problem (my original post: Link), and the system that this forum uses to deal with spam has thwarted any and all attempts I've had to add my solution. I attempted to post an answer to my first question (link above), and it's been marked as spam (incorrectly).  Also, i attempted to post a discussion with both the question and answer together
  • IE8 gets into SlowMo while using .animate

    i build some cool animation gallery in JQuery + JQueryUI. now in FFox and Chrome it works perfect then in explorers it start to be a little slower IE6 - slow IE7 - Slower IE8 - So slow that u can't call it animation. this is the gallery: http://www.youbeaut.co.il/gallery.php?id=10 and this is the JS code: http://www.youbeaut.co.il/js/gallery.js any1 knows whats going on? btw, i tryed to add the emulate ie7 meta, still dosn't solve it.
  • Autocomplete widget - autocompleteselect event not properly indicate the textbox value

    Hi, I am using autocompleteselect and found that getting the textbox value in the event is not persist. This is my test code:             input.bind("change", function() {             $("p#test").html($("p#test").html() + "change(" + input.val() + "), ");             });             input.bind("autocompleteselect", function(event, ui) {             $("p#test").html($("p#test").html() + "autocompleteselect(" + input.val() + "), ");             });             input.bind("autocompletechange", function(event,
  • Jquery reporting wrong x/y positions

    I've updated this post to include a much simpler example. Problem: The pageX and pageY properties of the mouse event is incorrect for elements inside a <div> which is inside a <td>, but ONLY when the <div> has its css position property set to "absolute", "relative", or "fixed". This is while using jquery 1.4.2. <html> <head></head> <body> <table>   <tr>     <td width="100">stuff</td>    <td>       <!-- if style is removed from this div, the problem goes away -->      <div id="tabs2" style="position:relative">
  • Button demo not working properly in Firefox 2

    I was going over the button demos at http://jqueryui.com/demos/button/ in IE6, IE8, FF2, FF3 and Chrome 4 and discovered that the anchors, radios and checkboxes are broken in FF2. I had assumed it was the theme and/or the page itself but the issue is still present when I change themes and tested it on my own page. The full FF version number used is 2.0.0.20.
  • gosh this forum hurts

    Ive lost about four posts by accidently hitting 'shift'+ 'delete'.  This has left me abandoning about 4 post and loosing about four hours of real time if not more.  Please save progess in some way that if I make a very basic mistake like hitting shift+'delete' button (on mac FF) I should not lose my post. Blah
  • jquery ui 1.8 dialog containing script tags

    I'm having trouble getting a modal dialog to show in FireFox and Safari that has a script tag inside the div.  It works great when I comment out the script tags but as soon as I put one in, even a simple one it breaks.   I've attached my test code.  Any help would be appreciated.
  • Permission denied from ajax.googleapis.com . Unable to load jQuery 1.3.2 on IE

    Hello, opened up my website in IE and i didn't noticed i forgot the www. before the URL of my website and here what i've :  Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; AskTB5.6; Creative AutoUpdate v1.40.02) Horodateur : Wed, 5 May 2010 14:25:05 UTC Message : Permission denied Ligne : 19 Caractère : 27021 Code : 0 URI : http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
  • Fix: jQuery 1.4.2 + http://www.malsup.com/jquery/corner/

    In order for this plugin to work with jQuery 1.4.2, i had to change a line in the jQuery main source; line 4691 was:             var defaultView = elem.ownerDocument.defaultView; line 4691 should be:             var defaultView = (elem.ownerDocument ? elem.ownerDocument.defaultView : null); Other than that, thanks for the hard work put into jQuery :)
  • Big "thumbnail" images

    The forum doesn't seem to reduce the resolution of images that users submit for thumbnails. Some of the images submitted are several hundred KB and you can see them load. There should be some limit that's checked when the user sets the thumbnail image...maybe 50KB or so?
  • sortable

    Hello, I had to change this line:   $.Widget.prototype._setOption.apply(self, arguments); to this one:   $.Widget.prototype._setOption.apply(this, arguments); after this commit: http://github.com/jquery/jquery-ui/commit/3291d3951ab177cde692f9c763248027b3c5a128 due to error: TypeError: Result of expression 'this.options' [undefined] is not an object. reported when calling stuff like: $('#items').sortable('option',{cursor:'crosshair'});
  • outerWidth & Mac Fonts

    Hi guys, I've searched around for this question but not found so far. When I have an absolutely positioned div with some text in it, set to say 25px, Helvetica, font-weight:normal; div is width:162px; height:26px; text is "Sammy Brown" In FF and Safari on the Mac, 'Brown' is on a new line. On a pc, its on the same line. Fair enough right? no surprises here what with anti aliasing etc. When I then set: width:auto; height:auto; firebug reports the same dimensions as before but sammy brown is all one
  • Search messed up?

    When I am on page 10 of my search results and click the Back button, either in my browser OR the one at the bottom of the post, it goes back to PAGE 1 of the results... What gives???? Very STUPID way to handle search results....
  • Button disable not working

    Setting the button widget to disabled only sets the 'disabled' attribute on the element to true.  This works fine with actual button and input elements but doesn't do anything for anchor elements that you want to use as buttons.  I was thinking that it could remove all events and store them for when the button is re-enabled but this doesn't account for new event handlers attached after being disabled.  One work around might be to inject an element into the anchor that covers the entire anchor and
  • Won't fade out?

    I have created a javascript function to make a message fade out in my clients panel. Here is my function: function deletemsg(id) { $.ajax({ url: "ajax_deletemsg.php?id=" + id, context: document.body, success: function(){ $('#msg-' + id).fadeOut(1000, function() { // Animation complete. alert("faded"); $('#msg-' + id).remove(); });   }}); } It shows the 'faded' alert message but it doesn't fade the area? How can I fix this?
  • $.ajax and the same domain

    Hello everybody, I have a little issue with the use of jQuery and a call with the method Ajax. The problem appears with IE7 when I call just after the page was loaded. If I wait 2/3secondes, I don't have this beautiful message : Access denied. My call ajax process to the same domain that the source page. I call the function when the DOM is loaded with the function  $(document).ready(); That's my code : $(document).ready( function() { if($('#no_result').length){ }else { var timer; $("#tabCollab tbody
  • jquery vsdoc not working with jQuery UI

    Hi, Visual Studio IntelliSense for jquery cannot be working when I put the jQuery UI script tag. Note the jquery-1.4.2.min.js and jquery-1.4.1-vsdoc.js was renamed to jquery.min.js and jquery.min-vsdoc.js files. Visual Studio show warning "jquery.min-vsdoc.js: 'chileNodes' is null or not an object @ 5814:4" Try to remove the jQuery UI script tag and $... can be shown in IntelliSense menu. <html> <head>     <title></title>     <link href="css/jqueryui/ui-lightness/jquery-ui-1.8.1.custom.css" rel="stylesheet"
  • Sortable: clicking on item doesn't unfocus focused control

    By default, when user left-clicks outside a form control, the currently focused control (if any) loses focus, possibly triggering change event. This does not happen when the element clicked is an item of a ui.sortable. Note very, very well: the click() handler attached to the sortable item, if any, does get called. Only the default behavior (unfocusing the focused control) is suppressed.                                    
  • New posts

    Hello, I tried to report problem to jquery-ui, 1st message was turned to other one (it reports now that topic is started by me, but it not, and i have other problem than that: http://forum.jquery.com/topic/dialog-position also i tried to repost, and the post not appear in the forum... very strange behaviour.
  • German Forum Translation Is Awful

    Is there some way to proprose correct translations to the jQuery forum? Sometimes it's very hard to tell what an input field is supposed to mean.
  • Repeat calls with jsonpCallback break

    If you do a jsonp request followed by another jsonp request, with jsonpCallback set, the callback function is deleted before the second request completes. Example: $.ajax({   url:  "1.json",   success: function(){     $.ajax({url: "2.json", jsonpCallback: "C", dataType: "jsonp", success: function(){} })   },   jsonpCallback: "C",   dataType: "jsonp" });An easy solution would be to have the garbage collection happen before success is called.
  • Id selector

    jQuery does not work with elemets, that has $ sign in their id. Example: if I have <div id="ctl00$mydiv"></div>, then $("#ctl00$mydiv").length will be zero. I suggest to append $ sign in line 38: where quickExpr = /^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/ change it to quickExpr = /^[^<]*(<[\w\W]+>)[^>]*$|^#([\w$-]+)$/
  • jqueryui dialog and ie6 not allowing typing inside form.

    If anyone has IE6 and goes to http://www.ashcreek.ca and tries to login, you'll notice you can't type in any of the fields. I use the jQueryUI dialog, and include a form in the box, then validate it with jquery.validate. In all the other browsers I don't have any problems, but (surprise) in IE6, text can't even be typed into the fields. Any thoughts, has someone seen this before? I should mention, that the inability to type happens before form validation, which happens on the ok button function.
  • Some features don't works in custom builds

    Hello! I'm using jQuery Download Builder and build my own packages. But in the downloaded package the dialogs can't be draggable, and/or resizable. But everything works fine if i add this additional js to the code: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> I can't find any description about this issue in the documentation. I'm doing some things wrong?
  • jQuery.Slideshow only shows 6 images at a time?

    Forgive me for a likely noob issue - but I am having one hell of a time customizing SlidShow to show more than 6 images at a time.  Here is the development link:  http://www.maggiesweb.com/emi/portfolio/bath.htm - there are 12 pictures but only 6 are showing there.  Same with  http://www.maggiesweb.com/emi/portfolio/kitchen.htm - where is the setting to expand it to show ALL images I specify, not just the first 6?
  • Function calls in modal dialog

    Hi, I have a modal dialog with the functionality inside to add new form fields to the form in the dialog by clicking on a button in the dialog. This works fine on the first opening of the dialog. If i close the dialog and reopen it again, without refreshing the page, the function to add new form fields doesn't work anymore. My function looks like the following: $('.addproductbutton').click(function(event) {         var count = $('#fieldset-products > *').length         $.ajax({             type:
  • Image missing for .ui-autocomplete-loading

    Hello! When you download the themes for jqueryUI the .ui-autocomplete-loading class requires 'ui-anim_basic_16x16.gif' that is not created into the images folder.
  • Multiples problem 1.8

    ui.Resizable -ui.size is not the element current size but the mouse current position - position of the element when the containement option used.          (this is because the plugin containement only stop resizing VISUALLY) -alsoResize plugin resize other elements even if the current element don't resize anymore because of its containement for the same reason as above.             (Quick fix: Move the addition of the plugin after the containment plugin) You should implement "plugins interaction".
  • Next Page

  • Announcements

  • The Basics of jQuery AJAX

    A step-by-step tutorial for those new to jQuery and wanting to use AJAX in their projects. Includes valuable information about troubleshooting using the console and understanding the request / response. http://jayblanchard.net/basics_of_jquery_ajax.html
  • jQuery Conference 2010: Boston Announcement

      The jQuery Project is very excited to announce the jQuery Conference 2010: Boston on October 16-17, 2010.  The conference will be held at the Hilton Boston Logan in Boston, Massachusetts.  The best part of this announcement is that Tickets are on sale now!  This venue is the largest that the project has worked with to date (Harvard Law School in ‘07, the MIT Stata Center in ‘08 and Microsoft New England Research Center in ‘09) and we expect to sell out very quickly. A brief synopsis of some of