Deep option object problem
When I create a widget that has deep set object literal options, and if I try to apply the widget to multiple divs, each div contains its values and the values of all the preceding instance's values as well. e.g. $widget("test.me", { options: { subOption: { values: [] } }, _create: function() { var _this = this; $.each(this.options.subOption.values, function (i, value) { alert(value);
Possible Bug - 1.9 Spinner Fires on F5 Refresh
I have noticed that my spinner fires if it has focus when the user presses F5/Refresh. This happens even when the user has not made any changes to the spinner value in any way and the cursor is just sat in the field. I have code in the spin stop that updates a shopping cart with an AJAX call, which is firing when the user refreshes the page. It shouldn't, and I was wondering whether I'll have to make a workaround, or whether it is a proble, with the spinner itself. Is it a bug, or is it supposed
prob
Hi.. I am new to this jquey.. I am starting with very very basic one.. I have two text box between text box i have a button called copy Once i clic on that copy button it should copy the content of textbox1 to another text box one.. solutionl please?
I think the search icon is corrupt on Jquery UI's new website
Hi Love the new design, but that icon for search looks weird. Is it intentional?
data-inline='true' is broken after loading jqueryMobile 1.2.0
jqueryMobile Button enhancement divs are being sized at 78% since loading version 1.2.0, even though the element is tagged with data-inline='true'.
Possible bug when refreshing list view
Take one list item containing an anchor - possibly cloned from a hidden list you made earlier. Add this list item to another list and call .listview('refresh') on the list to update the layout. The layout of the list item breaks - the padding increases. The same thing can be simulated by calling .listview('refresh', true) on a list that already contains a list item with an anchor. The class ui-li-static is being added to both list item and its inner div. If this class should be there for the layout
Problem with position collision flip on autocomplete. Possible Bug.
Iam having this issue when occurs overflow. When you type "sc" occurs flip. OK :). When you type "a" dont't occurs flip. Problem :( http://jsfiddle.net/GKA5r/ This is a bug? Any ideas?
Conflict size accordion menu and tabs
Its my First post on this forum so Hi for everyone ;) I have problem with tabs from UI Jquery and accordion menu from http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm Its looks like this http://imageshack.us/g/1/9890047/ Menu from tabs should by about 40px but it have much more, and when J resize menu from ddrive it's resize Tabs from UI.. Who know how can J fix this ?
Error fullscreen List view makes 'click event' double.
I create a very long list view, and when clicked, the list is displayed fullscreen. The problem is, after I select something from the list, my link which has event click, is doubled. I click once, but the event happens twice. Here's the sample: http://jsfiddle.net/Ywq4X/4/ Now, when I remove $(document).bind('pageinit', function() { and place <script>...</script> to the bottom of the page, the problem is gone. What is happening? isn't $(document).bind('pageinit', function() { supposed to be the replacement
Listview slow filtering/searching with the search bar (data-filter=true)
So, I have experienced recently how slow a listview is perfoming on iPads, iPhones, etc, and I thought there was something wrong with my offline web "app" example. But then I tried the lists-performance example (http://jquerymobile.com/test/docs/lists/lists-performance.html), and I was surprised to realize how slow it is as well. The issues is something like the one describe at this topic --> https://forum.jquery.com/topic/possible-causes-of-extremely-slow-keyboard-in-ipad-phonegap-app, but even
iframe scrolling problem
I'm currently developing this PHONEGAP App where I need to include an iframe inside the html page. The "src" attribute is pointing at one of my html file in the file system e.g "file:///android_asset/www/html_page_to_load_iframe.html"<---(the one to load the iframe) the external file is "file:///android_asset/www/folder/folder/im_the_src_target.html". It successfully loaded the external file, but since i set a fixed height for that <iframe> it should allow me to scroll if the content of the iframe
Unbinding events for 1.8 plugins in 1.9
In widget factory 1.8 i used to bind event like this: this.element.on("click." + this.widgetName, $.proxy(this._doStuff, this)); Which got automatically unbound when calling the destroy method. Now in widget factory 1.9 there is a eventNamespace variable which seems to be the widgetName + some number. this._on($element, { click: this._doStuff }); Is essentially the same as: this.element.on("click." + this.eventNamespace, $.proxy(this._doStuff, this)); In the destroy method jQuery UI1.9 event are
Worklight 5.0.0.3 Realm Authentication problem
Hi, i have encountered a problem with jQuery Mobile (both 2.0 and 1.1) and the new authentication model of IBM WOrklight v5.0.0.3. I'm using a Worklight Realm to do authentication but if i include JQM, on startup is shown a SimpleDialogBox saying that my realm has too many implementors. Removing the inclusion of JQM it work normally. I contacted also IBM support and i'm waiting for someone that give me a workaround. Many hanks.
.animate() - Queue Simulation for older jquery Verions (Drupal) Conflict
Hello Guys, im searching for a solution to come out with the jquery Version, which Drupal is including natively. Its a older version. Actually there are nooo problems - but one :D I use a .animate() function with a queue false, and without this attribute (because this attribute was addet to .animate() in jquery 1.7), it is not animating as i want. The code is: //When mouse rolls over $("#login").bind('mouseover mouseenter',function(){ $("#logo").stop().delay(500)
Fixed Toolbar & long listview
hey , I have poroblems with the fixed toolbar. first: if i use opera mobile mini or build in browser on android, the fixed toolbar is not realy fixed and the workaround not very works fine. second: this is the main problem! by scrolling on android with long listviews the fixed toolbar generates grafic misstaks on the listview. you can watch it under: www.menulib.com/buyer/start/index only on android, ios works very well
Chrome pc bold alignment
Hi, I wanted to raise the following issue with you. The following code looks fine on most browsers, but the alignment of the text is strange on the latest version of Chrome on a PC. ("Phone" is aligned under "Mr Smith", not under "Name".) It is fine on Chrome on a Mac, and on IE on a PC. <!DOCTYPE HTML> <html> <head> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" /> <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
Jquery Not Working when debugger is disabled
Hi There, i am using vs2010,jquery1.8.2 Version, i tried to pull the contents from the iframe by forcing the button click using jquery , in button click event handler ,iam assigning the hidden field some value, When eanble a debugger in script, value is fetched properly{alert gives value} , but when debugger is disabled hidden field is empty . can any provide a soln/reason why script is not working when debugger is disabled. here is My Parent aspx page . having the frame , <div> <iframe id="framePatInfo"
Where is the button for submitting a translation?
On this page: http://docs.jquery.com/How_jQuery_Works it says on the bottom: If you have translated this article or have some similar one on your blog post a link here. Please mark Full Translated articles with (t) and similar ones with (s). 1. On my computer, the "here" word is not clickable. How can I submit a (Romanian) translation of that article? 2. Is it okay if I also use that code to create a video, for users to see the demo in action? If yes, may I post that video on YouTube? Thank you,
Firefox 16.2 conflict with disableSelection
I have a code like below in ready function $('DIV').disableSelection(); which is causing all the dropdowns to become inactive in Firefox 16.2 onwards. It works perfectly fine in every other browser including Firefox upto 16.1. I have reported this to Firefox also here: https://bugzilla.mozilla.org/show_bug.cgi?id=805516 Any clues why this is being blocked in Firefox 16.2?
IE ok but problems with Chrome
Hi, I am having trouble with Chrome runing my first jQuery+ajax code, IE is working fine. My script retrieves a web service via SOAP XML. I tried CORS=true but Chrome keeps reporting: Origin (ip address) is not allowed by Access-Control-Allow-Origin. I am testing my code indoors but final destination will be an Android device. Page is loaded from standart 80 port, web service is called on the 8181 port. I am using IE ver 9.0.8112.16421, Chrome ver 22.0.1229.94 m, running on Windows 7. This is a portion
Extra space between parent and child Menu entries - superfish
When I hover over a parent navigation item with children, the dropdown appears but there is blank space between the parent and its children so the two are not "connected". Thus, I cannot smoothly scroll to the children, hover, or click on them. I have tried the z-index fix with no results. Please help. I am a newbie at this and no amount of searching and trying has found a solution. Thank you, Deanne CSS follows: #nav1 { font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0;
JQuery Colorbox??
Hello everyone. So, I've been looking for a way to display a slideshow within a image. (Clicking on a thumbnail image and a slideshow appears). I was told to use a Colorbox plug-in. from what I saw ib jacklmoore.com/colorbox, it was prefect.. Well..in theory.. I installed the plug-in and well.. the results are rather funky..I attached a document to show exactly what it displays. Hopefully it works, if not I'll do my best to explain. While the thumbnail image shows up find, when you click on the
IScroll 4 issue with padding or margin at bottom of screen
Testing out my first JQM page and having an issue after I added iScroll4. Issue is there seems to be some padding or margin at the bottom of the page. After numerous attempts to eliminate it with Firebug, nothing worked. Anyone else experience a similar issue with iScroll?
Bug tracker
On the bug tracker page, the link "UI Developer Guidelines" doesn't exist. Considering all of the issues I've been having with documentation and the new jQuery UI API documentation, could we get the documentation added to bug tracker? Or should I be submitting these to the "ui.dev" meta tickets?
Unexpected Slide Animation
The reverse slide animation looks totally different when i start the application from the iphones/ios6 homescreen instead starting the app from safari. In fact both animation look a little wrong. But the animation in the homescreen-scenario is strange somehow. I would like to know what the reason for that jqm-animations are depending on the start-scenario? It only seems to ba a problem with jqm 1.2 final and ios.
changepage is changing relative path
Hi, I've updated to jquerymobile 1.2 (from 1.7.1) and I have an issue with pagechange... for example: my site is in http://localhost/htdocs/index.php (firebug call) all page(data-role=page) are contents in index.php, but when i call a page that is located in other php file: $.mobile.changePage("Path/to/other/file/otherPage.phtml"); and i come back to some page (data-rol=page) in index.php. then I do an ajax call $.ajax({ url: 'index.php', type: "POST",........ it does the call in
Swipe events fire twice on nested delegator elements
When I nest delegating elements inside eachother swipe events cause my callbacks to fire twice. Here's an example: http://jsfiddle.net/NMDxE/24/ I posted this issue earlier on the jQuery issue tracker and they routed me here.
Rerender an input field in a VisualForce page
Hi, How is it possible to rerender an input field in a VisualForce page using the onchange trigger of a select list. We defined the function disable to enable or disable input fields acording to some conditions (see function below). This function is called in j$(document).ready(function() and it's functioning well when the page loads. We call this function also in the trigger onchange mentioned, but we need that the input fields get rerendered. What statements must we add in function disable()
outerWidth is an Object not an Integer!
Hello, i use the Method outerWidth to get the real Width of an Element (Width + Padding + Border). Currently i use the jQuery version 1.8.2. Before iam update, i use 1.7.2. Additional to jQuery, i use jQuery UI (newest version). After the Update, the outerWidth Method is not an Integer. It seems like an Object. How i can fixx that? // Set Title Width var width = 0; $("div.wb_interface nav ul li").each(function() { console.log("Call outerWidth\n------------------------------------------------"); var
Android 2.x transitions problem
Hi all! There is a global problem with transitions in jquery 1.1/1.2.0 for Android 2.x. Can anyone give a good workaround for transitions? Using custom transitions to roll back to 1.0.1 only defining css doesn't solve the problem, also there is the problem with white page during animation. I use jquery.structure-1.2.0.min.css (mean not using shadow effect to slow transitions) Please, give the right solution or I have to choose maybe jqtouch with zepto or anything else...
Navbar repeating selected data-icon on navbar
I'm having quite the predicament with my navbar located in my footer. No matter what it seems I do, when I select one of the five choices, whatever icon is selected, the icons to the left of the selected icon receive the same icon. In other words, If I have a navbar with 1,2,3,4,5 and I select three, I now see 3,3,3,4,5 instead of 1,2,3,4,5. I've tried a number of different methods to attempt to eliminate the issue. All to no avail. Anyone have an idea what might be causing this? You can view the
Bug found in jQuery - evaluating variable values in certain circumstances
Ok, I think this might be a genuine bug. I wrote a function that iterates through pictures on a page and fades them up, and then back down to .2 opacity. The very first image does not fade back down. There seems to be a problem evaluating the value of the counter variable on the first time through the loop. I replaced the variable with a switch statement and it works fine, which indicates to me that this is actually a jQuery problem. Please see this page for an example: http://meadpoint.net/gallery
"Uncaught ReferenceError: jQuery is not defined" in Apex VisualForce page
Hi, I'm getting the error "Uncaught ReferenceError: jQuery is not defined" in a Apex VisualForce page. At the beginning of that page I have the javascript code to load JQuery: <script type="application/javascript" scr="resource/1352112986000/JQuery_1_8_2_min/jquery-ui-1.9.1.custom/js/jquery-1.8.2.min.js" / > <script type="text/css" src="resource/1351707675000/JQuery_1_9_1/jquery-ui-1.9.1.custom/css/ui-lightness/jquery-ui-1.9.1.custom.css"/> <script type="text/css" src="resource/1351707675000/JQuery_1_9_1/jquery-ui-1.9.1.custom/css/ui-lightness/jquery-ui-1.9.1.custom.min.css"/>
Cannot connect to jquery website. Only on forum area.
I am having a problem connecting to jquery.com. I can only access this forum of jquery.com and all else is timed out.Please any help. Im using win7 ultimate, Im from the Philippines and us using globe wimax broadband.
Problem with latest jquery 1.8.2.js with asp.net 2.0 and IE and Firefox.
Hi, I encountered a problem in 1.8.2 version taken from http://jqueryui.com/draggable/ and the line given in the code therein <script src="http://code.jquery.com/jquery-1.8.2.js"></script> at line var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ]; due to the nodeName which is not an attribute or property in case of Div used as draggable in asp.net 2.0 and IE8. Also in both case I had to remove toLowerCase() call then only it worked. Did you face this or am I doing something
Using floating numbers with jQuery Mobile slider
Hello jQuery Community, I'm currently facing a problem regarding the jQuery Mobile Slider. I modified the Slider a bit. I am using an array with values the slider can take. For example: [220, 250, 500, 900] If you slide to 245 the slider will automatically slide to 250 because it's the nearest value. While this works great with integers I'm having problems with floating numbers. For example if I take this one: var m2 = [19.5, 16.5, 14.5, 15, 10, 13]; my slider behaves in a strange way. When instantiating
missing version info in css file
Up to version 1.1.1 there was the version number shown in the css-file created by themroller. I was using this information in a system of mine where different users could use different versions of jQuery Mobile. I need the version number to know which version of the structure and core files I need to load for each user. Now in version 1.2.0 this information is not given in the css-file anymore. I could make the users input the version they are using - but this is imho to unreliable. Could I PLEASE
Tooltip plugin vertical alignment in IE10
I've noticed that tooltips are appearing too high on the page when using IE10, getting worse the further down the page the tooltipped control is. It becomes very obvious by the time you get down to the four Yahoo links in the demo. Is this plugin still maintained? If not, is there a relatively straightforward drop-in replacement?
custom select menu conflict with footer in jquery mobile
Issue with jquery mobile custom select menu and the footer in IOS mobile devices. This works fine in emulators: 1. The native select menu pops briefly on quick swipe of the menu. Next the Select menu finally loads. Then the footer disappears. 2. When a long menu is displayed and a user scrolls down to the bottom and then closes the select menu, the footer is "floating" on the previous page Note: The custom select menu works fine without the footer.http://jquerymobile.com/demos/1.2.0/docs/forms/selects/custom.html
jquery forms blocking with uploadProgress
Hi there, We have a problem, and I'm not sure in which project to report it: jquery, jquery.forms or webdriver. We're using jquery.forms as part of a file upload page. In order to test this page, we use webdriver. We need to test what happens on the page while a user uploads a large file. In order to simulate this, we have the server block upon serving the request it receives in response to the user clicking on 'upload'. But, since this upload happens via a call to .ajaxSubmit, it should not block
Next Page