• Issue with latest Chrome on Android - Zoom on button click

    We have updated our Samsung Galaxy Tablet to the latest Chrome version for Android(27.0.1453.90). When you click a button anywhere on the screen it opens the current view in a zoomed popup. This was not happening before we updated the browser(though the old version was causing other issues). Has anyone else encountered this? We've logged a ticket with Google but I wanted to check here as well.
  • Listnav plugin not working in jQuery 1.9

    Listnav does not appear to be working in jQuery 1.9 - get a completely empty area where A-Z nav should be. Works fine in 1.8.1 Just wondered if anyone might know a fix for this? I know it's a relatively old plugin, but I haven't come across anything more up to date that does the same job. thanks
  • Draggable auto-scroll ruins containment

    If I drag a draggable element close to the edge of a window (or jsfiddle pane), the element starts rapidly jumping ahead of the cursor, easily escaping the containment rect. This jsFiddle demonstrates the issue. Just scroll down in the result pane by at least the height of the box (that's not precisely tested), then drag it up. It actually works correctly if you don't have enough room above to scroll, and if you don't let go of the mouse, you can usually drag it back onto the main div. At that point,
  • [validate] No button variable submitted when remote checked field not touched

    Hello, I think I have found a subtle bug in using the validate plugin with remote validation.  If a field is validated using the "remote" feature, if the field is not altered, even if it contains valid content, when pressing the submit button (save), the submit is triggered, but the "save" button is not one of the fields sent to the server. I have arranged a simple test page to show the problem. http://srv01.dardini.it/validate/test.php The source of the page can be recovered at the following url,
  • Doctype crashes JQuery

    Hi guys and nerdy girls, I use latest JQuery UI. When my html file has no doctype set, it works fine in Chrome. However, in Firefox nothing works telling me a Doctype is needed to execute Javascript. When adding the HTML5 doctype to the html file, nothing works any longer in any browser. (I did not yet test IE). Please see my file without doctype (use chrome, FF doesnt work): http://parallel-pictures.com/index.html The file with Doctype is: http://parallel-pictures.com/index_doctype.html What do
  • Issue on redirecting using listview menu

    Hello everyone, I'm having some issues using listview for menu navigation, here is the code that I use to navigate along internal pages inside a html file: <!-- Beggining of Navigation Page --> <div data-role="page" class="contenidoPagina"  id="indexPage"> <!-- Social Header --> <div class="ui-header"> <div class="social"> <a class="phone ui-link" href="tel:***" title="">&nbsp;</a> <a class="gplus" href="https://plus.google.com/***" title="">&nbsp;</a> <a class="fb ui-link" href="https://www.facebook.com/***"
  • JQM 1.3.1 Missing From Microsoft CDN

    Are there plans to put JQM 1.3.1 on the Microsoft CDN? http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Mobile_Releases_on_the_CDN_4 Thank you. Jim
  • jQuery 2.0 beta 2 still causing exception in Win8 apps?

    I'm building a Windows 8 Store metro app with VS2012 using HTML5 & JS. Everything works when I code using jquery-1.8.2-win8-1.0.js, but I get an immediate exception when I try to use jquery-2.0.0b2.js, as shown below: Exception is about to be caught by JavaScript library code at line 5756, column 6 in ms-appx://40531768-3358-4def-a573-fafbf210b95e/js/jquery-2.0.0b2.js. 0x800c001c - JavaScript runtime error: Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously
  • CLA form is leaking email addresses to spammers

    I signed the CLA to be able to contribute to jQuery UI a month or so ago. I used an email address allocated exclusively for it. Today, I started to receive French language junk mail to that address. Your CLA repo seems to be leaking email addresses to spammers.
  • $("*").not() problem?

    It seems that the .not() function isn't working if the '*' selector is used: this example code should display the last h4 element in black, but it isn't. I haven't found any documentation yet that describes this behaviour... <!DOCTYPE html> <html> <head>    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>    <script>    $(document).ready(function(){      $("*").not("#mytag").css("color","red");    });    </script> </head> <body>        <h2>Lorem in red</h2>    <h4>Ipsum
  • Problem when i am converting Xml to sting using JQuery

    var xml = "<rss version='2.0' xmlns='http://www.w3.org/1999/xhtml'><channel><title>RSS Title</title></channel></rss>",     xmlDoc = $.parseXML( xml ),     $xml = $( xmlDoc ),     $title = $xml.find( "title" );   /* append "RSS Title" to #someElement */ $( "#xyz" ).append( $title.text() );   /* change the title to "XML Title" */ $title.text( "XML Title" ); /* append "XML Title" to #anotherElement */ $( "#xyz" ).append($title.text()); $xml.find("channel").append($('<title>test Title</title>')); alert((new
  • How do I prevent jQuery from inserting the 'xmlns' attribute in an XML object?

    Below one is i tried:- var xml = "<rss version='2.0' ><channel><title>RSS Title</title></channel></rss>",     xmlDoc = $.parseXML( xml ),     $xml = $( xmlDoc ),     $title = $xml.find( "title" );   /* append "RSS Title" to #someElement */ $( "#xyz" ).append( $title.text() );   /* change the title to "XML Title" */ $title.text( "XML Title" ); /* append "XML Title" to #anotherElement */ $( "#xyz" ).append($title.text()); $xml.find("channel").append($('<title>test Title</title>')); alert((new XMLSerializer()).serializeToString(xmlDoc));
  • can`t connect to jquery.com

    Hello!  I can`t connect/enter into basic website jquery.com and all his subdomains, but i can connect to forum (oh!) Please help me. This trouble happend few days ago, and i still can`t download jquery library or read api, using jquery UI. etc. P.S. Sorry for my bad English. I`m from Ukraine.
  • How to use the clipboard of mobile under jquery framework

    I want get the copy event of clipboard in the mobile phone, but under the jquery mobile framework, it seems that the copy dialog is blocked by jquery mobile. Has Anybody met this issue? Many thanks.
  • Dialog Title Issue - will no longer show HTML correctly

    I used to be able to use the dialog('option','title', "<span>formatted contents</span>) statement to display HTML in the title bar of any dialog. This seems to have been deprecated in 1.9 by the use of double quotes when this functionality is called. Is there a workround to be able to use HTML to display icons on the title bar? Regards, Peter Lane
  • JQM 1.3.1: afterclose function defined in the option to popup() is called during popup() execution

    Hi, with the initialization code popup({ afterclose : function(event, ui) {}}) the afterclose function is unexpectedly called during the execution of popup(). Regards,   Wolfgang
  • JQM 1.3.1 window positioned popup higher than viewport and with a button with class eg ui-btn-right is positioned slightly wrong

    Hi, in JQM 1.3.1 a popup with window positioning which is higher than the viewport and contaning a button with class eg ui-btn-right is positioned slightly wrong with top=0 which cuts the upperhalf of the button away. Regards,   Wolfgang
  • jQuery UI autocomplete scrollbar problem with IE

    I have a probleme with jquery.ui.autocomplete and scrollbar in IE9 or IE10 with the following CSS: .ui-autocomplete  { max-height: 250px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; /* add padding to account for vertical scrollbar */ padding-right: 20px; } If i click on the scroll bar to see the end of the list, it selects an element instead of scrolling down. This doesn't happen in FF or Chrome. I'm using jQuery UI Autocomplete 1.9.2 and jQuery 1.9.1 Can anyone help?
  • Error: Cannot call method 'createDocumentFragment' of null

    During page load I'm trying to add an element to the DOM. The code: $(document).ready(function () { $(document).prepend("<div id=new_div style=z-index:1;></div>"); }); I've tested this on FF21, Chrome27 and IE10. They all return the error mentioned in the title. Debugging on jquery-1.10.0.js, I tracked down the problem to line 5998 where safeFrag = document.createDocumentFragment() Apparently document is null. Going up the stack trace to domManip on line 6249 the object is passed as this[ 0 ].ownerDocument,
  • Abort request on ajaxSend breaks ajaxStart and ajaxStop

    Hi, After call jqXHR.abort() inside ajaxSend, ajaxStart does not fire anymore. An silent exception is thrown in line 7986 of jQuery 1.8.3: try { state = 1; transport.send( requestHeaders, done ); } catch (e) {    ...   }    transport is undefined.
  • Small Problem with responsive column toggle table in JQM 1.3.1

    Hi, when I have a responsive column toggle table (eg as in http://view.jquerymobile.com/1.3.1/dist/demos/widgets/table-column-toggle/) and resize the window to make it smaller until a column is hidden because of a breakpoint reached and the make the window wider again the now hidden column does never come back (try it on the mentioned demo page!). Reason IMHO is that in the self.update function starting at line 10913 in the 1.3.1 distribution first if (this.checked) is true (because this is the default)
  • Windows.Location.Hash and Chrome

    I am experiencing difficulty with Chrome (version 28.0.1485.0 running on Linux - although I think it also applies to my Nexus 7 tablet running Android 4.2.2 - but I can't see what version of Chrome that is). The problem is manifested in this jsfiddle http://jsfiddle.net/akc42/ZmcP8/  with Firefox it works fine and the Dialog box remains popped up - with Chrome, the dialog appears and then immediately disappears. On my desktop (jsfiddle doesn't seem to have the latest jquery mobile) I am running jquery
  • Jquerymobile 1.3.1 rounded corners not displaying properly on blackberry 5 to 7

    With jquery mobile 1.3.0 and 1.3.1 rounded corners are not displaying properly on Blackberry 5 to 7. This is also evident with form elements, such as buttons, sliders etc. Please look into this.
  • collapsible auto expands on entry page

    I added a collapsible list as menu to a small website with just a few pages. It all works fine, but always when i go to the first page that i opened with my browser, the menu does not collapse, but stays expanded. The menu is in an extra file and included, so it is the same everywhere. It also does not matter which of the pages i use as entry page. I tested it with several android mobiles. Is this a know problem or even a wanted feature?
  • 1.10.3 sortable works very erratically with flexbox content

    Please try it out in Chrome or Firefox beta, soon to be in stable: http://jsfiddle.net/fnTVj/ Dragging a layer up or down works about half of the time for me. I have no idea what the problem is. Being able to use flexbox and sortable together for reversed, start-at-the-bottom layout patterns is crucial for UI widgets like a layers panel. (This is not an edge case.)
  • Problem accessing dynamically added DOM elements in IE7

    Here's the scenario: I'm using knockout.js to add some repeated structure to a form. When working with IE7 (or even IE9 or IE10 in the IE7 browser mode), jQuery cannot find the element with normal selectors and return empty sets, undefined, or nulls, depending on what you try to access. I first discovered this problem using jquery 1.7.2 (I think), but it persists in 1.9.1. Haven't tried the 2.x branch, because it explicitly does not support IE < 9. I have a very stripped down example reproducing
  • Strange bug with last versione of Jquery!

    Hi, i've this html code:          <span id="disponibilita">Disponibilità                 <input type="checkbox" id="illimitata" name="illimitata"/>                 <span id="scrittaIllimi">illimitata</span>                 <span id="oppure"> oppure <input type="number" size="2" id="numeroDisponibili"/> pezzi </span>           </span> and this JS script $('#illimitata').change(function()                         {                            alert('clicked') //<---This is always showed                
  • Automatic redirect to first page even after changePage in Google Chrome

    Hi, I have a problem with a jqm app, it seems a jqm bug with Google Chrome. I've made a concept proof with just a bit of code here: http://www.net-monsters.com/demos/jqm/foo.html As you can see, at the pageinit event, it just declares a sample object "foo" and instances it, after that, it redirects to a dialog page "#page2" The problem is that, though the code redirects to #page2, it finally ends at #page1. There are three "solutions" by now: 1. wrap the changePage in a setTimeout function ( really
  • Jquery.find in event.handlers is much slower than old quickIs

    http://jsperf.com/jquery-1-7-2-quickis-vs-jquery-1-9-1-find With jquery 1.9.1 scroll on ios becomes very laggy because of event handlers of touchstart and touchmove bounded to document.body. Patching jquery with old quickIs resolve this problem. Is it possible to return quickIs in addition to current mechanic?
  • Problem with a collapsible class in jqmobile

    Hi i dont understand why is not working my collapsible role...  the code is: the fragment of the html:   <div data-role="collapsible"><h3>Standard equipment</h3> <div id="div_equipamiento_standard"> <!-- Here is the elements charged from .js--> </div>The fragment of .js  var eq_standard = ''; $.each(objVehicle.equimapiento_standard, function (i, item){ //Titulo de la seccion eq_standard = eq_standard+'<div data-role="collapsible"><h3>'+i+'</h3><div class="texto"><span id="equipamiento_span">'; $.each(item,
  • Issue with Navbar

    Hello, I am seeing lines in my navbar buttons, and the icons are showing duplicates. I have attached a screen shot and a snippet of my code this relates to. What could be causing this? Please advise.
  • Navbar Issue

    Hello, I am seeing lines in my navbar buttons, and the icons are showing duplicates. I have attached a screen shot and a snippet of my code this relates to. What could be causing this? Please advise.
  • Problem with JQuery 2.0.0 and IE10

    Whenever I put the reference to JQuery 2.0.0 in my HTML I'm getting this error in my IE10: For the minified version: Line: 4 Error: 'JSON' is undefined For the full JQuery: Line: 349 Error: 'JSON' is undefined All I have is just a script tag pointing to JQuery 2.0.0.  I've even tried pointing to the Google Hosted library and get the same exact error.  If I point to the 1.9.1 library instead, I get no error at all.  When I load the page in Google Chrome everything is fine as well.   There isn't any
  • Motar template and jQuery blank page.

    Hi! I would like to use mortar-game-stub (Mortar Game) and jQuery Mobile to my UI. But there is a problem with it, if  add jQuery source and css file in head tag I have got blank page ;/ everything is ok without jQuery. Do you have any idea what is going on?  Best Regards
  • Double checked

    $('#somebutton').click(function(){    if($('#mycheck').is(':checked')){        $('#mycheck').attr('checked',true);    }else{       $('#mycheck').attr('checked',false);     } }); Ehehehehe, When i do checked and unchecked some checkitem it not change in second time... add attr yes but not visual and real change...
  • Can't get / set collapsible property 'collapsed'

    Hello, according to docs this should tell me if a collapsible is collapsed: var collapsed = $("#MyCollapsible").collapsible("option", "collapsed")but I always get the value of the data-collapsed attribute set in the original HTML, not the current state. And this should set the state: $("#MyCollapsible").collapsible("option", "collapsed", true) // or falsebut has no effects. Instead I'm doing this way, and it works: var collapsed = $("#MyCollapsible").hasClass("ui-collapsible-collapsed") $("#MyCollapsible").trigger(collapsed
  • nested draggable not working anymore in 1.10.3 ?

    Hi it seems I can't make a draggable inside another draggable, this was possible in 1.10.1 have a look at this fiddle http://jsfiddle.net/HztHj/ dragging the red little square correctly rotates the large green square in 1.10.1,  while linking 1.10.2 and 1.10.3 it only drags everything but not rotate...is it a bug or am I missing something?
  • Column-Toggle Table bug in Android 2.3

    Hi, my name is Juan Pablo. I have a problem with Column-Toggle Table. When I run my app on Android 4.0 it works fine but if i run it on a device with android 2.3 it crash. the column button dosent show correctly. It only show the text. And I lost the function to horizontal scroll the table. This is my HTML Code <div data-role="content" id="content"> <div> <div style="overflow:scroll" id="divTable">                                     <table style="position: relative;" id="TableMonitor" data-role="table"
  • Plugins/Validation page problem

    Hi Admins, there's a problem into Validation plugin page. Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function " JobQueueDB::claimRandom ". Database returned error " 1205: Lock wait timeout exceeded; try restarting transaction (localhost) ".
  • Submit on popup

    Hello all.  I think I have found a problem with the new jquery mobile build. it seems that when trying to submit a form from a popup it works every other time. It even seems to be this way when using the demo site. http://view.jquerymobile.com/1.3.1/demos/widgets/popup/#Form
  • 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