tab shows active border in safari and chrome in latest version of jquery ui.js
Hello, In safari: In chrome: I tried setting :active border:0px in css file with no success. IE and Mozilla do not have that problem. Earlier versions of jquery ui.js (1.8.1) do not show the same problem.
jquery mobile button clicking buttons on next page phonegap android 4.3
I am currently playing with an app written with jquery mobile and phonegap. Last night my galaxy s3 ota updated to android 4.3. When I click on a button on the home page it is changing to the correct page There is a button on the second page, which is in the same location as the first button, it is highlighting and then the app loads the page the second abutton links to. I have posted the app to a webserver it works correctly with chrome on desktop and droid but the error occurs when viewed with
Chrome iOS Popup Disappears when input has focus
Your Popup demo page for 1.4.2 "Sign in" example doesn't work in the latest chrome for iOS 7. (tested on iPad mini) 1.4.2 Popup Demo Page 1. After pressing the Sign In button the popup correctly displays. 2. After touching either form field to start typing the popup immediately disappears or the screen wigs out/flickers. I have gotten it to work only a few times. Can anyone else test this and either confirm it worked for you or if you see what I'm seeing? I tried searching the forums and did get
Custom jQuery filter selector slow when used with context
Hello, I am having an issue with a custom filter selector I am using. It works, but it is quite slow when it is used in a context [ie. $('#selector', '#context')]. I have done some testing (you can see in the fiddle here: http://jsfiddle.net/kcs7j/6/), and it seems when used with a context the filter is being executed for each node in the form, but without context it only executes once as normal. I tried this with find and it also executes for each node, rather than finding the node and then filtering.
Unexpected identifier when clicking on links with querystrings
I have had a JQM mobile web app working for over a year under the 1.3.x source with no issues. I just upgraded to 1.4.2 and 1.10.0 a week ago and some of my links now produce an exception while others do not. Has anyone else experienced any js exceptions when clicking on links? I even tried JQ 1.11.0 and I get the same behavior with JQM 1.4.2. Here is an example that cause an exception. <!DOCTYPE html> <html> <head> <title>Page Title</title> <meta name="viewport" content="width=device-width, initial-scale=1">
Jquerymobile-1.4.2 - when I scroll a controlgroup of checkboxes the checkbox that I tap became checked
Hello, After I made the update from jqm 1.4.0 to 1.4.2, If I swipe left or right from to pages and after I scroll a coltrolgroup of checkboxes the checkbox that I tap became checked. That happens only after the first swipe right or left. If I don't swipe left or right and I enter on the page throw a link it works fine. In 1.4.0 works fine. Thanks. crisp978
custom event doesn't bubbled up in IE 7-9
It's quite hard to describe, see the demo: http://jsfiddle.net/toobug/EsN5L/5/embedded/result/ (with the latest jQuery 1.x) http://jsfiddle.net/toobug/EsN5L/4/embedded/result/ (with jQuery 1.9.1) original code here http://fiddle.jshell.net/toobug/EsN5L/5/ (not compatible with IE) When the inner div is clicked, the outer should catch the custom1 event. It's all ok in Chrome, but in IE, if the click event of IE is bind with jQuery, it's ok, when the click event is bind with the built-in attachEvent,
jQuery Hover Drop-Down-Menu Full Width Size
I have a vertical menu in my Website. Now i need a dropdown system in some links. I've see this example on the internet: http://jsfiddle.net/4jxph/3018/ But i want a full width submenu. The Dropdown System of Sony is what I want. Dropdown system by Sony: Sony I've always craetet a full width size dropdown menu. My Code: http://jsfiddle.net/3aK9k/4/. So what i want, when i hover the content so the submenu and again to the menu link which slidedown the submenu than the submenu should be still there
IE issue with dialog and datepicker when a dojo datagrid is on the same page
NOTE: Test case is included, rename it to html or htm to view. Edit 1: Updated issue information per my first reply. I'm not sure if this is a dojo or jquery issue, but will try to provide as much information as I can to figure it out. I can transfer it to a bug report if deemed valid. The error seems to be related to the 'open' method for the dialog and datapicker. This may affect other UI elements but these are the only two I've actually tried right now. Last known version issue was not present:
listview be override when changepage and back to page before
Guys,i have problem in listview. I set listview data from json.. The list view successful show.. But when i changepage and back to page listview.. the listview override data in list.. so, when i try again it's be override data again.. there is solution for this listview guys? Help...
JQM 1.4.0 inside tabs widget markup loop
In Joomla 2.5 developing a component using JQM 1.4.0, JQ 1.11 got a real headake to shoot the problem: with Joomla SEF disabled the following code works fine. When enabling SEF it causese infinite loop of rebuilding content markup and finally page hangs the browser. I could not find any reasons for this behavior because all logs are empty so no errors are present. When changing tabs widget to Collapsible - all works fine anywhere. the following code causing the problem <div data-role="tabs" id="tabs">
[Problem] Page keeps refresh when passing URL Parameter with page id if that page includes a TAB Widget
http://127.0.0.1/mains/popup?query=hello#123 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="/MON/css/jquery.mobile.icons.min.css" /> <link rel="stylesheet" type="text/css" href="/MON/css/mobile.css" /> <link rel="stylesheet" type="text/css" href="http://code.jquery.com/mobile/1.4.0/jquery.mobile.structure-1.4.0.min.css"
word wrapping in submenu
Hi, I have created a fiddle to show a problem I'm having: http://jsfiddle.net/A5HyU/1/ On that fiddle, click on the button on the right, then go to the menu item "Segnalibri", you'll notice that the submenu that opens has the second element in which the word "Condiviso" is somehow wrapped, but I would need the submenu to be sufficiently large to hold the whole word. Is a problem of my setup or in the library itself?
Safari crash using Jquery Mobile 1.1.0 checkbox in iOS7
Hi, We are facing an issue with the Jquery checkbox in Safari Browser and iOS7 where by, when we click on any Check Box, it crashes and there are no logs printed as well. The jQuery version used was v1.1.0. We tried upgrading to v 1.4, but the look & feel changes and issue still persists. The code is working fine in iOS6 and iOS5 with Safari Browser, but not with iOS7. Is there any alternate or do any one have a solution for this problem? Please help to resolve this issue. Environment: jQuery Mobile
Selectmnenu repeated nesting
I have a selectmenu in a page and I want to save the page and use it offline. However, when I view the saved page the selectmenu has been nested in a button(?) Further attempts to save the subsequent page result in deeper nests being created. Why would this be so? Any help gratefully received. Here is my code: <!DOCTYPE html> <html> <head> <title>Error Test</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.0/jquery.mobile.min.css"
jquery mobile 141 doesn't work with android 2.3.6
On my application I'm using jquery mobile 1.4.0. I try to use the new release 1.4.1 because it's the pop-up problem with sliders on page loading. It's solved on release 1.4.1, i tested with pc, but it dosn't work on my mobile phone with android 2.3.6.
JQM 1.4.1 and Android 2 CSS Not working
JQM 1.4.1 fails to properly "Theme" CSS on Android 2 devices: Simple test... go to: http://demos.jquerymobile.com/1.4.1/theme-default/ on an Android 2 device and you will plainly see that the Theme does not properly load. Revert back to 1.4.0 and the theme displays properly Testing fails JQM 1.4.1 with device: Android 2.2 Model Comet Jim
jqm 1.4.0 doesn't work in ie8
http://demos.jquerymobile.com/1.4.0/button-markup/ this page is ok in ie8. http://demos.jquerymobile.com/1.4.1/button-markup/ some error with not working. and my jqm game has also same problem. http://snshero.com/
Panel closes after long select menu
I have a none native selectmenu inside my panel. When i click on it, it opens a long select UI modal. Then i choose one and it closes. The panel closes too. But i don't want a panel to be closed. Any idea how to solve this problem?
Jquery problem
Yellow marker in head: I'm using that to chain two or more select inputs, and it won't work if bellow are jquery scripts for imageareaselect (green marker). That one in footer (silver), I'm using for datepicker and because of that imagearea select won't work. Any solution?
CORS Issue with JQueryMobile site Download builder for 1.4.1
If I navigate here: http://jquerymobile.com/download-builder/ any time version 1.4.1 is selected in the drop down it gets a CORS issue. http://screencast.com/t/ygDXsWRa XMLHttpRequest cannot load http://amd-builder.jquerymobile.com/v1/dependencies/jquery/jquery-mobile/1.4.1/?baseUrl=js. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://jquerymobile.com' is therefore not allowed access.
Eclipse Juno complaining about jQuery-1.8.3.min
Any way to clean this up I have project cleaned, Syntax error on token "Invalid Regular Expression Options", no accurate correction available Multiple markers at this line - Type mismatch: cannot convert from any[] to any - Missing semicolon Syntax error, insert "}" to complete ObjectLiteral - Type mismatch: cannot convert from any[] to any -- Type mismatch: cannot convert from any[] to any - - Missing semicolon - Missing semicolon - Missing semicolon - Missing semicolon - Type mismatch:
Superfish autowidth zoom
Hi all, We're using Superfish for our menus, as a Drupal maodule with the js library and such, and are using the sf-AutoWidth.js plugin for superfish. It actually works great, for example on our homepage: http://www.ashland.edu However, we've noticed with various browsers at certain zoom levels, there is a slight overflow and our last menu item goes down a level. For example, Chrome at 90% or Firefox zoomed out twice. (80%?) Most other zoom levels are fine on most browsers. Anybody else have this
jquery-ui datepicker does not keep its position relative to its element when zooming-in
I have a problem jquery-ui datepicker that occurs if the input (datepicker is attached to) is placed inside an element with margin: 0px auto. If you zoom in (ctrl +), a displayed datepicker does not keep its relative positionto the input. It causes some problems in mobile browsers when there is an automatic zoom-in when filling a form. There are no troubles if margin: 0px auto is removed but I'd like to keep it. fiddle: http://jsfiddle.net/hcvfC/1/
jQuery and $ not definded.
Hi all, I can't get jQuery to work on my site, this nevere happened before. Here is the code: <script type="text/javsacript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script type="text/javsacript" src="site/js/fancySelect.js"></script> <script type="text/javascript"> $('document').ready(function(){ $('.dropdown-menu').fancySelect(); }) </script> And the error is: ReferenceError: $ is not defined $('document').ready(function(){
src.returnValue at line 5374
My IDE returned this value as unacceptable when i tried to run the code for the position demo. It suggests that you use the 'standard 'event.preventDefault()' instead'. I'm not an expert at this JQuery program yet, but when i type in the code on this page to see how it works, it returns this 'complaint'. It displays the 3 green boxes, but it doesn't show the 4th box when i move the mouse cursor around the window that is displayed when i do run the code in my browser.
tablesorter fails to work in a table using colspan
I have simple HTML tables built with JSP, I wanted to sort them with tablesorter. It worked fine on some tables (I have several different pages) but not on others (after I added a theme; the doc fails to tell that a theme is mandatory, I supposed a default one was used otherwise). After investigation, I found out that the tables it fails on had a <th colspan="2"> (or 3, etc.) on them. FYI, it was a "Actions" header over several columns, each one having a button for a given action. I solved that by
Bug with search input in panels on Safari Mac
With version 1.4.1 a new bug happens with Safari Mac (Mavericks). When I use a search input field in a right position overlay panel, the panel width is doubled from what it should be. The bug can be seen in the jQueryMobile Demo page: http://demos.jquerymobile.com/1.4.1/ Click on the top/right search icon and you'll see the right panel display with a doubled width. With Firefox the panel width is normal but the overlay animation is not good: the main page first scrolls with the panel, then comes
Draggable element loses containment and dissapear
I have a little thumbnail that represents all the window. You can move the div #maquetaPant and the window should to scroll at the same time you move the little square. You can try this jsfiddle: http://jsfiddle.net/oscardr/H2tEN/ Move the little square to scroll the window. If you try to change the drag event for a stop event then it works well. The code is here. If I put the function "dragMaqueta" in the stop event, then it works well. But I want it in the drag event to scroll the window at the
datepicker cannot reload a new calendar when using keyboard
I discover when changeMonth is true (or changeYear is true), I focus on month select then I press up and down arrow, the calendar won't update after change the month select. Thank you for your developing.
Selectmenu multiple don't show popup from within a popup
Hi, If I use a selectmenu with multiple selections into a popup widget, the selectmenu's popup doesn't show. I guess it is a z-index problem. Try it: http://jsfiddle.net/3a2pk/1/
:hidden pseudo broken by real-world HTML
This fiddle shows an example of .is(':hidden') returning true for an element whose children are plainly visible. The root cause seems to be bad markup: a DIV nested inside a SPAN. This example is reduced from markup on several large sites where our script needs to operate. There is no opportunity to change the markup. Any ideas on how to get a reliable :hidden implementation given markup abuse in the real world?
Code Disappears...
I have a really weird issue. I'm developing a couple of pages to appear within a 'Bizapp' app (via the web view tab). I've added a simple slider to the top of this page... http://www.appymonkey.com/apps/lifeinresort/listings/details.html As you can see, when viewed in a browser (and via Safari iOS) it appears fine. But when view within the web view tab in our app, the slider disappears. I've also been testing the app via ScreenFly... http://quirktools.com/screenfly/#u=http%3A//www.appymonkey.com/apps/lifeinresort/listings/list.html&w=320&h=533&a=34&s=1
Panel Not Working
I've created a very simple page, with a panel on it. I've compared it with other working examples of the panel, and I can't see any noticeable differences. Really need a fresh pair of eye of eyes on this. Please check out the code here... http://www.appymonkey.com/apps/lifeinresort/listings/details.html The text 'This is where the panel should be' is what should be appearing in the panel... but instead its appearing on the page instead and the panel does not open. Any help would be much appreciated.
Minor bug when showing 2 months with datepicker
Hi! I want people to select a date in July or August so I set minDate to July 1st maxDate to August 31 numberOfMonths: 2 But when people select August 1st, July 1st becomes highlithed to. Like if it was mouseover. The mouseover effect disappears when selecting another date in August or when I mouseover a date in July. If setting the minDate to July 3, the bug appears when selecting August 3. Any idea? Thanks!
1.4 - Collapsible theming issue
I'm having a problem where data-content-theme does not inherit to listviews inside the collapsibles. I didn't have to do anything special in 1.3 - is this a bug or is there another setting I can change to make sure the theme inherits? Thanks
selected radio button again
I using jquery-1.10.2 to select two radio button like blow,it is not work ,but using jquery-1.8.3.min.js is correct,who can help me how todo it,tks: <script> function testradio(radval) { $("input:radio[name='radisstop'][value='"+radval+"']").attr("checked",true); } </script> <input type="radio" name="radisstop" CHECKED value="1" id="isstop_0"><label for="isstop_0">running</label> <input type="radio" name="radisstop" value="2" id="isstop_1"><label for="isstop_1">stop</label> <input type="button"
Close dialog error method undefined in JQM1.4.0
As I upgrade my project to use JQM 1.4 there is an error in console debugging when I close the dialog, I am not sure it can effect to my project or not. And I have already run example dialog on demo online site http://demos.jquerymobile.com/1.4.0/pages-dialog/ Error is the same as mine. Uncaught TypeError: Cannot call method 'apply' of undefined ps. Test it on google chrome
Lost overflow div
Hi..i have a div container(div1) and into this other div with overflow auto(div2)..when i execute slideUp and slidedown div1 and slidedown it... the div2 lost overflow..some issuse or what wrong?
Panel freeze oniPhone
I am developing a mobile site with jQuery mobile panels. When a panel with a list is open and fast scrolled up and down on an iPhone or iPad iOS 7, it instantly closes and all functions are frozen - only a page refresh releases the freeze. This problem can be replicated with the jQuery demo website http://demos.jquerymobile.com/1.4.0/panel/ Is there a fix?
Next Page