• Samsung galaxy sIII crashing on input 7

    I have a very simple app that converts units (jqurey mobile and phone gap). But it crashes whenever a user types in the number 7 in the input field (all other characters can be entered without any problem). While testing the app locally using Firefox or emulators, I see no such problem. Only when I transfer the apk to my (samsung) phone, the problem appears.  I changed the type attribute from number to text and then removed it altogether. Still the same problem. Here is the code snippet. The number
  • Wrong animation initial value calculation

    I already reported this bug 6 days ago when tested first beta of jQuery 1.9 - http://bugs.jquery.com/ticket/13183 Unfortunately, v1.9 come out today and there were no updates and my script is broken. Any ideas when/if this is going to be fixed?
  • JQM 1.3b1 input causes fixed toolbars to break iOS 5.1.1

    When bluring an input (typing something and then clicking away or "done" in the keyboard, fixed header and footer go to the top and bottom of the page, rather than coming back to a fixed position. This didn't happen in iOS before. It happened only in android. The problems appear to be in line 10610 where the show() method of the toolbars will only execute if self._visible, which is false (shouldn't it execute if the toolbar is invisible?)
  • Dead link to MDN reserved words resource

    Current link in guide points to ' https://developer.mozilla.org/en/JavaScript/Reference/Reserved_Words, ' (MDN JavaScript Reference) Should point to ' https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Reserved_Words '. Looks like an extra comma got slipped in at the end. Just an FYI.
  • Jquery mobile stypes are incompatible with jquery ui styles

    At moment it is almost impossible  to mix jquery ui widgets with jquery mobile widgets since the two styles have a lot of overlapping. Mainly in the icon area names collide, so also if one doesnt enhance with jquery mobile a part of the DOM, the name collisions of the css classes makes impossible the use of jquery ui widgets. Is there a plan to make the two styles converge in some common framework in the future ??? I f not I dont see any reason for the name collision, so it would be nice to give
  • .ajax() fail when you click in a[href]

    I posted it into bugs page, but dmethvin told that I need post here before. So, here I'm. Original post: Well... If you have a a[href^="abc:"] element then you click on it the browser will start a new request, but this pattern will do not execute anything, so you will stand on the same page. Take a look:  http://jsfiddle.net/ZwYYT/ If you start an .ajax() request and .click() in this element, you will have an error, because your Ajax request will be aborted by browser. The problem is that jQuery
  • A problem where page URL contains "?"

    Hi all! I have a problem: where URL of page contains question mark, in the tab content area loads whole this page again by same URL without "?" and parameters after it. This happens after any tab button clicking too. UI version is latest (1.9.2). To compare: With this URL jQuery.tabs displays as expected With this URL there is the problem
  • JQueryMobile+Phonegap+Android GUI Bug: When changing page some of the components are misplaced

    So my problem is sometimes, when I transition through my pages the whole page is not in the proper place. Additionally, when the user clicks anywhere in the screen that is blank, the page will be back in the right place. From the attach pic, you'll see that the header (red highlighted box) and the body is out of place. the correct place should be inside the yellow highlighted box. //Additional: The bug seems to occur more often in samsung galaxy note.
  • Autocomplete and custom _renderItemData

    Hi  I have tried to modifu format of item using _renderItemData (or _renderItem) and used with remote source , it works fine till user press Arrow up/down and i get error: Uncaught TypeError: Cannot read property 'value' of undefined L:6460 I have value field in my JSON source, when i remove _renderItemData , it works fine?  Thanks P $.widget( "custom.beachcomplete", $.ui.autocomplete, {     _renderMenu: function( ul, items ) {       var that = this,         currentCategory = "";       $.each( items,
  • Sortable

    When initializing Sortable, I submitted only 'cancel' options and then bound the update event. $( "#sortable-group" ).sortable({        cancel: ':input,button,.contenteditable',         }); $( "#sortable-group" ).bind( "sortupdate", function(event, ui) {...}); At one stage in my js code I needed to trigger the update process manually, using $( #sortable-group" ).trigger( "sortupdate"; ); During this trigger, the 'ui' object is not passed to the function. The 'event' object is there, but the 'ui'
  • Jquey 1.8.3 Changes in function Load

    In Jquery 1.7 the default type of ajax-queries, in the function load, was GET. In jquery 1.8 the default type has been changed to POST. When using $.load(..) from IIS / development server in VS 2010 the call returns error message: 405 Method is not allowed. What is the easiest way to solve this problem?
  • Critical bug with google chrome - Update

    Update: Ok, I found the bug in the jquery mobile script in line 8021. The wrapper has no closing tag string: 1.2 jquery mobile version: this.select = this.element.wrap( "<div class='ui-select" + classes + "'>" ); Fix for the 1.2 Version: this.select = this.element.wrap( "<div class='ui-select" + classes + "'></div>" ); I'm new to jquery. What is the process to make sure this fix lands in the new version???? Hi,  It seems there is an issue with google chrome and xhtml pages using the "select" element.
  • fadeIn() when div is floating

    Hi guys, today a problem with "fadeIn()" occured, when i was trying to fade in some floating elements. I tried to figure out whether it is a known bug or not, but i couldn't find any information about it. So i came here to ask you for help! I have the following html code: <div id="someField" style="float:right;"></div> When the user clicks on a button, this div should fade in by using the following code: $('#someField').fadeOut('slow', function() {       $('#someField').html('SomeContent');      
  • dist/jquery.js: Non-ASCII characters detected on Window 7.

    How can I fix it? D:\Code\github\jquery> grunt path.existsSync is now called `fs.existsSync`. Running "submodules" task Running "selector:src/selector.js" (selector) task File 'src/selector.js' created. Running "build:dist/jquery.js:*" (build) task File 'dist/jquery.js' created. Running "lint:dist" (lint) task Lint free. Running "lint:grunt" (lint) task Lint free. Running "lint:tests" (lint) task Lint free. Running "min:dist/jquery.min.js" (min) task File "dist/jquery.min.js" created. Uncompressed
  • BUG ? White line flashing at bottom during page transition !

    Hi, I am writting my first app with Jquery mobile ... it's really a nice framework but now i am stucked with a really weird problem : On nearly all page transition i got a 1px white line flashing at the bottom of the screen (exactly on the footer bottom border). It appears on every page transition but the ones that shares the same footer (same data-id). I googled a LOT and tries a LOT of things : page height : seems to not happen on long pages ... footer height : nothing having same footer height
  • Grid doesn't work in dialog

    Hello, i have the following problem: - when i open a new jquery.dialog in which i load a jqueryGrid it works in the most cases, but not evertime. sometimes the grid is loaded grey, and every menu (switching sites, reload grid, searchbar) is unclickable, just the content is displayed correctly. can anybody help me please? sorry for any bad language or mistakes, I'm no native english speaker and new here ;) thanks a lot MR
  • Icon only buttons not working with "ui-btn-left" or "ui-btn-right" css class

    What I get is: What I was hoping for is (but with buttons on right side and on same line, like above picture): Here's my code (I am using a ThemeRoller theme, without modification).  I am using jquery.mobile-1.2.0. <div data-theme="a" data-role="header">       <div class="ui-btn-left" data-role="controlgroup" data-type="horizontal" data-mini="true">              <a href="#" data-role="button" data-rel="back" data-icon="arrow-l" data-iconpos="notext">back</a>       </div>       <h3>            Test
  • Failing to display list of values using Autocomplete Remote Datasource in 1.9.2

    I am trying to upgrade from 1.8 to 1.9 and could not make the autocomplete to function with remote datasource.  So I tried to use the demo version and host it on my server, and it fails too. I suspect the problem is with / characters in the source property. Searching for "pig" hoping to find "pigeon", it works it I use the following URL http://jqueryui.com/resources/demos/autocomplete/search.php?term=pig Could anyone try the following example and search for "pi" or "pig". Thanks, Eric ---------------------------------------------------------------------------------------------------------------------------------
  • problem with $.mobile.selectmenu.prototype.options.nativeMenu

    I have been using $.mobile.selectmenu.prototype.options.nativeMenu = false; in my app, but now I want to change to using the native dropdowns. However, if I remove this line from my code (or change it to true) then the page will not load. I get an error  Uncaught TypeError: Object has no method 'addClass' jquery.mobile-1.2.0.min.js:2 (anonymous function)jquery.mobile-1.2.0.min.js:2 (anonymous function)jquery-1.7.1.min.js:4 e.extend.eachjquery-1.7.1.min.js:2 e.fn.e.eachjquery-1.7.1.min.js:2 f.fn.extend.htmljquery-1.7.1.min.js:4
  • Double and triple transitions

    I am using jquery 1.7.1 and jqm 1.2.0 and while testing my page on the Android emulator I noticed that when I do a page transition it flashes 2 or 3 times. I just want to know if this is normal, or if I am loading the page the wrong way.  The pages look fine on the phone, and on a desktop, but not in the emulator. It could be that the emulator is not able to render the transitions correctly. Here are the test pages I have been using, they are very simple, click on the top 3 buttons in the emulator
  • Autocomplete change event when this.previous is undefined

    When I tab into an input text field that has data in it and that has an autocomplete handler attached to it, for some reason, the field does not receive focus, and so the autocomplete "this.previous" variable is not set. (This may be the real bug; the field does receive focus when clicked in.) In any event, when I then tab out of that field, autocomplete's blur handler calls its _change() function, which then compares "this.previous" to "this.element.val()." Because "this.previous" is undefined,
  • jquery ui 1.92 tabs: tabs inside of a tab not working

    When I try to create another tabs container inside of a tab in an existing container it does not work, it used to work in 1.8.23 and when I upgraded to 1.92 it broke the tabs interface, any idea on how to fix this?
  • download

    When I try to download jQuery by clicking on the "Download" button, I get is a page filled with script, but no download.  Am I doing something wrong?
  • Tabs isn't working as expect with SEF url

    Code example: $('#invite-tabs').tabs(); $('#invite').click(function(){     $('#invite-dialog').dialog('open'); }); $('#invite-dialog').dialog({     autoOpen: false,     modal: true,     height: 400,     width: 600 }); and html-code from example with static content. When tabs is load and activate the tab the dialog is shown and load an index page. If I comment out $('#invite-tabs').tabs(); when content in dialog is shown w/o index page. I mean what when page url is http://localhost/conference/index.php?option=com_conference&view=conference&id=1&Itemid=106in
  • load("post.php") reloads the data twice

    Hi i m using the insert code in post.php file and i m refreshing the div automatic using the below code: <script>  $(document).ready(function() {  var b=$("#id1").val(); var d=$("#id2").val(); var refreshId = setInterval(function() { if(d=="") $("#demo").load("posts.php?id="+b); else $("#demo").load("friendspost.php?friendid="+d+"&id="+b); }, 75000); $.ajaxSetup({ cache: false }); </script> I have a problem that when div refreshes, it again loads the previous action done Mean When i post  something
  • jQuery Mobile activating geolocation on mobile devices

    Hi, a very strange thing appears when visiting sites/apps using jQuery Mobile with an iPhone4S (iOS6.0.1). The geolocation seems to be automatically activated, shown by the GPS-arrow in the status bar - which drains the battery pretty fast. Tested with jQuery Mobile 1.1 and 1.2, and also reproducable on the demo website http://jquerymobile.com/demos/1.2.0/ I can't find any relevant functions in the code - what can cause this behaviour? (It does NOT happen on http://jquerymobile.com/demos/1.0.1/ )
  • jQuery AJAX doesn't return XML with Internet Explorer 10

    When called from within Internet Explorer 10, jQuery doesn't return a valid XML document object. What's going wrong? Here's the test code: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head>     <title></title>     <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>     <script type="text/javascript">         var url = "test.xml"         $(function ()         {             $.get(encodeURI(url), function (data)             {                 data.setProperty("SelectionLanguage",
  • bug in api documentation

    Missing close bracket in code example http://api.jqueryui.com/dialog/#option-buttons ?
  • view source is not displaying for this link: http://jqueryui.com/draggable/#visual-feedback

    I have tried to view this link (http://jqueryui.com/draggable/#visual-feedback) in several browsers w/o any success.  I students who have tried to access it was well w/o success.  I do see view source in all the ones I just clicked on.  Any help would be appreciated.
  • Jquery Websites' Search Infinite Refresh

    When searching via the search box on jquery sites if the word 'jquery' is included as part of the search phrase it seems to trigger an infinite refresh loop on the search results page. Here is an example http://docs.jquery.com/Special:Search?ns0=1&search=jquery+each 
  • Can I use only the jquery core for mobile website?

    Can I only use jquery-1.8.2.min.js for my mobile website? Is it used for both mobile and desktop browsers?
  • Hidden Input .text IE Compatibility View issue

    I came across an issue that I was having while trying to handle an ajax call and thought I would pass it along. I wasn't able to fix the problem, but I was able to get around it. I have a hidden input control, along with a label that I'm populating with data from an ajax call. The call returns a dictionary of multiple clientid keys and values for each. I loop through this list and make the following calls $($get(clientId)).text({some value}); $($get(clientId)).val({some value}); I do both because
  • Radiobutton widget

    Hello. I'm using jQuery mobile 1.2.0 and the following markup: <fieldset class="data-types-horizontal" data-role="controlgroup" data-type="horizontal">    <legend>       Choose data:    </legend>    <input class="data-type" name="cjr-h" id="cjr-h" value="cjr" checked="checked" type="radio" />    <label for="cjr-h">       CJR    </label>    <input class="data-type" name="languages-h" id="languages-h" value="languages" type="radio" />    <label for="languages-h">       Languages    </label>    <input
  • jquery loader not spin in IOS 6.

    Hello, I am new on Jquery mobile development. I am using $.mobile.showPageLoadingMsg() to show loader. It is spinning on IOS 5.1 but it is not spinning IOS6.  I am using Jquery mobile 1.0.1 Any one has solution please share. Thanks
  • Script not working in IE9 or Firefox, how to fix it?

    My JQuery script is not working in Firefox or IE9. I am using IE9 Version: 9.0.8112.16421 and Firefox version: 17.0.1 . The website works fine in Google Chrome and Opera. The website is located temporarily on my dropbox: https://dl.dropbox.com/u/53597778/Web%20Dev%20Live%20Tests/Site/tutorials.html The page in question that is not working is the "Tutorials" page, if you use Chrome or Opera everything works fine. The buttons have the correct ids set and the page content changes as I set it to. This
  • sortable with <span> causes target placeholder to misbehave

    I made some <ul>'s and made them sortable in the usual way. I gave them a common class and connected them so I could move items between the lists. I wanted to put a label on the lists (e.g. list 1 , list 2, etc.) I did that by typing text after the opening <ul> tag, and it worked fine. Then I wanted to style the labels, so I put them in a <span> tag and gave the span a class so I could style them all the same. That breaks the way the sortable objects work: a target only opens on the fist or last
  • jquery mobile.js only works when I refresh page

    I am using jquery.mobile-1.2.0.min.js, I have link in home page to inner pages. But some times inner pages animation not working, but when I am refreshing the page its working. Please help me. I will explain, there is some link on the home for navigate to inner pages. See the link- http://www.topswitzerland.ch/index.html And inner containing data in several rectangle boxes , when we click on the filtering tab on the top area of page, that's not working. It means no result. But after we press the
  • jquery auto slide for this slideshow ?

    Ok I downloaded this slideshow and I want to add a Autoslide on my slideshow can someone please tell me how to do this Please download this rar for the slideshow and put it autoslide please.
  • Problem with virtual viewport size on Windows Phone 7

    So I recently started making SlideShare mobile compatible with Windows Phone 7 browser. I am having issue with virtual viewport width property of the browser. By default, I use this meta tag for setting the device width and setting the initial and maximum scale <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> This works fine in iPhone 3GS (320x480), Devices with 480x800px resolution and bigger tablets but doesn't work in Windows Phone 7.
  • Magnifying glass icon in <input type="search" ...> does not appear

    I'm hosting the jquery libraries locally. The magnifying glass icon does not appear in search boxes on my site - it's just a whitespace. But the icon does appear when I view the Form Gallery in jQuery Mobile Docs using the same browser. What's the problem here?
  • 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