Jquery animation problem
I don't know if this is a bug or what, but what I do know is that I have a drop down menu that uses Jquery and a image rotator that also uses it and when the menu is dropped down and the image rotator does its animation the rotator covers up the menu. I have attached a couple of screen shots of the issue. Is it possible to fix this? Or do I just need to move the rotator?
Datepicker Demo not working
Hi, I tried the datepicker demo for jquerymobile 1.4 with Win7 Firefox 26 and a Galaxy Tab 8 Standard Browser. In both browsers the popup datepicker loses all functionality and styling after changing the month by pressing next or previous.
popup buttons open in hover state
I am using jquery mobile 1.4 and having a problem with the popup widget. When the user selects the popup button the popup opens correctly, there are three buttons in the content, but the call store button in the content opens in hover state. I am using the api to open the button $('#locationpopup').popup('open'); has anybody else been experiencing this problem or know how to resolve this? <div data-role="popup" id="locationpopup" data-theme="a" data-overlay-theme="b" class="ui-corner-all" data-dismissible="false"
Datepicker: calendar ignore input date if current year outside limits and no year in dateFormat
Hello everyone, I have found some weird behavior using the datepicker widget... Basically, if you define limits using minDate and maxDate, and if your dateFormat does NOT contains a "year" field, the synchronization between the field and calendar will be somewhat lost: - Opening the calendar will always display maxDate or minDate (depending on how your limits are set), ignoring any day or month currently selected. - Editing the field will not update on-the-fly the calendar selection as usual. Proof:
JQuery Mobile 1.4 - SilentScroll not working at all on IOS standalone web app
If you create a sample page similar to the silent scroll demo, but add the meta tag for web app capable. Then load it up in safari and do a "Add to Homepage", launch it from the homepage so that it launches as a standalone sandboxed web app. You can see that both of these buttons stop working. Basically, calling slientscroll does nothing when in standalone mode. This is annoying because there is no decent way to go back to your position in a listview when you return to a page, even if you store
"TypeError: 'addEventListener' called on an object that does not implement interface EventTarget."
Hi guys! I'm new to the forums and have come across a very bizarre error, the one in the subject line: "TypeError: 'addEventListener' called on an object that does not implement interface EventTarget." A stack trace shows that the object in question is a [button] element, so I'm really confused. A Google search for the error message doesn't show anything useful. Can anyone provide some insight as to what's going on? I'm providing some screenshots of the error and stack trace. Thank you! Jennifer
jquery mobile demo page causes BlackBerry 7.1 simulator browser to crash
I try to view http://jquerymobile.com/demos/1.2.0/ page from BlackBerry 7.1 simulator browser; the page makes BlackBerry simulator browser crash. By the way, I can open Google web page and http://jquerymobile.com/ web page from same 7.1 BlackBerry simulator. I tried the same page on both 7.1 JDE 9900 simulator (version 7.1.0.137) and simulator 7.1.0.437 browser, both browsers will crash while opening http://jquerymobile.com/demos/1.2.0/, or refresh the page. There must be some problems within the
Page transitions poor in Chrome
I have just started work on a new site using JQuery Mobile (latest version, downloaded a few days ago) . I have set the default page transition to "pop". The transitions always work fine in Firefox 26.0 and IE 10, but in Chrome 32.0.1700.72 m they are poor around 50% of the time. I have tried adding .ui-page { -webkit-backface-visibility: hidden; } as suggested at http://demos.jquerymobile.com/1.3.0-beta.1/docs/pages/page-transitions.html. It seems to improve things slightly (difficult to be sure
Page Transition Flickering
There are a lot of flickerings & flashing when it comes to page transition in my Samsung S3 Android 4.1.2 device. I use Phonegap 3.1.0, JQuery 1.10.2 and JQuery Mobile 1.3.2 This issue seems to trouble a lot of developers for more than 3 years now. Is there a solid solution for this? Is there a JQuery mobile version that handles page transitions with greatness? Or a workaround for this? (and I don't mean setting the pageTransition to 'none') Up to now I've tried: 1) <meta name="viewport" content="user-scalable=no,
CSS problem
hi all, The icons can't display on http://api.jquery.com . There miss a token "," in file http://api.jquery.com/jquery-wp-content/themes/jquery/css/base.css?v=1 at line 1205. sorry for google translate... regards.
Button style inside collapsible
A button added programmatically inside a collapsible (which is, in turn, part of a collapsible set) doesn't style the way other buttons do. I've tried defining the button all 3 ways (as an html input type='button' tag, as an html button tag, and as an a tag). The same html code moved OUTSIDE the collapsible set looks the way I expect buttons to look. Inside the collapsible set, they retain the default underlined blue hyperlink for the text. (Please note that after I add the buttons programmatically,
jQuery validate (http://jqueryvalidation.org/) doesn't works
Hi! I have a problem with my project where i use jQuery validation plugin. This is example of my form (i use Twitter Bootstrap): <form action="/editprofile/save/" method="post" role="form" class="editprofileform"> <div class="col-xs-4"> <div class="form-group"> <label for="firstname" class="control-label">Your name</label> <input type="text" class="form-control" id="firstname" placeholder="Your name" name="firstname" value="Evgeny"> </div> <div class="form-group"> <label for="birthday"
How to create a blog archive in jQuery UI
I want to create a blog archive made of jQuery but when i did it i have a problem. Here's the code: <div id="accordion"> <h3> 2013 </h3> <div id="accordion"> <h3> December </h3> <div> <a class="anchor" href="riverajakob11.github.io/index.html#my-first-post"><span class="octicon octicon-link">My first post</span></a> <br> <a class="anchor" href="riverajakob11.github.io/index.html#how-do-i-blog-posts"><span class="octicon octicon-link">How do i do blog
JQuery UI Draggable + Snappable False Positives
I am seeing the following unexpected behavior: Snappable elements are being returned as "snapped" when they should not be. Here are the scenarios: 1) The draggable element is in between snappable elements - Expected "snapped" elements = 0 - Actual "snapped" elements = 1 2) The draggable element is covering all or part of 1 snappable element - Expected "snapped" elements = 1 - Actual "snapped" elements = 2 See fiddle below for an example: http://jsfiddle.net/95qAk/33/
JQuery Demo Page Text Input
Your H2 and H3 tags are messed up in the demo Text Input page.
Themeroller version 1.2.0 is broken?
Hi All, Loading the URL Themeroller for version 1.2.0 fails and appears to 404 on a number resources the page requests: http://jquerymobile.com/themeroller/?ver=1.2.0 Does anybody know what might be happening?
Tabs problem when present in remote conten loaded with Ajax
Hi, I have a problem with a new Tabs widget in JQM 1.4 RC1. If i put the tabs code in the index page i haven't any problem. Bug fired, when the tabs code is present in the other page and i get that page with ajax. The problem is in isLocal funciton when tab is created. The function return false when tabs widget is present in the other page. Sorry for my poor English. Bye
Stylesheet makes some fonts white shadow, or engraved on subsequent pages
I really appreciate jquery mobile - life saver, easy to use, love the popup. I noticed on my Web page (on both desktop PC and android mobile phone) that many of the fonts appear with a white shadow. Some appeared engraved at times, but this isn't consistent. It makes the fonts look less sharp and legible. Inline styles and scripts are still in the page during development. I also noticed that the jquery style sheet carried over to pages that are not using the style sheet - just plain text and no
Mathematical issue (/100*100)
I today had a strange "bug?" showing up. In one of our clients' applications there is a calculation that calculates the amount of hours that need to be worked every month. It counts the amount of days that they are supposed to work on, multiples it by the needed hours for a day and then uses a percentage to calculate how many hours really need to be worked. Thus: If you have 14 days to work that month it's 8*14 = 112 hours. If you do work 100% it should return 112 after you do the math 112/100*100.
droppable get structure as array
Hey :) ich hab some problems with droppable plugin from jquery-Ui. I try to sort my ul list.. but sometimes it fails. http://jsfiddle.net/23AvA/1/ There is always a ID mutlipled. And if my structure so and i would like move id 2 into id 1: "[{"id":13,"children":[{"id":2}]},{"id":1,"children":[{"id":5}]}]" I get this :/ "[{"id":13,"children":[{"id":2}]},{"id":1,"children":[{"id":5},{"id":2}]}]" Have Somebody the solution for my problem?
Dialog is shown itself when changing size of not visible dialog
I have following code that is run every time user rotates mobile phone (so screen width and height are changed) to calculate proper width and height all widgets: $( "#dialog1" ).dialog({ height: Math.round(screen.availHeight * 0.7)}); $( "#dialog1" ).dialog({ width: Math.round(screen.availWidth * 0.7) }); I noticed that after a few seconds dialog is shown but function $( "#dialog1" ).dialog("open"); is not called. To prevent this I need to use following code $( "#dialog1" ).dialog({ height: Math.round(screen.availHeight
TableSorter: not even example works
Hi, I have problems with tablesorter after updating a table. Steps: create a table, sort it; change the content using javascript, call "update" and then "sorton". The table column header is correctly updated, but the order in the column is not correct. See this official example: http://tablesorter.com/docs/example-ajax.html It should sort by the age (descending). After clicking on "Append new table data" the column headers are correctly updated, but the data is not sorted. Clicking on the header
Superfish Menu Plugin - v1.7.4 Problem: TypeError: o is undefined
Hi, Firebug is reporting the error TypeError: o is undefined in the clearTimeout(o.sfTimer) statements in Superfish 1.7.4 highlighted here: over = function () { var $this = $(this), o = getOptions($this); clearTimeout(o.sfTimer); $this.siblings().superfish('hide').end().superfish('show'); }, out = function () { var $this = $(this), o = getOptions($this);
panel issue on iphone
Iphone 5 with ios 7 issue is when scrolling a panel the panel disappears suddenly then is no longer able to be re-opened. you can see this if you go to http://view.jquerymobile.com/1.3.2/dist/demos/widgets/panels/ on iphone 5 latest os. thanks in advance.
Jquery UI Tabs Major bug: not working if using base href (all vers).
If setting base href in the head of the document the base example with tabs on the same page will not work.
$.ajax
Hai, i have requirement where i am getting the data from an XHTML page through ajax call. the datatype is html , It is working fine in all the browsers and the response that i am getting is as expected but in IE8 ,the result is null... What is the issue?? Is there any particular syntax specific to IE8 for ajax...
Demo page for Listview Autodivider Linkbar has a defect
Hi... I probably shouldn't post it here but I don't know where else to report.... I believe the "view source" session for HTML in this page is wrong, it is different from the actual source of the page and completely unrelated to the demo. Listview Autodivider Linkbar http://view.jquerymobile.com/1.3.2/dist/demos/examples/listviews/autodividers-linkbar.html Please move this post to somewhere you know it belongs to Thanks Ryan
jQuery UI Tabs Causes White Page with vBulletin 4
I am currently working on adding a custom page containing some JavaScript (jQuery UI elements) all of them (Buttons, Accordion and so on) works fine except from the jQuery UI Tabs, whenever I try to implement the tabs on a page it seemingly loads fine, including the tabs and they work, but when the page has completed loading it goes blank (Just an empty white page). Viewing the source still displays all the code, and Firebug does not really help me at all. I was hoping someone has dabbled with it
Active shadow color and Themes
I am trying to find a way with ThemeRoller to change the blue shadow color that appears when a list item is pressed/focused of the Theme a. It would seem that JQM use the color defined in the last theme created. I am using the 1.4.0 -rc.1 version Thanks, Claudio
VERY URGENT : Need Solution For Jquery Conflict (jquery.lightbox-0.5.js and jquery-1.4.4.min.js)
I'm having a critical problem with Jquery. Please check My Link: http://ecoverexpert.com/new-design/ There is 2 section for jquery. 1 = This is Full Width Image Slideshow 2 = This is Light Box. 1 is working but 2 is not working with me. Can you please tell me the solution, How I will work with both Coding? Waiting for your quick response.
Problem with jquery-1.10.2.min.map coding
here i wish to bring to notice that jquery-1.10.2.min.map code report problem of "incorrect token : " in chrome as an error and " use ; before statement " as an error in firefox console....tried to change it but no success please provide soln. to the problem...
Hiding li-elements (with a link) within a listview
Hi folks :) I am trying to hide an li-element (with a link) within a listview. Trying to hide a normal li-element works fine but when there is a link inside the li-element, the link icon remains visible. Here is the code (just click hide/show in the header): http://jsfiddle.net/qHxk9/embedded/result/ Is it my fault or a bug? Regards
Has uaMatch() been removed?
I implemented a decoration on our web pages to help us know which browser and version was being used when our customers take a snapshot to report a problem. It was introduced using jQuery version 1.8.3 and has been working fine for quite a while. I found sample code at Stack Overflow and was able to take the code almost directly for my purposes. This morning, it failed with an "Uncaught TypeError" (because it no longer recognizes uaMatch()). I am using the Google CDN. I looked at jQuery API but
Dialog position offsets during drag on Firefox
I have an accordion from which a button on each tab opens a Dialog. On Firefox (latest version Win 7 64 bits) the following annoying bug appears. This not happens with Chrome. BTW: jQuery 2.0.3 jQueryUI 1.10.3 If the tab is on the initial screen, the dialog appears and I can drag around without problems. But if I have to scroll the accordion to reach the tab, then the dialog appears but as soon as I start dragging it around, the dialog springs downward by a fixed amount that seems equal to the amount
The complete function after an animate is launched more than once!
Hi... I want to launch a function after that an animation is complete. The problem actually is that this function is launched a lot of time without a reason! This is the code $('#fullWhite').animate({opacity: "1"}, {duration: 500, complete: function() { alert('cazzo')
Form submit button in JQuery Mobile popup does not do post back on first click
Hi, The popup sign in form does not submit correctly. PROBLEM: See subject title. REPRO STEPS: 1. Load a page with a form popup such as the sign in code, taken from http://jquerymobile.com/demos/1.3.0/docs/widgets/popup/: 2. Click the button to open the popup. 3. Click the Sign In button on the popup. 4. Notice that a post back did NOT happen. 5. Repeat steps 1 - 3. Notice now that the post back DID happen. WORKAROUND: The workaround I discovered is that the popup submit button will work the first
Jquery grid listview demo page stopped working
I was intending to use this grid/listview layout for a new site http://view.jquerymobile.com/master/demos/examples/listviews/grid-listview.php, but the demo page isn't working any more (just shows lilsit view and not the grid on larger screens). Have tried it several different browsers and user-agents but it just stays the same. Not very responsive any more! Anyone have any ideas? Thanks, Jonty.
jQuery SVG Plugin: Conflict issue with extension "jquery.svgdom.js"
Using jQuery SVG plugin (ref http://keith-wood.name/svg.html). Description of issue There is a conflict using the plugin extension "jquery.svgdom.js" along with jQueryUI library. If you add those libraries and initialize the tab widget then there will be en error in the console complaining about "jquery.svgdom.js". I'll paste image below of error message (using firebug): Question about svgdom.js On authors website he said that he made modifications to the jQuery code file but the last time he did
Panel caused page background image disappear
Hi - I'm not sure if this is a bug on 1.3-beta.1 on iOS UIWebView html page. I'm using the following simple page: .ui-page { background: url(myimage.jpg) no-repeat; background-size: 1024px 800px}; The page: <div data-role="page"> <div data-role="header"> sample app </div> <div data-role="content"> hello </div> </div> It works fine with proper background image. However, once I added a panel definition: <div data-role="page"> <div
jQuery mobile swatches won't display in Dreamweaver cs6
I recently downloaded the most recent jquery and jquery mobile updates to Dreamweaver cs6. When I have something selected I go to the jquery mobile swatches panel and nothing is displayed. I have seen on other sites that other people have this issue but i'm still getting no answer. I downloaded jquery mobile 1.3.0 and jquery 1.9.1
Next Page