jQuery :visible selector doesn't work as expected in Firefox
Hello guys, I have a strange problem with the :visible selector. The same code behaves differently in Firefox and Chrome. At first I thought that it is a DevExpress ASP.NET library bug, so I filed it there. Their team investigated the error and told me that it must be a Firefox bug. Therefore I opened a ticket at Bugzilla, but the guy over there told me that Chrome is buggy and Firefox behaves according to the CSSOM specification. The only thing I want to achieve is to make my script compatible with
Using jccarousellite.js
I have 3 background pics defined in index.html which should cycle, but they don't. How do I make them autmatically do that? There are 16 files in JS file: bgStretch.js superfish.js script.js jquery.mousewheel.js jquery.easing.1.3.js jquery.color.js jquery-ui.js jquery-1.6.js jcarousellite.js html5.js googleMap.js forms.js content_switch.js cScroll.js PIE.php PIE.htc
Sortable Scaling Issue
After scaling <body> tag to 1.5 or 2, sortable creates or showed a weird issue. Items that are placed below in the list are not visible while dragging.
ASP>NET DataPager Issue
I am developing an asp.net application. I have an asp ListView inside a <div> with a class of ui-block-a. Attached to the ListView is an asp.net DataPager to allow paging through the data the ListView shows. When rendered, the buttons the DataPager generates all have attribute disabled="disabled" and a class of aspNetDisabled. This may be down to JqueryMobile or Microsoft "enhancing" the buttons, but I can't find a way to remove these attributes, as I don't want the buttons to be disabled Anyone
Custom loading message when clicking external link not working
I have searched a lot of places for this issue and still have not come up with a fix. I am trying to implement the custom text loader when an external link is clicked on. A lot of the code I got was from the very jQuery mobile site and none of it worked! There has got to be something simple I am not getting here. When the link is clicked on, the page DOES delay like I have it set for, but it does not display the custom loading message that I am trying to implement. And yes, I have placed the script
[NOKIA]HEADER AND LEFT MENU
[NOKIA]HEADER AND LEFT MENU the content of the header disappear when you click un nav link
Font weirdness
So, I guess we've gotten another lovely Zoho update that has broken something in the editor again. It's some: Font Weirdness
Table column toogle popup UI not refreshing
See this Fiddle , first click the column button enable the fouth and fifth columns, now click the Add row button the fourth and fifth rows are hidden from UI but again click the colum popup the fourth and fifth columns are checked. (Fourth and fifth column are hidden because of table refresh,but if remove the refresh then the toogle is not working for dynamic rows,how to remove the check or how too manage the items should be visible)
Strange scrolling bug with hover/textshadow and Chrome mobile
Hi, I've encountered a very strange problem and would like to know if this is a jquery mobile issue or a browser issue. The problem only occurs in touch environment and on Chrome, but not with Firefox. Prerequisites: - Use a modern Android phone or current Google Chrome with developer tools and device mode set to e.g. Nexus 5 Detailed instructions: * Open http://jsfiddle.net/3fegnd2v/2/ in Chrome and open the developer tools (Ctrl-Shift-J) * Select the "Toggle device mode" botton (next to the spyglass)
Page content disappears when .slideToggle has been used to close div.
Hey jQuery forums, I had a problem what occurs only on Android phones using the Chrome browser. Info: jQuery version: 2.1.3. I have a 2 divs that are below eachother you click the top one and the lower one closes: <div id='homeExtenter'> <div class='menuItem'> <div class="menuHeader">Menu Header</div> <div class='menuItems'> <ul> <a><li>Item 1</li></a> <a><li>Item 2</li></a>
datepicker shows calendar before date field has focus
Using these versions: //code.jquery.com/jquery-1.10.2.min.js jquery-ui-1.11.2.custom/jquery-ui.min.js When my form loads, I get a static calendar (clicking has no effect), and when I click in the date field, I get a usable calendar. after getting focus: My code is <input type =" text " name =" dateObs " id =" dateObs " class =" date-pick " value =" " /> $(document).ready(function() { $.datepicker.setDefaults( { showOn: "focus", dateFormat: "yy-mm-dd" }); $(".date-pick").datepicker(); }); Any idea
jQuery Mobile Theme Builder
The Theme Builder does not allow me to duplicate themes. If I design/build theme A and then duplicate the theme, I am unable to edit that theme (B). Each time I click on the "B" tab, the theme continues to duplicate, but shows the "plus" icon instead of a letter. I am unable to delete the extra copies and keep losing my work.
The problem with encode url
Hello everyone. I have a problem when using the widget "dialog" when a dialogue with address bar of your browser appearing "%25D1%2581%25D0%25BA..." I think that the code zhguery mobile is lacking somewhere encodeURIComponent Version jqueru mobile 1.4.5 The site is on the RF domain Here html code: <a href="#dialogUsers" data-rel="dialog" data-list="likes" class="link-list">Saved: <span>123</span></a>Tell me what can be done?
Repeat autocomplete usage locks up UI
Hello, I have an app that includes an autocomplete field. The autocomplete field is behaving oddly. The autocomplete field is initialized via the following code: HTML <form role="form"> <div class="form-group"> <button class="btn btn-default" onclick="return refreshData();">Refresh</button> </div> <div> <input id="autoCompleteField" type="search" class="form-control ui-autocomplete-input" autocomplete="off" spellcheck="false"
How to remove white screen between transitions in jQuery Mobile 1.3.0?
Unfortunately, I have an issue that many people had before but that seems not to be fixed. I recently downloaded jQuery Mobile 1.3.0 and I am building an iphone app using phonegap. When I test my application there is a white screen that appears between each page. How do I remove it?
datepicker method reporting error
I'm using datepicker from Jquery UI 1.11.2, and so far it's been working great, except in one very specific circumstance. Here's the HTML code for the input box (the ID is unique on the page). The UI bits are handled by bootstrap, for what it's worth. <input type="text" id="date-input" class="form-control" placeholder="MM-DD-YYYY" /> The javascript code to initialize datepicker for this input is as follows: $('#date-input').datepicker({ dateFormat : 'mm-dd-yy', onSelect : datePickerObject.preselectCallback,
$.mobile.changePage gives error in Chrome(android) and not in Safari(iphone)
Hello, I have this problem: I can use $.mobile.changePage("scankaart.html) perfect in Safari. When i test this in Chrome, it give me an error. Does somebody know what i have to change to let it work?
Slider not working?
Hello i am using jquery with asp.net website but , in new website( i mean to say on creating new website) it is running but in the website which already exist it doesn't work? Please guide me asap.
combination of popup and tabs not working on page refresh
Hi, I think I have found a problem when I have a popup and tabs on the same form. If the popup is displayed, and the page is refreshed The page constantly refreshes itself. Please see simple mockup code below which demonstrates Does anyone know how I can work around this? <!DOCTYPE html> <html class="index"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width initial-scale=1.0 maximum-scale=1.0 user-scalable=yes" /> <link rel="stylesheet" href="jquery/mobilelatest/jquery.mobile-1.4.5.min.css"
event handler loses capitalization of passed string parameter
Hi all, new here, but not new to js and love jquery :) Trying to create a label that a rollover causes to change to "DELETE" and rollout changes back. It works BUT it loses its capitalization. This is done with event handlers. Using jquery-2.1.0 (also errs in 2.1.1) Tested on firefox-33.0 with ubuntu-10.04 Tested on google chrome-38.0.2125.122 (64-bit) with ubuntu-10.04 Example is at jsfiddle.net/pwuatk09/1/ I have a <label> that says "Phone". When I mouse over it it is supposed to change to "DELETE".
How to show modal dialog over an object.
Problem: Modal dialog hides behind the object tag but i want to appear modal dialog over an object .Thanks
jquery.mobile-1.4.5.js:13906 Uncaught TypeError: Cannot read property 'not' of undefined
Hi, I got following error: Uncaught TypeError: Cannot read property 'not' of undefined For line 13906 hierarchyClass = cells.not( this ).filter( "thead th" ).length && " ui-table-cell-label-top", in jquery.mobile-1.4.5.js:13906 Uncaught TypeError: Cannot read property 'not' of undefined (after calling enhanceWithin on a table with classes ui-responsive table-stroke ) I see no issues in the end result. Hope this helps! Cheers, Michaël
Ajax request problem
Dear forumers! I'd briefly describe what i'd like to do with JQuery: I would like to create a webpage that has a button object. When I press it the javascript should trigger an Ajax request to the server. My problem is that this GET event not executed in all cases. Sometimes my code works very charmly, sometimes no GET http message sent to my apache server. To debug the communication I use rawcap application, and wireshark. Here is some code snippet: -This is the definition of my button object in
SVG Icons Disappear on IOS 8
Running JQM 1.4.5. Get same results on 1.4.4. This happens in IOS 8.1.1 and IOS 8.1.2. This is not occurring on Windows PC or Mac OSX. Have not tried on Android. When running app in IOS 8, the JQM standard icons in the buttons will start disappearing inside the outer circle. At first they all show, then as I run the app, they start disappearing. Here is an image showing some missing, with others showing:
searching for lightweight clickable image slider with cycle for jquery mobile version 1.4.5
Hi, I need a lightweight clickable image slider with cycle for jquery mobile version 1.4.5. I saw Image slider example in v1.4.2 but it seems that many features are removed since 1.4.5. I have used owl carousel framework as a work around but a 1500+ line javascript and 300 line overriding css can easily hang my mobile app(its already huge in size). Please help me solve this problem. Thanks & Regards Praveen
$(window).innerHeight() not equal to window.innerHeight
Should window.innerHeight and $(window).innerHeight() always return the same value? If they should always be the same then this short piece of code on PasteBin may be of interest as it shows them producing different results. I tried to reproduce on jsfiddle but failed (maybe because it runs the code in an iframe) I have reproduced the behaviour with jQuery 1.11.1 on Chrome/Firefox on Win7 and Chromium/Firefox on Linux. I could not to reproduce the behaviour in IE.
JQuery UI Autocomplete on IE6: open menu is rendered behind DropDownList control on page
dear all, i am using JQuery-UI Autocomplete on the page. beneath the autocomplete, there is a DropDownList. when browsed on IE6 , and when i write inside the input field of the autocomplete, the suggestions menu opens successfully, but it gets rendered behind the DDL... i added this style to the same page having the autocomplete and DDL, but with no success: Collapse | Copy Code .ui-autocomplete{position : relative; z-index: 100 !important;} p.s. : it works fine on Chrome... thanks
Posting code shows incorrectly.
https://forum.jquery.com/topic/how-to-set-aria-hidden-attribute-on-jquery-show-hide-functions#14737000005806187 has code posted by 2 users. They are not formatted properly. JΛ̊KE
jquery-ui npm package out of date
http://jqueryui.com/download/ -> latest (stable) version 1.11.2 https://www.npmjs.org/package/jquery-ui -> latest version 1.10.5 is there a technical reason why the npm package is not updated?
Widget api documentation: Options
In the small sections about Options with the dialog-example var options = { modal: true, show: "slow" }; $( "#dialog1" ).dialog( options ); $( "#dialog2" ).dialog( options, { autoOpen: false }); I suppose it should say 'option' not 'options'. That confused me for a while.
http://plugins.jquery.com/postreceive-hook 502 error
Hi guys. I can't send web hook from github, url http://plugins.jquery.com/postreceive-hook always returns 502 error.
facing issue while moving rows of telerik radgrid up or down
I have radgrid which has some controls like raddatepicker, textbox & combobox in eachrow. I want to give option to user to move complete row up or down on click of arrow in that row only. I am writing below code to resolve my purpose. Code is working fine except the IDs of controls do not change on moving the rows and thus sometimes the controls value is set blank if correct id is found else not. Is there any other way to set the corrosponding row controls to blank instead of finding the ID of that
jqprint is not working in IE10 with JQuery1.11.1 version
I took following files from JQuery for my application development for printing content from <DIV> tag. 1. jquery-1.11.1.js 2. jquery-migrate-1.2.1.min.js 3. jqprint.0.3.js I could able to print content of <DIV> tag in "FireFox", "Google Chrome" browsers. But I could not able to print content of <DIV> tag in IE10 and IE8 with "JQPRINT" with "JQuery1.11.1". Recently, I moved from JQuery1.8.1 to JQuery1.11.1. "JQPRINT" option is working fine in all browsers with JQuery1.8.1. version. But "JQPRINT"
Jquery Cycle 2 cycle-next and cycle-prev firing twice
Hi all, I have a simple cycle 2 (version: 2.1.5 build: 20140415) slideshow that for whatever reason the next and prev functions are firing twice on a single click: <ul id="hero" class="cycle-slideshow" data-cycle-slides="> li" data-cycle-prev="#slide-back" data-cycle-next="#slide-next" data-cycle-swipe=true data-cycle-swipe-fx=scrollHorz data-cycle-fx=fade > Console: https://www.dropbox.com/s/8bt5z0uqqz8wzln/Screenshot 2014-10-30 14.05.44.png?dl=0 I've used this method on another site exactly
UI Theme does not adjust button
Hi, not sure if this the right area to report this, but it seems that when changing the font size all but the Button are getting the new size. Can someone confirm this? Thanks guys
draggable items stack on top of each other in a sortable
So, I'm not exactly sure if it's an intended behavior based on my code or if it's a bug within jquery-ui. I created two lists as sortable and each list item within those lists as draggable. Whenever I would drag and drop items rapidly, they would end up stacking on top of each other and creating empty spaces within the lists. It did not matter if I was doing dragging and dropping within the list or between the two, the same behavior would be produced. Here's the code: <div id="available-group" class="noselect">
avatars don’t match links!
https://forum.jquery.com/using-jquery , and all forums, show avatars for the last person to post on a thread. But when clicked it goes to the original poster’s page. They should match or show should show both avatars with correct links or just kill the links. JΛ̊KE
Security issue about jQuery
We use jQuery library v1.11.1 and v2.1.1 in our applications. But the fortify security code scan reported an issue about jQuery library. The issue is "Standard pseudo-random number generators cannot withstand cryptographic attacks." Will you fix this issue in the next generation? Thank you!
New Post button
In defense of everyone who has posted it recently, I have trouble finding the new post button myself sometimes. In my mind, where it is currently located is in a navigation bar that is not specific to the current page. When I'm on a page and wanting to do something within that page my eyes naturally look at everything below the line with "JQUERY FORUM" and the search field. To me, since it is pretty static, everything above that line is site wide functionality, not page specific. With all that being
Safari form.submit() does not post input type="submit" name and value
Hello, trying this code in Safari the form.submit() function does not post the name and value of the input type submit named "send". Changing "submit" with "button" seems to work. <form id="test-form" name="test-form" action="test.php" method="post"> <input type="text" name="name" /> <input type="submit" name="send" value="send" onclick="send_form()" /> </form> <script type="text/javascript" > function send_form(){ $('#test-form').submit(); } </script> In Chrome and Firefox
Next Page