• Autocomplete bug in handling Korean characters

    When Korean characters are copy/pasted into the input box, Autocomplete works.  When Korean characters are typed in and the down arrow key is used for selection, Autocomplete does not work, as reported by forum user idevsk, who I have been trying to help via the UI Forum. He says, this action used to work in jQueryUI 1.8.1, but the action does not work in any UI release after that. idevsk built a test script with Korean selections, and I implemented it in jsfiddle.net.  I am not set up to type Korean
  • jQuery in one browser tab affects javascript in other tab

    Hi! I have very strange problem with jQuery. I'm using joomla for my site and smf for board. On site i have image sliders based on jquery and on board i have shoutbox.  When i have board opened in one tab and then i open tab with site shoutbox on forum fails: can't post messages, wont refresh anymore, randomly plays sound of new message. I would be greatfull for any help :) This is site link: http://beta.lineage2.com.pl And board with SB: http://forum.lineage2.com.pl
  • jQuery tabs has Safari and Chrome bug

    Hello, When I click on one of the tabs, it becomes active but shows a border (see blue border below for Safari browser): It also happens in Chrome except the color is yellow. Does not happen in IE and Firefox.
  • second page won't display, comes up blank all the time

    I upgraded my Android application from cordova-1.6.1 to cordova-2.5.0. Also, I upgraded from jquery.mobile-1.1.0 to jquery.mobile-1.3.0.js. I'm runing my application on Android 2.3.3. The first page, index.html is a splash screen, which after 3 seconds goes to a page login.html. The first page, splash page, displays correct but the second page comes up blank, even if I link to another page off the first page. This all worked before my upgrade(s). I went one step further and copied all of my login.html
  • Problem in calling cross domain service using Jquery

    I am trying to call  web service (cross domain service) using Jquery. the below working fine in IE8 , but not in chrome and firefox. Please help me to resolve this issue. Thanks in advance   Test 1: =================     <script language ="javascript" type="text/javascript">          function Do() {              $.support.cors = true;                        $.ajax({                 type: "Get",                 url: "url", // Location of the service                 data: '{"parameter"="value"}', //Data
  • [jQuery] Superfish Drop down Not Working

    My jQuery Superfish drop down list is no longer working. There have been no changes to the site recently.   http://www.engineeredcontrols.com/eci/projects.php Can anyone lend some assistance as to what may be causing the issue?  it worked before, no changes have been made. thanks -dp
  • Problem with a large select-menu when using ajax call on change event using jQuery Mobile 1.3

    I'm using jQuery Mobile 1.3, with a theme made using themeroller. I have a large select-menu with the option data-native-menu="false" (When i mean large i'm talking about 30 items), i have bind this on Change event:       $('#select').on("change", function (event) {             $SectorPropiedad = $('#select').val();                         if (_filterRefresh) {                 cargarDatosInmuebles($SectorPropiedad);             }         }); inside "cargarDatosInmuebles" function i make an ajax Call.
  • Selector bug with input and attribute on version 1.9.x

    Hello devs, Here is my simple html: <html>     <head>     <script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>     </head>     <body>         <form id="myForm">             <input value="" name="test" />         </form>     <body> </html>When I load my page the first time, my input has no value, so when I query that way: $('#myForm :text[value][value!=""]') No input matchs which is correct. But when I manually enter a value in the input after pageload and I query the same way, it should
  • Helper in sortable not working as expected.

    Hi all, I have a problem with the sortable functionality. I have to sortable lists, and I want to drag elements from #sortable1 to #sortable2 (but sometimes the other way around), but the elements from #sortable1 must not dissapear. I build up a small test site in jsfiddle (http://jsfiddle.net/N73e6/) to show the problem. Declaring helper as clone or not makes no difference (as I see). An alternative method (as you may now) is to use a draggable and a sortable (http://jsfiddle.net/dxuJv/), and thus
  • jQuery not showing event namespace when using proxy

    In my script I want to have two types of click functionality, depend on what is clicked and I want to do it in a single function. I decided to make it with namespaces, but the console gives me undefined; Here is the code: $target1.on("click.Bst", $.proxy(self.selectNav, self)); $target2.on("click.Bst.Type2", $.proxy(self.selectNav, self)); My function selectNav() executes on click, but when I try to get the event.namespace (event is passed as s function parameter) I get undefined. selectNav: function(event){
  • DatePicker and ui-state-hover

    Hello, Seems that someone already reported on this a few years ago but the problem, if it is a problem, remains.  To recreate the problem, create a DatePicker.  I use the following code: var now = new Date();     $(".datepicker").datepicker({         defaultDate: now,         maxDate: now     });Then in the widget go back one month by clicking the left arrow in the top left corner and select (click) any day.  Then go forward to the original month by clicking the right arrow in the top right corner
  • Major performance problems with Selectable

    Selectable seems to work fine only as long as there aren't many elements to be selectable.  With 50 elements performance is terrible, with more (I needed ~500) $('#selectables').selectable() really takes it's time - on a fairly decent hardware Chrome 4.0 takes over 30 seconds and Firefox 3.6 over a minute (but tends to crash). Any ideas?
  • tabs not same when jquery ui upgraded to latest version from 1.8.1

    Hello, Using jquery ui 1.8.1, I have the following: Using jquery ui 1.10.1, I have the following: I can't fix the css so that the green bar overlaps the inactive tabs (it works in 1.8.1) using the following code: .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom:0px; padding-bottom: 4px; } I believe this is a jquery bug that needs to be fixed.
  • jQuery load function does not work properly on chrome and safari (Windows)

    Hi, When I load a page with jQuery load() function API. It does not load the style section on the header using Safari and Chrome.
  • Everything is very small (Android/Galaxy S3)

    I'm new to jQuery Mobile and I'm having a small problem when viewing a page with my android device. Everything on the page is tiny. I'll just show you an example to avoid further confusion. http://hacknet.se/m/ <html lang="en">     <head>         <meta charset="utf-8" />         <title>Demo</title>         <!-- Load jQuery Mobile -->         <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css" />         <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
  • jqm 1.3.0 bug? data-role="none" not working under iOS

    Steps to reproduce: 1. Create an input element of type "number" 2. Observe that this element uses 100% width 3. Add the attribute: data-role="none" to the input element to leave the element untouched by jQuery Mobile 4. Add the attribute style="width: 50px;" to the input element 5. Observe that the element still uses 100% width under iOS, but under Android, or other web-browsers, the input field's width is limited to 50px. Is this a bug related to jqm and iOS, or am I doing something wrong here?
  • Possible bug?

    Hi, I am new to jquery and trying to use mobile jquery 1.3. I can see that the  code after  return path.stripHash( newPath ).replace( /[^\/]*\.[^\/*]+$/, '' ); is commented because of the /* character in the above code when I open it in Xcode. Is this a bug?  I am trying to use slide navigation and it s not working. Can someone help?? Many thanks 
  • JQuery after ajax postback (jquery events missing)

    Hi, I've got a problem that've seen a lot around, although I have not seen a good solution for it. I've got an ajax form (a partial view). When the form is posted and the response reparsed by the browser (ie, the DOM recreated, but only for the partial view) all jquery events on that partial view are missing. Obviously the orginal DOM was destroyed and a new one is build, but shouldn't the new DOM objects be automatically bound to their corresponding events? Some solutions I've seen: 1. to use "on"
  • buttonMarkup - Theme feature won't refresh after data-theme is modified

    Regarding to a problem like the one here: https://forum.jquery.com/topic/best-way-to-change-widget-theme-after-the-page-is-first-loaded In the jQuery Mobile 1.3.0 version, I went with that problem and I solved it like I wrote in my answer in that question. My actual question is: don't the css classes for the data-role=button element should be updated when doing buttonMarkup('refresh') ? Otherwise, after the attr('data-teme') change and when doing the refresh action, nothing happens, because the theme
  • buttonMarkup - Theme feature won't refresh after data-theme is modified

    Regarding to a problem like the one here: https://forum.jquery.com/topic/best-way-to-change-widget-theme-after-the-page-is-first-loaded In the jQuery Mobile 1.3.0 version, I went with that problem and I solved it like I wrote in my answer in that question. My actual question is: don't the css classes for the data-role=button element should be updated when doing buttonMarkup('refresh') ? Otherwise, after the attr('data-teme') change and when doing the refresh action, nothing happens, because the theme
  • Sortables in Between Multiple Dialogs Connection/Floating Issues

    Issue: http://jsfiddle.net/Drath/Y9k3P/ I've been having this issue connecting two jQueryUI sortable lists in between two dialogs. The issue comes down to floating. If you move the sortable around it's own dialog, it works perfectly. If you try to move it to the other dialog, it will fail to register as the element that "accepts" the sortable has no height, because all of it's elements are floated. What I've tried: Tried using display:inline-block instead of float. This does work, but makes drag/drop
  • Found uncompatibility with jQuery 1.9.*

    If you want to fire a function after a page was loaded, jQuery Mobile recommends using jQuery's "live" function instead of jQuery's "ready" function - in order to make sure that the function is triggered both when loading a page via or without Ajax. E.g. $( '#aboutPage' ).live( 'pageinit',function(event){ alert( 'This page was just enhanced by jQuery Mobile!' ); }); See jQuery Mobile API: http://api.jquerymobile.com/pageinit/ http://api.jquerymobile.com/pagecreate/ The bug: jQuery 1.9.* does not
  • JQM 1.3 RC1 - Images in Buttons

    Hello There is a slight issue in the CSS for JQM 1.3 RC1 some of the icons for the buttons are not properly aligned. and some are not showing when viewing on mobile device. I am not sure if its just for Android, but on Desktop, it looks normal but on Android, the icons are not centered is there anyway to fix it?
  • jQuery Slider and extra space added below

    I'm having an issue with implementing a jQuery slider. It's Rhinoslider. It looks fine in Firefox, but IE adds a ton of blank space below the slider. I've tried everything! Help! Below is the link. https://www.vaccon.com/slide.aspx Thank you!
  • [jQuery Validate] TinyMCE demo not working properly

    Here is the demo: http://jquery.bassistance.de/validate/demo/tinymce/ Not validating at all Please, fix it, i need it.
  • Issues on Dialog in IE8

    Hi all, I'm trying to put a very simple dialog in an app, unfortunately it does not seem to work on IE8. The code is : $('<div id="dialog-confirm" title="Validate?">'+val+'</div>').dialog({                                  height:250,                                  width:400,                                  modal: true,                                  buttons: {                                      "Confirm": function() {                                          $(this).dialog("close");        
  • Selectmenu doesn't open when inside a Popup widget in Android 2.3

    Hi, This had been a issue since the old versions of jQM and still exists. The selectmenu doesn't seem to open (natively), when inside a element (div..etc.) with the position set to absolute. I tried using the selectmenu inside a Popup widget... and it didn't work. I even tried using the DateBox widget inside a dialog page with the combobox enabled (to choose the year/month).... and didn't work. I recently tested jQM 1.2.0 Final selectmenu in Android 2.3 & 4.1 (inside a popup widget), and it seems
  • JQuery mobile tool-tip popup(“close”) function is not working in IPhone 5

    In my JQuery Mobile site I've added a tool-tip dialog box to open when the page is load and It'll disappear after 5sec. My code is similar to follows, <div data-role="popup" id="popupInfo"> <p>This is a completely basic popup, no options set.<p> </div> <script type="text/javascript"> $(document).live( 'pagechange',function(event){ $('#popupInfo').popup("open") setTimeout(function() { $('#popupInfo').popup("close"); }, 5000); }); </script> This update is working fine in all devices except in IPhone
  • Problem with api.jquery.com

    Hi, Have problem with accessing api.jquery.com from UPC network. Ping shows: PING api.jquery.com (70.32.121.205) 56(84) bytes of data. From e1.3.as06.lax02.mtsvc.net (72.10.63.250): icmp_seq=1 Destination Host Unreachable That's a glitch, because I need documentation to my work. My external IP is 89.70.33.141 . I think that You blocking whole subnet, that I'm connected with.
  • Grouping with jQGrid and Pagination

    In jQGrid there is an option for grouping. However when I use grouping, and keep collapsing all expanded items, some of the items which are in the next pages are not being pulled in. This gives an illusion that there are no items whereas the pagination filter shows there are more pages.  Is there a handle for this corner case?
  • popup z-index issues with fixed headers on Android

    When opening a popup from a fixed header, the popup will appear behind the header when using the Android default web browser. I was able to reproduce this problem using the following sample page on a Samsung Galaxy Tab 2 running Android 4.0.4: <!DOCTYPE html> <html> <head>     <title>My Page</title>     <meta name="viewport" content="width=device-width, initial-scale=1">     <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />     <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
  • tooltip and suberfish bugs as soon as jScript-1.9 was released

    hello all - first time posting - yesterday my application stopped working.  i noticed that a new jquery-1.9 was also released yesterday.  i was getting errors in superfish and tooptip: TypeError: $.browser is undefined http://comptonpeslonline.com/js/comptonPractice/tooltips/jquery.tooltip.js Line 27 TypeError: $.browser is undefined http://comptonpeslonline.com/js/comptonPractice/superfish.js Line 64 so i went back to the earlier release of 1.8 to patch/fix it for now: <!--commented out script src='http://code.jquery.com/jquery-latest.pack.js'
  • Spinner with <input type="number"> produces double set of arrows under Safari & Chrome

    I have used the jQueryUI spinner example to show that adding 'type="number"' causes a double set of up/down arrows to be displayed in Safari 6.0.2 and Chrome running under Mac OSX 10.7.5. There seems to be not only the jQueryUI set of arrows but also a native set of arrows. No problem with Firefox. Is this a bug, or have I done something wrong? website for the example http://barebones.ca/fullcalendar%20test/test.html
  • jQuery Mobile listview hide and show then cannot search

    Hi, Is there something new about this bug: http://stackoverflow.com/questions/14396500/jquery-mobile-listview-hide-and-show-then-cannot-search ? It's about having a listview, apply .hide() then .show() methods on a child, and then, using the searchbar that doesn't work anymore. Here is an example: http://jsfiddle.net/bodgybrothers/bw2ZV/ It doesn't seems to be fixed in jQuery Mobile 1.3.0 RC1. We can fix it using .css('display', '') and .css('display', 'none') instead of .show() and .hide(), but
  • jqeury[1.9.1] problem : checkbox on/off manipulation

    (sorry my poor english) Hi !  Always thank you for your efforts. I have developed some javascript code using jquery 1.9.1. by the way, i've got some problems. input tag (checkbox type) manipulation doesn't works well. <my .js code> --------------------- bind click event. var chkbox = $('#chkbox'); var allchk = $('#allchk'); if( allchk.val() == 0 ) {   chkbox.attr('checked', true);   allchk.val(1); } else {   chkbox.attr('checked', false);   allchk.val(0); } --------------------( my purpose is checkbox
  • [JQueryUI] Autocomplete with JSON: API documentation contains error in example

    Hi all, spent an afternoon yesterday to try to get autocomplete to work, with a Java servlet as source. I used the JSON example from the API documentation: http://api.jqueryui.com/autocomplete/#option-source It states you can use the following JSON for example: [ { label: "Choice1", value: "value1" } ] I tried it out and my autocomplete script didn't work; firebug didn't find JavaScript errors, so I was at a loss as to what was wrong... Finally I found out in a stackoverflow.com post that this example
  • iframe inside jquery dialog reloads content every time another dialog get focus

    After upgrading to UI 1.10 I got the problem of reloading my iframe contents inside dialogs. I have multiple dialogs in the page and by clicking each one the other dialogs will reload their iframe contents. In jquery.ui.dialog.js, moveToTop function calls insertBefore on other dialogs that cuased the iframe reload problem: _moveToTop: function( event, silent ) { var moved = !!this.uiDialog.nextAll(":visible").insertBefore( this.uiDialog ).length; if ( moved && !silent ) { this._trigger( "focus",
  • Adding jquery in iframe causes memory leak when that iframe is reloaded.

    I have an iframe which has the jquery 1.5.2. If I reload the iframe it will cause a memory leak. Here is the code: parent.html <html> <body>   <iframe id='ifrm' src='http://localhost:8080/acrm/child.html'></iframe>   <input type='button' value='RELOAD IFRAME' onclick='document.getElementById("ifrm").contentWindow.location.reload(true);'/> </body> </html>child.html <html> <head> <script type='text/javascript' src="jscript/jquery-1.5.2.min.js"></script> </head> <body>   <div>This is the iframe</div>
  • Textboxes behaving weird and can't obtain value (1.3.0-rc1)

    Every time you click inside a textbox it creates a sibling input element. Also, the initial textbox's value is never set. Recreation Steps: Go here -> http://jquerymobile.com/demos/1.3.0-rc.1/docs/forms/textinputs/ In Chrome or Firefox, right click the first textbox and choose "Inspect Element".  Now left click inside the textbox repeatedly. You will see that every time you click, an input element is created. Also, the initial textbox never has its value set. I did not notice this bug in version
  • Chrome do not handle $ajax based jquery mobile single page navigation model

    Hi, I'm an entrepreneur from Madrid working on a social startup. I'm using jqueryMobile framework + phonegap to develop an app. I'm dynamically injecting pages using href="" into the DOM but it seems that Chrome do not handle $ajax based JM single page navigation model. I get an error loading page message and this error from the tool developer console while clicking on the navMenu: XMLHttpRequest cannot load file:///C:/git/app/myapp/assets/www/html/page2.html. Origin null is not allowed by Access-Control-Allow-Origin.
  • 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