• jQuery animate delay issues with self -queued looping of steps

    I have a simple system for looping animations in place.  This works, except if the queue is cleared, and restarted the delays don't delay for so long.  Can someone tell me if this is a bug in my code, or jQuery? I reported the problem in detail on stackoverflow: http://stackoverflow.com/questions/12300378/jquery-animate-delay-issues-with-self-queued-looping-of-steps Thanks, Chris
  • problem in version 1.8.0 and 1.8.1

    I use this expression $("#[id^='lbl']").html("") for reset labels that show error messages on contact form. On the version for subject I get the error: "Microsoft JScript runtime error: Syntax error, unrecognized expression: #[id^='lbl']". But When I work with version 1.7.2 my from validation work as always. Maybe I doing something wrong, but I it work on 1.7.2. why it won't work on the newer versions? I can reset every label by using it ID something like  $('#lblFirstName').html("") this is a better
  • Dropdown append behaves erratic in IE8 :: Jquery Bug of DOM Manipulation (for IE8)?

    The jQuery preferred code below fails in IE8 but works in all other browsers. When I say fail, what is happening is it seems to be populating the dropdown but there so many blank empty rows.                                  for (var i in objProspectiveBrides) {                                       var optElement = new Option(objProspectiveBrides[i].BrideName, objProspectiveBrides[i].BrideId);                                       if (objProspectiveBrides[i].IsPremiumMember) {                    
  • Update the quantity value in a master detail structure

    hi, I´m trying to create some basic master-detail structure, and I found a problem. In my structure there´s a button called add to the sale list (adicionar a lista de venda, it´s written in portuguese), and when I click in this button I add a new row in the table, so in this table I got a column called quantity (quantidade it´s written in portuguese) and I want to update the quantity of the product when I click in the icon that´s in the right side of the text. The problem is that only the quantity
  • AJAX with JQUERY (AJAX not working in all Browser)

    If I use JQUERY, AJAX + XML not working in all browsers. If i disable jquery, ajax is working fine. Any one can help me
  • JQM 1.2: elements underneath the footer are being clicked

    Hi I'm testing JQM 1.2 and I have this strange problem: If there's an element hidden underneath the footer, it's being clicked when I tap one of the footer elements so for example, if I have a long page and one of the elements, say a select, is position underneath the footer, it will be tapped and opened then I tap the footer. I've only tested this on Samsung galaxy s ii with android 2.3.3 any clues? 
  • Twitter Search Plugin fails

    I am getting undefined as a result when using this plugin. Has Twittter now pulled the plug???
  • jQuery Mobile Fixed doesn't work in Windows Phone

    I'm developing a app for Windows Phone with Cordova 2.0 and jQuery Mobile 1.2.0 Alpha 1, and the footer has a blank space between the end of the app and the end of the footer. This is code. <div data-role="page" id=Start>        <div data-role="header">        <h1>Bienvenido</h1>        </div>        <div data-role="content">                 <style>            .toolbarbutton-icon .ui-btn .ui-btn-inner { padding-top: 40px !important; }            .toolbarbutton-icon .ui-btn .ui-icon { width: 30px!important;
  • Leaving Forum

    I need to unsubscribe from the forum because I receive to many emails I don't need. Thank you
  • Button icons not working in IE version prior to 1`0

    I have found button icons appear as grey circles in IE 7,8,9. OK in 10. Have same issue in my app and the jQuery Mobile help pages on buttons I'm using latest release version 
  • Jquery.form.js SSL error using 1 MB files.

     * version: 3.14 (30-JUL-2012)  * @requires jQuery v1.3.2 or later Im using this version and trying to communicate with fileupload. (SSL didnt make a difference on junit testing) Now is the problem that im using this for PDF files, or normal files bigger as 1 Mb. The file would simply not be uploaded. and a errorstate 0 would come up just saying nothing has happened. Using: Firefox 14.0  (User on linux tried same with same browser got it working).     function upload_files()     {         var bar
  • resizable - problem with alsoResizable and Handles

    Hi all, there is a problem with alsoResizable options. If I set all the handles ( n,e,s,w,se,sw,ne,nw ... ) the alsoResizable div does not preserve the correct position. This affects the 1.8 version as the brand new 1.9rc ... regards, Fabio ps: To try, just get the demo file "synchronous-resize.html" and add handles:'n,e,s,w,se,sw,ne,nw' to settings... ------------ Fabio http://www.akweb.it
  • Using persistent toolbars

    I recently implemented the "data-id" on a footer toolbar to persist the navbar when people click on tabs. I have custom styles on the navbar tabs. When you click on a tab, they do persist through transition, but the custom styles are lost for a second then re-applied. This issue makes this feature unusable for this application.
  • Tablesorter plugin does not sort numeric correctly in IE8

    Found a flaw in tablesorter when using IE8 and having numeric column containing more than just text. In my case, an anchor (<td>1234<a name="a1"></a></td>): Line 309: text = node.innerHTML; must be replaced with: text = $(node).text(); to be able to parse the cell content correctly.
  • Can't scroll after tap to checkbox and radiobutton in listview.

    Can't scroll after tap to checkbox and radiobutton in listview. Put in the list view(data-inset = true) check boxes and radio buttons. Then, can not scroll for the first time after tap them. But when try again another scroll, scrolling is possible This issue happen in  Android and iOS. In desktop browser, not happen.
  • Radio button loosing selected state inside popup

    I have radio buttons inside popup dialog. In code I had one of them selected. When the popup comes up first time the selected radio button is highlighted. When I close the popup and open it again the selected highlight is missing. When I again select any other button it shows highlighted, but when I close the popup and open it again the selection disappears again.
  • Safari <select> onchange form submit broken in 1.2

    In my form I have a <select> box and I want the form to automatically submit when the user selects an option. The following code works fine in IE/FF/Safari (desktop version) <!DOCTYPE html> <html>     <head>     <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>         <script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>     </head> <body>    
  • Jquery ajax and opera 12

    My jquery ajax functions stop working in new Opera 12. I don't know why ?  The code below always run error handler. It's the same domain request. It's really strange because i can't find anything in google about this problem. What's going on ? It's really major problem. It's opera problem or Jquery ? If it's opera problem, is there any workaround ? I can change code, but i can't change users' browsers.      $.ajax({        url: '/ajax.php',        success: function(data){           alert('success');
  • JQM 1.2 $.mobile.defaultPageTransition has no effect

    I'm trying to change the default page transition from this strange fade in jqm 1.2 to slide or slidefade, but for no avail. I've tried setting in both ways: $.mobile.defaultPageTransition = 'slide' and  $.extend($.mobile, {         defaultPageTransition: 'slide'     }); both failed.  any ideas?
  • Form submit doesn't work with data-role="listview"

    I have a form with various form elements. The form elements are in a ul listview inside the form tag. the problem is when I submit none of the values are submitted with the form. If I remove the data-role="listview" inside the form it works fine but I lose the nested listview and styling. Has anyone seen this or do you have any suggestions. I looks like a bug.
  • JQM 1.2.0a1: Can't enter text in input fields in Popups

    Hi, Using the new popups containing a text field it seems like there is an issue on iOS. The keyboard opens when I select the input field and I can type in 1 character (sometimes 2). Then the keyboard closes. I can reselect the field and type in another character before it closes again. Rinse and repeat. This is tested in the iOS simulator. -Scott
  • jQM 1.2.0a1, Two links to the same page, with different data-transition will always stick to the first used.

    Playing with a very simple demo page, I stumbled on an odd behaviour, one that I didn't see in 1.1.1. Normally you wouldn't have two links going to the same page, with different transitions. At least no the slide and pop I'm testing, however the case seems to be that which ever of the links you use first, is the transition that are permanently assigned to the page it links to, other links with different transitions will ignore their own, and use that of the first link. The attached example is pretty
  • "touchmove" event handler lost on appendTo

    Hello, I have found that the "touchmove" event handler ceases to work when you use appendTo, insertBefore or insertAfter on the element after the event handler has been bound to it. Please see the example below. $(function(){ $("<p>Drag this: it works</p>").appendTo("body").on("touchmove", function(e) { alert("Works!") }); $("<p>Drag this: it does not</p>").on("touchmove", function(e) { alert("Why not?") }).appendTo("body"); });
  • Form submission dosn't work after self-destruction of child

    Browser: firefox 14.0.1 In simple test below if you press button "test1", then button "test2" will not work. In Google Chrome it's ok. <html> <head> <script type='text/javascript' src='/js/jquery-1.5.2.min.js'></script> </head> <body> <? echo $_POST[test]; ?> <form action='test.php' id='form' method='post'> <input name='test' type='text' value='testval'> <button onclick='$(this).remove(); return false;'>test1</button> <input  type='submit' > </form> <button onclick='$("#form").submit();'>test2</button>
  • Voiding a back button opens the pandorra's box at ready function ...

    I am trying to disable the back button through a forward trick in a common include page. Now the forwarded page which depends on select functions through .ready is failing.  How do I recognize the request as forwarded and open ready again?
  • Differences in deferred $.when...done() handling one or many results

    I would expect this code to give the same answer twice - but it doesn't. Why?     $.when( $.getJSON("test.json") )     .done(function(p){         console.log(p);     });     $.when( $.getJSON("test.json"),$.getJSON("test.json") )     .done(function(p,q){         console.log(p);     }); I get 99 [99, "success", Object]
  • Downloading

    I can't download any version of the jquery(minified or uncompressed). I know these is not the best place to report this. But I realy need the jquery and I'm not beeing able to get it. Thank you.
  • jQuery conflict causing drop down menu to stop working

    You can see what I am referring to here: http://sneakylink.com/g If you click on "home" you will see that the "Bikes" menu tab has a drop down menu.  However, if you go to any of the bike pages - you will notice that the drop down menu doesn't work anymore. It stopped working as soon as I added the image pan/zoom feature that you see on any of the bike pages. Apparently there is a conflict somewhere. I can either try to fix the conflict, or go with another option for the drop down menu. Your thoughts? 
  • Event pagebeforeshow fires twice - v1.2 and v1.1.1

    I have pagebeforeshow setup within the page in the following manner:             $(document).bind('pageinit', function () {           $("#xxxx").on("pagebeforeshow", function(event, data)         {          console.log($(this).attr('id') + " " + event.type + " prevPage: " + data.prevPage.attr("id"));         $('.ui-title').text("xxxx");             getxxxx();         }); }); The getxxxx function fetches some data from server and updates a div. Now on each navigation to the page I see that its being
  • dataSelector breaks with 1.8

    Just a warning to anyone using the popular dataSelector library, it breaks with jQuery 1.8.
  • jqm 1.2.0 alpha 1, changepage fired on select

    Switching from 1.1 to 1.2.0 alpha 1 I got a regression : the select (with data-native-menu='false') triggers an unexpected "pagechange" event. My workaround is not complex, just avoiding to do something when 'from' and 'o' pages are identical in a pagechange handler, but finding the cause of this regression was tricky. I join the simple page for reproducing the issue.
  • UI Dialog buttons with jQuery UI 1.8.0 - empty text

    Hi, I'm trying to apply buttons on dialog with the newest jQuery 1.8.0 But the button text is empty, see image bellow: It works fine with jQuery 1.7.2 but not with 1.8.0 Thank you for any kind of advice. Daniel
  • .html() adding extraneous anchor tags in Firefox14

    jQuery function: $('#screen #biog').html($('#louise .biog').html()); HTML source <div class="member" id="louise"> <div class="biog">       <p>Our most recent employee, Louise will be gardening part-time and taking over our office             admin tasks. She previously worked at <a href="url">Ken Bailey Garden Centre</a> at             Wistow Rural Centre and for her own maintenance clients. </p></div>Bugged HTML output: <div id="biog"> <a></a> <p>       <a>Our most recent employee, Louise will be
  • How do I narrow down on this error?

    I am using JqGrid to display a datagrid on my page. When I single click a row, it throws the following error but it lands in Jquery file. Timestamp: 8/15/2012 9:20:44 AM Error: TypeError: elem is null Source File: http://localhost/lavanyadeepak/Scripts/jquery-1.7.2.js Line: 1903 Is there a way to find out the source of this error?
  • Internet Explorer freezes for TR (rows)...

    I have the following code in JqGrid onLoadComplete event. IE freezes and goes into Not Responding for a few seconds to minutes whereas FF/Chrome render it in a jiffy.             loadComplete: function () {                 jQuery("#list1").trigger("reloadGrid"); // Call to fix client-side sorting                 //Set Tooltips ...                 var ids = "" + $("#list1").getDataIDs();  //list1 is the table name which is also rendered as JqGrid                 var arrIds = ids.split(",");      
  • issue with collapsible content event jqm:1.1.1

    Hello, First of all, i want to apologize for my mistakes in english (i'm french...). In the previous version of jqm : 1.1.0, i could associate an event on img in a collapsible content block but i'm unable to do the same thing in the last stable version. But i think that it's easier to understand with a simple code : test.html <htlm>       <head>             <title>Demo</title>             <meta name="viewport" content="width=device-width, initial-scale=1"/>             <link rel="stylesheet" href="jquery.mobile-1.1.0/jquery.mobile-1.1.0.css"/>
  • Select menus wont open on android

    I have this problem with select menus They wont open on android (95% of the time) but work fine in iOS. I have tried all the fixes out there (webkit-backface-visibility, removing absolute/relative positions from buttons) but for no avail. Does anyone have a solution for this?
  • White screen blink with fixed footer

    Hi guys, I am testing jQuery Mobile 1.2.0 alpha on a Samsung Galaxy S2 running Android 4.0.4. I have noticed there is the white screen blink between transitions when I have a fixed (data-position="fixed") footer. When I remove the data-position="fixed" from the footer, the transitions look great with no blinking in between so it certainly looks like a problem when we specify fixed positioning. Here's my footer code <div class="footerBar" data-role="footer" data-theme="a" data-id="mob_footer" data-position="fixed">
  • jQuery.prepend changes specified tag all to lowercase...?

    Does anyone know why the line below results in the following line in HTML (note the case of "clipPath") $('#designCanvas > defs').prepend('<clipPath id="clippingPath"></clipPath>'); <clippath id="clippingPath">       <use x="0" y="0" width="300" height="300" xlink:href="#clip1"></use>       <use x="0" y="0" width="100" height="100" xlink:href="#clip2"></use> </clippath>
  • jQuery Mobile 1.1.0 - this.button is undefined when trying to disable button

    On pageshow i trying to disable a button but then i got a javascript error says "this.button is undefined", you find a test page that shows only one button and script that trying to disable the button on pageshow. I have tried on pageinit but then i getting only "loader" image and no button and the same error. My test page: http://test.rickardp.se/jqm/button_test.html Some ideas?
  • 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