• How do I create a new JQuery ui ticket

    I have been trying since yesterday to post a new ticket to bugs.jqueryui.com, but I keep receiving the error: "Submission rejected as potential spam (Maximum number of posts per hour for this IP (127.0.0.1) exceeded)" How am I supposed to submit a bug?
  • Popup adds ui-mobile-viewport-transitioning to <body> tag only in certain browsers

    I am running JQM v1.3.2 and testing in Chrome 45 and Firefox 40. I have a 1 page per HTML file configuration. Here is a sample of 1 of my pages: <!DOCTYPE html> <html> <head>     <meta charset="utf-8">     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">     <meta name="viewport" content="width=device-width,initial-scale=1">     <title>Test</title>     <link rel="stylesheet" href="css/jquery.mobile/jqm-theme.css" />     <link rel="stylesheet" href="css/jquery.mobile/jquery.mobile.structure-1.3.2.css"
  • Jquery Sortable breaks firefox's css active feature (also focus?)

    Bug appear in Firefox browser. Not in Chrome nor IE. (Didn't test other browsers). Once you use some jquery sortable functions: $( "#sortable" ).sortable(); $( "#sortable" ).disableSelection(); on html elements like (i.e. td or li) The css active (also focus?) will stop having an effect from now on (as if it's not there). So if you have a sortable li (like in site example) and a css command: li:active{   background-color: green;   cursor: n-resize; } and u use $( "li" ).sortable(); The css above
  • Sortable: Helper jumps to the left side of the page when start dragging second time

    As http://bugs.jqueryui.com doesn't allow me add tickets I copy it here. When you reorder some element for the first time it is ok. When you start dragging the same element again helper jumps to the left side of the page. It is only reproducible in Firefox when sortable elements have 'position:related' CSS rule and sortable option {axis: "y"} is set. Here is the example: [https://jsbin.com/zarucukela] I've used the workaround like this:     var element = $(URLS_CONTAINER);     $(URLS_CONTAINER).sortable({
  • jQuery Multi-page not working when navigated from another page.

    Hi, I have 3 PHP files. In index.php file, I have a search box, like; <div role="main" class="ui-content jqm-content">     <h1 style="text-align: center">Logo</h1>     <form action="search.php" method="get">         <div data-demo-html="true">             <input type="search" placeholder="Enter keyword" name="search" id="search" value="">         </div>         <div data-demo-html="true">             <fieldset data-role="controlgroup">                 <button class="ui-shadow ui-btn ui-corner-all"
  • problems with scripts

    Hi, I have porblems  here is my code  <!DOCTYPE html> <html> <head> <title>el altruista</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="C:\Users\paulong\Documents\ahorasi\app\conf-rooms\css\themes\2\tupacata.min.css" rel="stylesheet" />     <link href="C:\Users\paulong\Documents\ahorasi\app\conf-rooms\css\themes\2\jquery.mobile.icons.min.css" rel="stylesheet"/>     <link href="C:\Users\paulong\Documents\ahorasi\lib\jqm\1.4.5\jquery.mobile.structure-1.4.5.min.css"
  • Chrome crushed when I code like this 'jQuery(jQuery).append(5)' or "jQuery('2').appendTo(jQuery)"

    Tested with version 1.9 and 1.11. Is it a bug? I do not know it until our student tell us!
  • Getting blank page when website is opened in iOS 8.3

    When I open my website in Safari with iOS 8.3, I get a blank page. I'm using the latest jQuery mobile library (1.4.5) and the website is displayed fine in iOS 7 and iOS 9. If I commented out the code that loads jQuery mobile script, the website is displayed but without the effects of the jQuery library. Any help is appreciated. Thanks.
  • Huge bug of jquery ajax !!!

    $.ajax(     {         url: xxxx,         data: { name: null, sex: 0 }         ......     } ); this ajax will send a request to the server just like  xxxx?name=null&sex=0 yes, null is translated to string "null", and in the server side, like php, java, asp.net , name will have a value of string "null", not empty or null string.
  • error a.setAttribute is not a function with jquery 1.4.4

    Just after upgrading from v1.4.3 to v1.4.4 I started receiving this javascript error on the console, but apart from the update, I didn't do any code modifications. If I follow the console link, it takes me to this point in the source: attr: function( elem, name, value, pass ) { // don't set attributes on text and comment nodes if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 ) { return undefined; } if ( pass && name in jQuery.attrFn ) { return jQuery(elem)[name](value); } var notxml = elem.nodeType
  • bug with function() and $.AJAX() plugins

    There seems to be a bug with $.ajax, when you put a "plug-in" function inside the function() where the plugin only gets called once.  I'm not sure if it's with all the functions, or just some of them.  I know it's with the accordion for sure, but not sure if anything else behaves that way, or not. There should be a built in ajax listener for the function(). I'm assuming that no one else has ever encountered this issue, but it wasn't solved by a discussion, so now it is a bug in the core.  the temporary
  • Navigation problem with chrome

    I am building a little math app using jQuery and jQueryMobile. The transition "slide" works with all browsers except chrome [the page actually disappears and is blank.] I tried very many version combinations but none worked without breaking the design. This only happens with chrome -  works perfectly with Firefox and IE.  What could be the cause? Is there a solution?
  • Extra border spacing in sortable table in Safari 7.1.7

    I have a table with sortable rows (note that sortable() has been called on tbody as stated in the documentation). When I sort the rows, the border spacing gets bigger and bigger. This occurs when using "border-collapse: separate;" and setting a vertical spacing between the cells/rows, e.g. "border-spacing: 0 .3rem;". I've created a very simple fiddle to demonstrate this: http://jsfiddle.net/t6qzn5c8/ Repeatedly sort the rows and the space will keep growing. At the start: After repeated sorting: This
  • Download builder give JS error

    Hi, I tried to download a custom copy of JQM 1.4.5 but the builder gives a JS error as follow: XMLHttpRequest cannot load http://amd-builder.jquerymobile.com/v1/dependencies/jquery/jquery-mobile/1.4.5/?baseUrl=js. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://jquerymobile.com' is therefore not allowed access.  And nothing happens just the loader. Regards; Sam
  • is there any jquery plugin that comes packaged with css-3 transitions ?

    hey guys check out the slider on this page .. SLIDER  .  i absolutely love the css-3 transitions on the slider , now the the slider unfortunately is a commercial one and i see no documentation for this slider anywhere , building a custom slider with such transitions would't be really difficult , but it would still be work , so i was wondering , if there is any jquery plugin that comes packaged with such transitions , or rather delayed transition of each element on the slide ? 
  • Accordion Content Issues

    I have <code>   $(function() {     $( "#Medal-accordion" ).accordion({       active: false,       collapsible: true,       heightStyle: "content"     });   }); </code> but the height still shows as auto
  • Long list demo is not working

    The Long list demo in the following link is not working on Google Chrome Version 43.0.2357.124 m  and Android 5.0 browser  http://demos.jquerymobile.com/1.4.5/selectmenu-custom-filter/
  • Div filter not working is Safari for windows 5.1.7 and chrome 43

    I created a simple filte for my website with jquery-1.11.3.min.js It is working fine in Opera (btw the 2.1.4 version did not) and in firefox. But not in chrome and Safari, Have I done something wrong? www.test.i-stijnman.nl
  • android webview onpause, onresume

    i have a problem, when my android application (webview+jquery mobile) is suspended and onresume is called after 5-20 minutes, jquery freezes - i have to restart the app, i only found this in google - but can´t be a real solution?! http://www.codedisqus.com/0JzjqWgUPj/application-freeze-when-bring-back-to-foreground-cordova-3-jquery-mobile.html
  • Datepicker calling onChangeMonthYear before updating itself

    Hi all I'm using the Datpicker, and it's great, except for one problem... it is calling the onChangeMonthYear event BEFORE it updates itself. This is a problem for at least 2 reasons... a) if you want to modify the Datepicker component itself during the onChangeMonthYear event - all of your changes will get wiped after this event is called. b) if you want to read the contents of the calendar, it will still contain the previous month's data, instead of the newly selected month's data. Simple solution
  • Issues in safari iOS 8.3 loading scripts.

    Hello and Thank you in advance for your help. Here is the issue that we are having: We are having issues 50% of the time loading jQuery ONLY in Safari on iPhone and iPad with iOS 8+. Also everything works just fine in PRIVATE BROWSING WINDOW in safari.  Same issues in iPad and in addition to that ipad used cannot add items to the cart. Also CSS styles are not loading properly 50% of the time. In Chrome... orepa... firefox etc everything WORKS FINE with zero issues. we have tested in iOS 7 and everything
  • incorrect form serialization with jquery

    On my CMS, I use marked to public posts, and on form marked put generated html into textarea, when I submit for first time (creating of the new post) form is serialized correctly. My CMS after creation append's one input (type text) with some specific info and button's to edit and delete, the process is the same but when I try to serialize form: $(e).serialize() // e ----> '#form' I see the old value (original) of my textarea, and only after submitting (editing) I get the correct serialized info.
  • Bug #8464 reappear in latest version of datepicker

    This bug seems to reappear in latest version of jqueryUI - DatePicker http://bugs.jqueryui.com/ticket/8464 https://github.com/jquery/jquery-ui/pull/706
  • ajaxForm repeat attached file

    hi everybody i have a problem with the plugin ajaxForm i try to upload many times but when the first file is uploading i upload other file parallely but the first upload has file and the second file does not file when the uploads have finished the file attached at the first uploading is repeated at the second uploading but at the second i dont attache any file what is the problem? this is my code  $(document).on('submit', '.newpost', function(e) { e.preventDefault(); // prevent native submit var
  • Simple script sometimes not working

    Hello, I have problem with very simple script. This code sometimes working, but sometimes I must refresh the page. Script: <script>     $(document).ready(             function() { $("#loading").fadeOut('normal');                 setInterval(function() {                     $("#battlelist").load("rpsselect.php");                 }, 1000);             }); </script> PHP: $pdo = new PDO('there is host, password, user, and db name'); $stmt = $pdo->prepare("SELECT id, defender, coins, defender_avatar FROM
  • Autocomplete select problem

    Hello,  I have made an application with jquery, it have some components like selects, selects with autocomplete...etc.  The problem I have, is when I run the application in chrome, when clicking (with mouse) a select with autocomplete option opens correctly, but if I did it with a touch pencil the result is not the same...  I have to touch arround that select to open it, and I cant find solution for this mysterious behaviour. I try to change the firing events...from 'change' to 'tap'...but the result
  • Jquery value cache not updating as expected.

    Hi. I've found the caching performed in the val() function troublesome in my last project. First of all, allow me to explain what I'm trying to do. I need to dynamically hide and show some options inside a select. The naive approach, trying to hide the option elements themselves, only worked in desktop browsers. For mobile browsers, this is not the case: they render all elements (even the hidden ones). The only way of hiding options dynamically in Android I've found is wrapping the options to be
  • Pre-rendered collapsible content on jQuery Mobile demo fails to validate with W3C

    I just ran this through the w3c validator:   http://demos.jquerymobile.com/1.4.5/collapsible/ Line 230, Column 50 :  Element div not allowed as child of element a in this context.  …<div class="ui-collapsible-heading-status"> click to expand contents</div> I was going to use the pre-rendered content, but there seems to be an issue here?
  • Custom menu does not work inside popup

    The context menu does not work when used by a select inserted inside poup. It could be a problem of z-index? http://jsfiddle.net/wcuxS/1345/
  • Event in doc.onpropertychange

    This is part of the JQM source, around line 1880:           // Whenever `document.title` changes, update the Iframe's title to           // prettify the back/next history menu entries. Since IE sometimes           // errors with "Unspecified error" the very first time this is set           // (yes, very useful) wrap this with a try/catch block.           doc.onpropertychange = function(){             try {               if ( event.propertyName === 'title' ) {                 iframe.document.title
  • heightStyle "fill" option works incorrect if accordion container height set in %

    In my case height is 100%. It's beacause a web application layout... Test example with original markup and CSS
  • Table Column Toggle colspan problem

    I have a table enhanced with Column Toggle widget. I need to have some cells merged within the row, but in some rows it can be merged, in some doesn't. See the example  with the actuall problem included (turn off either column "Header 1-2" or "Header 5"). The problem turns out during the initialization as the cells in the body are decorated with wrong class " ui-table-priority-#". This way I actually can't make any workaround unless I rewrite the whole widget. Is there any possibility to fix this
  • Martin baffled!

    I am using a Jquery plugin to validate my simple contact form, works fine on the Google Chrome browser. The IE browser is sort of validating the form, it highlights red around the inputs if you don't put any character in them, it displays a required field, but my minlength rules doesn't work, all you have to do is add a character and the form validates. Weird , if anyone has a suggestion please help!
  • slideToggle: problem with positioning of the to be increased DIV box

    Hello, I'm using jQuery version 2.1.3 and the slideToggle function. During the sliding effect, the div box "mycontainer" in the example below is increasing but not correctly: at the beginning, the div box will be increased to its maximum height. At the end, the complete div box is moved some pixels upwards. It looks like that the box will be repositioned at the end - or - the upper left corner at the beginning of the sliding down effect is not correctly calculated. Here a HTML sample: <!DOCTYPE html>
  • Possible bug in datepicker

    Not sure if this is a bug, or if I am just doing something wrong/unsupported. <!doctype html> <html lang="en"> <head>   <meta charset="utf-8">   <title>jQuery UI Datepicker - Display month &amp; year menus</title>   <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">   <script src="//code.jquery.com/jquery-1.10.2.js"></script>   <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>   <link rel="stylesheet" href="/resources/demos/style.css">   <script>
  • Deleting very old private conversations

    If you try to delete some very old private conversation, you cannot. You get a pink popup that says:   (null) It seems the conversation has gone away, but a reference to the conversation has not, and cannot be removed.
  • Mouse events do not work in firefox

    Handlers for mousedown and mouseup events are not called in Firefox. (I use version 30.0)
  • CLA error

    Just made few pull requests. First has passed without any problem, but I made a mistake and signed more than two times. Seems that CLA leeked my email to spammers
  • drag and drop jquery bug at 50% of parents width?

    Note: I am new to this drag & drop, but this appears to be bug. I attached my code. If you open it up as HTML you will notice three lines at the left, and one line at the right. The line at the right can be drag & dropped on the first two lines.  Anytime you drag & drop to the first line it will always work. But if you drag & drop to the second line it will only work if you drop the item on the text that is within the first 50% of the width of the cell. In this example the cell is 600px width, so
  • Fixed header issue on iOS devices

    Hello, I have an issue using fixed header for jQuery Mobile 1.4.x. On iOS devices, when we click on an input field or textarea, and try to scroll upwards the header unfixes and appears anywhere in middle of page. To resolve the issue, I had tried do hide it on focus, so the issue was resolved. Now, I need the header fixed even when input or textarea is in focus i.e. the header should be visible at all times, even when typing in an input field or textarea. But am not able to get the result. Please
  • 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