Download Fail
jQuery file download from official download page failed. What should I do? Screenshot of the problem is attached.
jQuery Mobile 1.4.5 Table Reflow
If I follow the example in the jQuery Mobile 1.4.5 demos for Table Reflow, but set up my table using thead: <table> <thead> <tr><th></th>...</tr> </thead> <tbody> <tr><td></td>...</tr> </tbody> </table> Then I don't get any column headers (labels) moved down in the reflow process. I only get data, when headers are supposed to be displayed left of the data. If I use a "old" table, then everything works: <table> <tr><th></th>...</tr> <tr><td></td>...</tr> </table> Isn't Table Reflow supposed to also
.val(value) does not work on checkboxes if value is not an array
The documentation states that .val(value) should accept, and work with, String, Number, or Array. However, with checkboxes it doesn't work with String, but it does work with an Array of Strings. As a work-around, I am wrapping my String with [] (brackets), which appears to be working. Here is an example of what doesn't work:
$("#LabelEditModalForm-AdminUseOnly").val($data.data("adminuseonly"));
and this does work:
$("#LabelEditModalForm-AdminUseOnly").val([ $data.data("adminuseonly") ]);
jqueryUI example fails on Edge browser
I have implemented the jqueryui tab feature on a key page of my web site and it has worked in the past when I developed the page. I needed to make a minor revision and see now in my testing that it fails with the Edge browser. I went back and copied the sample code to see if there was something in my implementation that was causing it to fail, but the sample also fails now. I am testing on Apache 24, Windows 10 (Anniversary update + more updates) which has Microsoft Edge 38.14393.0.0 & Microsoft
Hello !
I had a problem using the Bootstrap Paginator that was developed by Yun Lai. When I tried to op The reason for this discussion post is about this member's plugin that is located on the JQuery Plugin Registry. However, when you try to access the page the user is presented with a warning page telling the user that their computer is infected with a virus and to please call some number. In addition, they have continual pop ups that's flashing with the suspicious information. I feel that no one knows
Popup menu popping up in wrong place on Android!
I have a popdown menu in the header. On iOS it works perfectly. On Android... well... if you push the menu button some random number of times the MIGHT eventually popup where it's supposed to. It does always popup (generally on the opposite side of the screen) and when its up none of the selections are clickable but instead just dismiss the menu. Here are the files I'm including: <link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.4.5.min.css" /> <script src="jquery.mobile/jquery-2.1.4.min.js"></script>
Serious problems with jQMobile_child
Dear Friends. I am very DISTRESSED. I can't seem to FIND where to make changes to my JQMobile_child theme. We have a wordpress website. Which works fine. But we send people to the JQMobile_child theme when they are using their smartphone. But we are trying to make a few changes to the JQMobile_child, such as change the phone number and fix a picture. Please see the pictures. You will notice the changes that we are trying to fix. We also have a picture of the back end. We can't find WHERE
$.Extend error after Chrome Update 53
After the Chrome update 53, many of Jquery libraries that I am using in my projects are displaying "Maximum call stack size exceeded" while rendering the components. The stack trace shows $.extend method call as the error cause. Everything was working fine on Chrome 52, but this new update has broken most of the libraries. One curious thing is that this error happens intermittently. Has anyone ever experienced this? Thanks
blueimp gallery plugin not operating correctly
I have just finished developing a new website lyracus,co,uk and the blueimp gallery operates correctly in dreamweaver and when servered locally on win 10 iis server. When I upload it to the simplereg.com webserver rather than a single image being replaced one by one with the 4 images in the carousel, it displays as 4 image slots down the page and each image appears in its respective slot one by one at the end of the 4 second time interval. This one has me baffled as it works locally fine - any help
ajax anti-cache issue in 3.X.X
Given a url (that was, for example, returned from a server after a prior ajax nocache request): /myapp/?_=1111&nextPage=2 and issuing a new jquery.ajax call with that url and cache=false will cause the request url to be changed to something like: /myapp/&nextPage=2?_=1112 which causes the request to be unrecognized. In jquery 3.0.0-alpha1 and prior versions, the ajax anti-cache code did an in-place setting of the anti-cache parameter and updated the url with something like: /myapp/?_1112&nextPage=2
Need professional help !
Need professional help ! Remodel existing gallery under its own way. I want to remove the switch from photo to the next, and that would shut the photos from clicks on it and not on the X in the corner. Upload a picture file did not work. Threw on file sharing: http://fracton.rgho.st/68XLrryK2 I found the code: Use CSS3: enlarging a photo when clicked. <Style type = "text / css"> .vkl3> br, .vkl3> a: nth-of-type (2) .vkl3> br: target ~ a: nth-of-type (1) {display: none;} .vkl3> br {position: fixed;}
Spinner control Spin event | Keep on firing again and again
Hi , I am trying to use Spinner control and wants to control the next value that should be set in textbox if user either directly enter or use step-up or step-down buttons. for this i am listening to "Spin" event and assigning a function to this event. in this event i am trying to check if next spin value is one those that i do not want then i increase the value and set it using "value(value)" function. what happening is this event keeps on firing even if i remove all my code from this event ,
2.2.0 to 3.1.0 upgrade: .serialize() will not serialize disabled objects?
UPDATE 08/05/2016: After looking into the issue closer, it turns out that the .serialize() method is no longer serializing the values of any disabled objects or their children. This is a breaking change, as it is common practice to disable a page, or portion of a page, during a post to prevent additional clicks/selections/whatever. I don't see anything in the notes that this was intended, but that is the current functionality. Is this new functionality intended? If so, is there a way to serialize
Visual Studio 2015 with Microsoft Edge, Unexpected Error starting up the application. Assignment to read-only properties is not allowed in strict mode
The error message in the title comes up in an alert box when I start my application from Microsoft Visual Studio 2015 using Microsoft Edge as the browser. Its OK in IE11 and Firefox. Initially I thought it was something about Edge and VS2015, but actually when I did a hello world app or a fiddle, it didn't happen. So a lot of alert statements later I found the problem, it turned out that this bad line of code was accidentally left in there: $(document).on("focus", "input,textarea,select,button");
Please document .data/$.data caching
Neither the $.data nor the .data() documentation mention the cache system. I was retrieving objects using .data, and then setting a value in the object. Subsequent calls to .data didn't return the original object but the modified version. I had no idea there was a cache, it was very confusing. https://api.jquery.com/jquery.data/ https://api.jquery.com/data/
Quote highlighting is broken
Quote highlighting has been broken for about a week. I've taken to start adding quotation marks manually, so that readers have some clue. At least the case for Chrome 51.0.2704.103
inline datepicker previous month link not working
When I click the prev(ious) month link nothing happens. It shows normally and when I hover the mouse pointer over it, it shows the 'priv' tool tip. On the same form I have three other datepickers, who's prev(ious) month links work normally. I am using the latest JQuery UI datepicker in Chrome Version 51.0.2704.103 m on a Windows 10 system. The working datepickers all share the same options initialization setting, which the inline date picker does not. Here is the 'code' for the inline datepicker:
JQUERY UI Themeroller
Hi, I have problem to set me own UI style. When i try to set something i always go back to empty style and console give me error about bad gateaway :)
Including a jQuery panel ruins visibility of html elements while scrolling on mobile
i cant for the life of me understand it but heres a link snoblifetest.myshopify.com when i add the markup for a panel...external or internal elements will disappear while scrolling on any phone...without even opening the panel... heck...the mere presence of data-role="panel" causes it... as soon as i remove the code below...mobile scrolling performance returns to normal...very strange <div data-role="panel" id="mobilemenu" class=" panel" data-position="left" data-display="reveal" data-theme="a"></div>
tablesorter plugin , wrong sort with thousands separators
I have a problem with the tablesorter plugin, it does not sort properly when used for thousands separators, works only without thousand separators. Some configuration must be done, have not found anything in the documentation so far. Thank you for your help. Jacques.
event handler attached using 'on' on document is executing content like event bubbling from old response to new one.
<!DOCTYPE html> <html> <head> <title>JS Test</title> <script type="text/javascript" src="js/plugins/jquery-1.8.3.min.js"></script> </head> <body> <h1>Js Test</h1> <button id="getContent">Get Dynamic Content via Ajax call !</button> <div id="content"> </div> <div id="status"></div> <script> $(function(){ $("#getContent").click(function(event){ $.ajax({ url : "./file/hello", success : function(result, status, xhr){ $("#content").html(result); $("#status").html("Success!"); }, error : function(xhr,
Datepicker dd.mm.jjjj no longer works (link to datepicker-de.min.js seems broken)
This link seems broken: http://struts2-jquery.googlecode.com/svn/trunk/struts2-jquery-plugin/src/main/resources/template/i18n/jquery.ui.datepicker-de.min.js Therefore our datepicker no longer works (it automatically selects mm/dd/jjjj and cannot be overwritten manually)
Click event is omitted once on Windows 10 Mobile
Hi, I am using jQuery 2.2.3 in a Windows 10 Mobile WebBrowser component. Alas it seems that click events get omitted once on Windows 10 Mobile so that only the second click (or touch in this case) is fired. The click event is registered like this: $('#id').on ( { 'click' : onClickDelegate } ); This works fine on Android and iOS and Windows Phone 8 / 8.1. Only on Windows 10 Mobile just the second touch fires the click
JQuery Data table not getting Displayed
Hi All, I am facing issue while getting Documents and SharePoint List data Jquery Data Table in SharePoint page (Content Editor Web part) . I am calling/referring Jquery Data table in JavaScript file (e.g., ABCD.js file). Background how we are using Data table : I am calling runDataTable("#<<MyHTMLTableID>>'"); in my .js file after mapping all my SharePoint list columns of internal names (ows_Documentname) to my html Table by $('#<<MyHTMLTableID>> tbody').append('<tr><td></td>so on..</tr>');. runDataTable
Resizer on left move on left ...
Hi all, Just a small experience of use the "resizable()" command. "A div inside its container move on the left". Scenario : 1/ (extend on right the div as enougth but not to its container limit.) (eventually) 2/ shrink by the left this div 3/ "very slowly" , extend the div on the left to touch the container's border ... and Look the right side of the div A small project in attachment to see this.
Sortable: helper position bugged if sortable is in position:relative which is in overflow: scroll
Hi, I found 2 issues with sortable if it is in relative container which is in overflow: scroll. Look at this jsfiddle demo. Scroll down and drag one of the items there. You will see that after you click on the item, the helper jumps to the bottom by value of scroll position. It happens only at first drag. After some code inspection I've found place where it happens and possible solution. _mouseStart method in sortable module calcaulates parent offset at the beginning (calling _getParrentOffset
Can't use Android speech recognition in inputs nested in popups
Hello, I'm using jQuery Mobile 1.4.3 with jQuery 2.1.1. My project is a Cordova app hosting a single page webapp written in Backbone.js. I have problems using the voice recognition on Android : - when I simply put my form in a page, it works fine : touching a text input, the keyboard appears, I select the voice recognition and the microphone UI appears. - if I put the form in a jQuery Mobile popup, I get the keyboard too, but if I call the voice recognition, the UI briefly appears, then disappears.
jQuery-UI .sortable plugin does not work on Microsoft Edge browser
The jQuery-UI .sortable plugin works in IE (as well as Chrome & Firefox), but doesn't work in the Edge browser. Is there a fix? Here is example code that works on "everything" except Edge: <!DOCTYPE html> <head> <title>jQuery UI Sortable - Example</title> <link href="http://code.jquery.com/ui/1.11.4/themes/ui-lightness/jquery-ui.css" rel="stylesheet"> <script src="http://code.jquery.com/jquery-2.2.3.js"></script> <script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
JQuery UI Select Box BREAKS Inside Absolutely Positioned Divs?
Anyone know why JQuery UI's Select Box Breaks when put inside a div that's had it's positioning changed from the default static value? https://jsfiddle.net/SkepaWeb/nap04mLa
Bug: The IE (v: 11.162.x) triggers the wrong event #3036
Hi, I opend a bug in the bugtracker, but it was direct closed. So I hope that I get more help in this forum. If I run my demo in the IE 11.162.10586.0 I get the alert dialog with "Problem". In all other browsers it work as expected. Bug: https://github.com/jquery/jquery/issues/3036 JSBin: http://jsbin.com/domopikafo/edit?html,output I made a screencast to show the problem: http://screencast.com/t/RrHMleAVN3sj Thank you for your help! Regards, David
JQM Selectmenu custom filter
Hi, I've got a problem using the custom filtering of a selectmenu. First of all, the demo at http://demos.jquerymobile.com/1.4.5/selectmenu-custom-filter/ throws an error for the long list example. // After the dialog is closed, the form containing the filter input is returned to the popup. .on( "pagecontainerhide", function( event, data ) { var listview, form; // We only handle the disappearance of a dialog generated by a filterable selectmenu if ( !pageIsSelectmenuDialog(
Error Chrome version 49.0.262 when select option
I have a problem with jquery version 2.1.1 I have a select like this <select id="test"> <option value="10">10</option> <option value="20" selected="selected">20</option> <option value="30">30</option> <option value="40">40</option> </select> and when I try with chrome Versión 49.0.262 $('#test option[value="30"]').attr("selected","selected"); and after that $('#test option:selected'); this return '<option value="20" selected="selected">20</option>'; but in the Versión 37.0.2062.94
Unhandled error when loading jQuery Mobile in a web-based Microsoft Office add-in
There must be something different about how web pages are hosted inside any supported Office application that is running one of the new web-based add-ins (in Outlook, Word, Excel, etc.). The following error is thrown when the page loads (while debugging in Visual Studio 2015 in my case): "Unhandled exception at line 2954, column 4 in jquery.mobile-1.4.5.js: 0x800a318f - JavaScript runtime error: Object expected" I've tracked it down to this line: window.history.replaceState( state, state.title
jQuery mobile, conflict with joomla?
I use jquery mobile within joomla. Desktop and mobile have different pages. jquerymobile - and therfore my problem - comes only with mobile devices. A button opens a popup and a click next to the popup window closes this window again. This works fine and can be repeated. If I change (with normal html) the page popup works not longer, but again when I made a browser reload. It's posible to reinitialize jquerymobile after paging, according to a reload? Or are there other solutions?
[Bug] report - datepicker prev and next button showing error
Hi , I found an error about browser compatibility. In Chrome, the datepicker prev and next buttons not showed up However in Safari it works well.
Dynamic page theme swatch don't work properly
Hello, first of all I apologize for my bad english. I'm trying to dinamically change the page theme with the function found in the jquery mobile API documentation. The function is like that: $('[data-role="page"]).page( 'option', 'theme', 'b' ); If i run this function several times with different swatch themes, it add the page css class theme for each swatch instead of switch it. Example: I load the page with default theme. It add in the page class: ui-page-theme-a Then i execute: $('[data-role="page"]).page(
JQuery UI - DatePicker not accounting for scroll height from scrollTop when using Chrome
My apologies if this is posted in the wrong location as I'm new to JQuery. I have a webpage that has several divs that are dynamically built using JavaScript. When the page loads, the datepicker popup windows positions itself correctly over or under the input fields of date fields. However, if I trigger a div to be created dynamically and scroll down the page to that div to select a date field, the position of the datepicker popup is appearing much further down the page and not attaching itself
Can not escaped the input value
I'm trying to a html escaped value into a input (submit). <div data-role="content" data-theme="a"> <div role="main" class="ui-content"> <form action="" method="post"> <input type="submit" value="<s>aaa</s>"> </form> </div> </div> I think display a value: <s>aaa</s> But displayed: aaa
JQuery 1.12.0 and old browsers
Hello! After update 1.11.3 version to 1.12.0 I got problems with old browsers. Error sounds like "NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments". Looks that problem is third argument in removeEventListener, in some places calls running without it. I know this argument is optional, but in older versions it always passed. Any ways to fixing it? Thanks for feedback, Dmitriy
Flexbox calculated width is rounded down when moving a Sortable helper
flexbox items can be stretched to fit the width of the largest object in the same flex container and the calculated witdh can be a floating number (in Firefox 43.0.1) I found a bug(?) in jQuery UI that the helper for Sortable can have smaller witdhthan the original object - is is rounded down to an integer (I guess it's the same for height when using flex columns instead of rows) I created a dirty fix for myself to manually edit following line in my downloaded version of jquery.js: https://github.com/jquery/jquery-ui/blob/800d76ac17345b6016f3d067b41a757ebd2c9bb8/ui/widgets/sortable.js#L976
Next Page