• I am not able to use the opacity property in Firefox, opera , safari, or chrome

    when I run the example below the opacity only changes in IE. I have javaScript enabled in all my other browsers is the something else I could be doing wrong? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>     <title>Click the Button to Animate different properties</title>     <script src="jquery-1.3.2.min.js" type="text/javascript"></script>     <script src="jquery-1.3.2-vsdoc2.js"
  • 1.8RC1 I am having issues with IE8 w and w/o Compatibility Modes

    Is this a know issue... I cannot seem to get anything to work in IE8 with the 1.4.1 and 1.8rc1
  • jQuery 1.4.1 and jquery.validate element()

    I am currently developing a site using jQuery validate. 1.3.2 was working with validate().element(selector) but it seems after having upgraded to 1.4.1 it does not.  Firebug keeps throwing 'element is undefined' as an error message. Has anyone run into the same problem?
  • Draggables and sortables Issue

    I have encountered a problem with the demo on page http://jqueryui.com/demos/draggable/#sortable When I drag the "drag me down" item at the top of the list into the sortable list, it work only if a pause before adding another one. If you add new items too fast, an gap (empty placeholder?) appears and the whole thing hangs. See the attached screenshot. I use Firefox 3.6 on Windows 7.
  • DXImageTransform site broken with 1.4

    I'm maintaining a site that uses the filter:progid:DXImageTransform.Microsoft.AlphaImageLoader to load PNG images with transparency.  With jQuery 1.4 (and 1.4.1), the site is now broken in that the images are not getting loaded.  They work just fine with 1.3.2.  Any ideas?  Thx.
  • datepicker css problem

    Attached are examples. I'm having a problem where the datepicker is hiding behind other z-indexed items. I have noticed that the problem happens in IE7 and Firefox 3.5.7. In IE, it was having problems doing it over the accordian, while in firefox it was having trouble with it all of the time. I think the problem fixed itself when I added this Z-Index to the datepicker css: .ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:99999;} USING: jquery-1.4.1.min.js USING: jquery-ui-1.8rc1.custom.min.js
  • IE-bug: cloning a form

    Hi, I am having issues with cloning a form: after cloning, the new element does not execute the same events as the original. An example can be found here: http://thinkjavache.be/jQuery/test-deep-clone.html I suspect that this isn't really an issue with the event-copying. When I inspect the generated HTML in the IE Developer Tools I see that the cloned form looks something like this: It seems obvious that the submit-event won't fire then, since it isn't contained in a form-element. How can I prevent
  • 'src' attribute selector fails on IMG tag when combined with a direct descendant selector

    I reported this as a bug back when all the awesome 14 days stuff was going on, so I wanted to just reference it here in the forum and see if anyone else came across this problem (or my ticket ). The long and short of it is that when you attempt to find a specific `img` element by its `src` attribute, it works fine with normal selectors like this: $("img[src='logo.png']"); // Works $("#test > img[src='logo.png']"); // Works However, when you combine it with a direct descendant selector, it fails:
  • dialog Error - ui1.8b1

    Using minified 1.4 and with unminified 1.8b1                 $('a.make_provider_offer').click(function() {                     $("div#makeOffer").dialog();                        return false;                     });       this.element is undefined this.element.bind("remove." + this.widgetName, function() {
  • Avatars resized in browser

    It looks like various avatars are resized in the browser, eg. this one is displayed as 39x39 on the overview pages. Cripples loading time even more, as those images also lack propery cache headers (instead comes with Cache-Control: no-cache).
  • Jorn's autocomplete - setting options

    I have the autocomplete working on my local machine, but I can't get the minChars to work correctly. If I set it to 0 or 1, it works just fine. If I set it to 2 or higher, the page indicates that it's doing something when that key is hit, but no autocomplete suggestions appear. If I delete the 2 and replace it with a 1, everything works.   Basic setup: When the page first loads, I have a jQuery ajax function grab the data to use for the autocomplete from a server method. This method returns data
  • Obscure IE bug in jQuery 1.4

    I was having some problems with jQuery 1.4 in IE8, and after much debugging, found out what was causing it (at least in the sense that I figured out how to make it stop).   Any page that included a call to $.post() or $.get() gave the error "Object doesn't support this property or method" on line 4792 of the unminified jquery file, which reads: return new window.XMLHttpRequest();I found out that the problem went away when I moved this meta tag <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
  • jQUI Dialog display behavior is broken from 1.7.2 to 1.8rc1 for ASP.NET pages

    I use a pretty standard technique for displaying dialogs on an asp.net page.  It is well known that when showing a dialog, it is moved to the bottom of the BODY in the DOM, when in fact it is usually needed inside of the page form (id=aspnetForm usually).  Below is an abbreviated bit of code to show how I accomplish this: function showDialog(id) {     $(id).parent().appendTo("#aspnetForm");     //...     $(id).dialog("open"); } In 1.7.2, the style attribute of the dialog container dive was set to
  • Effects Still Breaking Dialogs (Latest Builds)

    I've read that this has been fixed in the latest release, but using jQuery 1.4.1 and UI 1.8b2 still result in show/hide effects breaking dialog widgets. var myDiv = document.createElement("div"); $(myDiv).dialog();  // this works $(myDiv).dialog({show: "drop"}); // this doesn't I really want to switch to 1.4, but this is a deal breaker.
  • Callback not invoked with JSON response in 1.4.1

    Hi - I've been hitting a strange bug where callbacks are not invoked when a JSON response is returned from an AJAX call under jQuery 1.4.1.  I just upgraded my app; this was working perfectly pre-1.4. I do specify the return type as "json" when I invoke $.post . When a simple JSON string like "false" is returned, the callback is invoked. It seems to fail with more complex types, specifically with JSON objects, i.e., {"a":1, "b":5} . If it helps, I'm running Firefox 3.5 on Ubuntu. In my test environment,
  • Json on Jquery 1.4

    JSON in jQuery 1.4 and 1.4.1 not working TEST IN --> $.post(....,'json')
  • 1.8rc1 Can't Download jQuery UI & Redmond Theme

    Hi guys, I am currently running v1.3 with Redmond and am trying to download the new release, but when I select Redmond as a theme, I can't download.  Any other themes seem to work.  Tried at home and at work and got same issue. Noticed a few other posts about Themeroller issues, just adding this one in caseit hasn't been noticed (search forums for issue but didn't find anything). Also, does anyone know if I need to download a fresh version of the theme or can I use my existing 1.3 redmond theme?
  • ui tabs and floating div height problem

    Hello, I am not sure if this is a css bug or jquery tab bug. But I'm going nuts trying to figure it out. The page is a striped down test page that contains a simple two column css div layout. Here is the page code: <div id="wrapper">     <div id="rightside">                    <br /><br /><br /><br /><br /><br /><br /><br /><br />rightside<br /><br /><br /><br /><br /><br /><br /><br /><br />     </div>     <div id="leftside">              <div id="tabs2">             <ul>                 <li><a
  • 1.8rc1 Autocomplete menu above the input

    Is it just me or sometimes it happens to the results pane in autocomplete to be placed above the input? I think it is something about the number of results from the server: it actually happens when I try to simulate a selectbox behavior with the autocomplete, with over some hundreds of items. Thanks, Tyron.
  • 1.8rc1 Autocomplete Example on the site

    Hello, I'd like to report a bug in the example of autocomplete's remote function on the website. The error is that the data is not beeing read from the server, because the search page ("search.php") is not well JSON-formatted. In JSON, all the parameters should be double-quoted, and the results from the php is being served as single quoted. Thank you, Tyron.
  • jquery UI 1.8rc1 build routine misses effects

    Line 89 of build.xml in jQuery UI 1.8rc1 misspells the file names for effects so they are missed form the full build. <fileset dir="${src.dir}/" includes="jquery.ui.*.js, effects.*.js" excludes="${core.files}" /> should be <fileset dir="${src.dir}/" includes="jquery.ui.*.js, jquery.effects.*.js" excludes="${core.files}" />
  • ui rc1: Autocomplete: JS Error, Menu sjowing top left corner

    Hi guys, love the new version, but got a small issue. No idea if its my fault, got following js error: Error: ul.addClass("ui-autocomplete-menu").appendTo(parent).menu({focus: function (event, ui) {var item = ui.item.data("item.autocomplete");if (false !== self._trigger("focus", null, {item: item})) {self.element.val(item.value);}}, selected: function (event, ui) {var item = ui.item.data("item.autocomplete");if (false !== self._trigger("select", event, {item: item})) {self.element.val(item.value);}self.close(event);self.previous
  • 1.8rc1 sortable#over method bugged -- called along with #sort instead of on mouseover

    jQuery UI 1.8 (all versions, including the new RC1) call #over (seemingly) at the same time as #sort. #sort gets called very often since it's hooked into mousemove, so for #over which supposed to be called only occasionally this is quite a problem. 1.7.2 behaviour calls #over only when the mouse enters the draggable/droppable/sortable area, as expected. EDIT - Apologies, I meant to say sortable, not draggable. EDIT - Here is an example of the problem: 1.8rc1: http://jsbin.com/uxilo3/edit 1.7.2: http://jsbin.com/uxilo3/2/edit
  • Calculation Plugin - Using with SELECT fields

    I want to create a form based on the Calculation plugin, using the price * quantity example found here:  http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm  But I want to use SELECT fields (drop down lists) rather than text input fields.  I've tried passing the variable to the recalc function with onChange and determining the variable inside the function with: var quantity = document.getElementById('select').selectedIndex; but I can't seem to get it to work. Obviously with
  • (Validate) Paste Issue with (ichars)

    Hello geeks, I've used your useful plugin to effectivly prevent typing in Arabic charecters in a form using "ichars" function. However, this function in this validation plugin has a bug. It allows pasting fobidden charcters! I believe an aditional "onblur" check might solve this bug. Right? Pls. advise on how and where to fix this. Cheers, Ahmad Bagadood
  • blut.button not working correctly (modal dialog)

    I am working with a modal dialog, containing two buttons (submit/cancel). When I use the tab key to cycle through all the buttons, for some reason the leftmost button stays in its focus state. When I check the button using Firebug, it still has the ui-state-focus class. The blur event does not seem to happen. When I change blur.button to focusout.button in the code however, all seem to work correctly. Cheers, Steven Roebert
  • number-of-replies is not necessarily accurate

    I was looking for "Unreplied Posts" and saw this one: http://forum.jquery.com/topic/accessing-a-div-appended-to-a-another-div However, that post has several replies.  As a sanity check, the 'number-of-replies' in the forum list is inaccurate as well...
  • jqDnR dragging problem with Jquery 1.4

     With jquery 1.4, I am experiencing a problem with the jqDnR plugin. I am using this plugin to make an element draggable. One of the problem is that the dragging function do not work with jquery 1.4 (but worked well with the previous version of jquery).  It seems that in the plugin, there is somewhere: "$().mousemove($.jqDnR.drag).mouseup($.jqDnR.stop);E.css({opacity:0.8});" and $() is no longer valid. So I put $(this) instead (or $("#rubrique"), which is the id of my element) and it works a little
  • UI Tabs 1.8rc1 ignores "ui-tabs-selected" when intialising

    If, for example, the third tab has a class of "ui-tabs-selected" then tabs 1.8rc1 always selects tab index 0 instead of 2. This seems to be caused by line 176:   o.selected = o.selected || this.lis.length ? 0 : -1; ...it accidentally changes o.selected from the desired index to a value of 0. The problem can be fixed by adding parentheses like this:   o.selected = o.selected || ( this.lis.length ? 0 : -1 ); Hope this helps. George
  • 1.8rc1 iconed Buttons with submit inputs

    Hello, I'm still testing the Button feature. It seems that inputs of type "submit" don't accept icons. According to this quote from the official overview, adding an icon could be possible : Button enhances standard form elements like button, input of type submit or reset or anchors to themable buttons with appropiate mouseover and active styles. I ran the following code : <p>   <button class="button" type="button">Button</button> </p> <p>   <input class="button" type="checkbox" id="checkbox" />  
  • UI Demos in IE are not RC (1.8rc1)

    I found several demo issues. Would be glad to start posting them but figured it would be better to not have 20 plus people filling the same issues. portlets jump when I drag item out of middle column for instance in sortable select demo highlights stuff when doing multiple selects (but select works right) the bird auto select was not showing any content.
  • Trac on jQueryUI.com is not working

    This page has links to browse Trac tkts by plugin, but it's broken. It says: Oops… Trac detected an internal error: IntegrityError: (1062, "Duplicate entry '9ec85368a1ea5bc-0-query_href' for key 1") There was an internal error in Trac. It is recommended that you inform your local Trac administrator and give him all the information he needs to reproduce the issue. ==== How to Reproduce ==== While doing a GET operation on `/report/10`, Trac issued an internal error. ''(please provide additional details
  • (validate) will not submit to server

    I have a form which uses the calculate and validate plugins. It also allows the user to dynamically add/remove rows of form elements (each with unique ID/name attributes). If I put $("#reproform").validate(); at the top of the $(document).ready function block, the validation works -- but the submit button never submits the form. If I put the validate() at the bottom of the function block, the submit button submits the form but the validation doesn't work. At one point I had a custom validation rule
  • drop event on droppable is not send any more

    Wanted to post it in trac, but the server is crashing regularly and new accounts can not be set up at the moment... $( '.drop' ).droppable({             drop: function( ev, ui ) {               ...             } }); $( '.drop' ).bind( 'drop', function( event, ui ) {         console.log( 'test' ); }); I added at first a callback within the droppable function. Later on I register the drop event to do some more stuff. I can't combine them, because the second part is only needed in one case and so also
  • 1.8rc1 Effect: drop not working!

    The drop effect is not working not even in the demo area! so whats wrong im using jquery 1.4.1 and new ui 1.8rc1! Any solutions?! or someone with the same problem! some thing like this:      $( "#"+my_current_div ).effect( "drop", { direction: "down" }, "normal", function() {     /* Do something here . . . */ });
  • Potential problem with nested droppable

    I think this may be a problem. I have nested droppables. The inner droppables are greedy so if I drop on an inner one the outer one doesn't  get dropped on. This works as expected. Both inner and outer accept the same draggables. The draggables I'm using have revert option set to invalid. I notice that when I drop the draggable is always reverted even though the drop succeeds. This seems wrong. It doesn't happen when there is no nesting. I think the problem is in ui.ddmanager.drop. The dropped var
  • "name is undefined" with 1.4/1.4.1

    Hi! After replacing 1.3.2 version of jQuery on my project I've got an error: name is undefined http://svyaznoy.ur.ru/doc3/js/jquery-1.4.1.js 4527 When I comment this line jquery-1.4.1.js the code works fine (but I'm not sure that without any hidden problems). I'm using many plugins, and don't know how to determine which is the reason. Roman
  • jQuery-UI 1.8RC1 : sortable list doesn't allow drop at first and last position depending where the mouse gets clicked-to-drag on

    This is in 1.8RC1 (and seems to be a regression from 1.7): (using jQuery 1.4.1) If you have a sortable ul-li with 2 items at least, the dropping before the first item and after the last item doesn't work if you click to drag on the opposite side in the item to move: - if you click in upper part to drag the first item after the last one doesn't work - if you click in lower part to drag the first item after the last one WORKS - if you click in upper part to drag the last item after the last one WORKS
  • blockUI produces unpredictable effects

    I am developing a data driven website, since some data requests could take a long time so I use blockUI to alert users.  blockUI sometimes produces unpredictable results like the followings: (1) The browser screen turns entirely black, the block message may or may not display. (2) The overlay does not show up (this could be a result of opacity becomes 100%). The block message does display. I suspect the problems are related to the amount of data and/or type of data returned by DB. I saved 2 rendered
  • cannot set "selected"="selected" via attr() on <option> elements?

    this is a continuation/split off of http://forum.jquery.com/topic/clone-true-not-copying-select-data-if-not-explicitly-set-by-selected-attribute is this attr() magic at work?....cause $("div").attr("selected","selected") does work. the primary purpose of my needing to do it is for cloning, making .val() not a viable alternative cause cloneNode doesn't copy over the selectedIndex property. (the testcase is in the original thread) i could not think of any workaround using jQuery. thanks, Leon
  • 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