Dynamic Dropdowns using Autocomplete and Posted Variables
This is my first jsfiddle. I didn't so something right, so the display isn't quite right, but that's really immaterial. It displays correctly on my server. This is a simple example of two dynamic drop-downs using autocomplete. I'm not much at jQuery. I just need to know how to force a search on page load. I know there is this function, but I don't know how to implement it. $( ".selector" ).autocomplete( "search", "" );The user may enter characters from another form, or may not. If they do, on page
Themeroller and checkboxes
Hello, I'm making a webform that uses checkboxes like they are buttons. I need to keep the checkboxes checked and all. I noticed in themeroller that theres colors for button states, but they dont all quite apply to checkbox states. The colors seem to apply to the large checkbox area in the the themeroller and ignore the little checkbox. On my site I use the css that turns the little checkbox into the entire checkbox element. I would like to choose a color for the checkbox state that is checked and
weird error msg (to me)
I am getting this error msg that references jQuery: TypeError: 'checkValidity' called on an object that does not implement interface HTMLTextAreaElement. I am using 10.2. The code that is executing (or not executing really) at this point is a selectable, that is several LI in side a UL inside a div. I select something from the list which sets the value of a variable, I then click a button which is supposed to send the string as an object to a jsp. Thanks for any help. //get correct query translation
Range slider with multiple ranges?
As far as I know, the slider plugin includes a "range" option, but I was wondering if it's possible to apply multiple non-overlapping ranges to the same slider? Not multiple instances of slider, that is, but rather multiple ranges applied to the same slider instance. Thanks in advance!
Datepicker and ALT-Field
hi, it's the first time for me to work with jquery ui datepicker and it seems I don't understand the concept ;( I get a timestamp from the server and i wnat to send a timestamp back to the server. I want to display a readable date into a text-input and append a datepicker to this textinput. What do I need to do this? What I got managed up to now is the following: $('#valid_date_from_datepicker').datepicker({ dateFormat: 'dd.mm.yyyy', altField: '#valid_date', altFormat: '@' }); Now I receive
jquery.quicksand default tab on page load
When the page loads all the images show up on "all" tab, i tried to change the javascript and html so it can show on "web-design" tab or any other tab i choose when the page loads and it only shows one image and not all of them like the "all" tab. I have also removed the "all" tab on the html and change "all" to "web-design" in the script.js, but that didnt seem to work. Heres what i have. HTML code <h4 class="filter-portfolio"> <a class="all" id="active-imgs" href="#">All</a> / <a class="web-design"
In jquery mobile footer Class="ui-bar" not working,button are not arranged to the left?
<div data-role="page" id="tool" data-theme="e" > <div data-role="header" data-position="fixed"> <span class="ui-title"></span> <a href="#" data-role="button" data-rel="back" data-back-btn-text="previous" class="ui-btn-right" data-icon="back">Back</a> <a href="#home" data-role="button" class="ui-btn-left" data-icon="home">Home</a> </div> <div data-role="content"> Here goes to content </div> <div data-role="footer"
About the "Developing jQuery Mobile" forum
Welcome! The "Developing jQuery Mobile" forum is here for discussions about the development of jQuery Mobile. If you want to discuss using jQuery Mobile to develop your own website, webapp, or native application, you should post on the 'jQuery Mobile" forum. It's the appropriate place for that discussion, and your post will get greater exposure. https://forum.jquery.com/jquery-mobile If you want to report a bug or suggest a feature to the jQuery Mobile team, neither of these forums is the place to
jQueryUI Menu sub menus not showing correctly in IE8
My menu is ALMOST there. The only problem I'm having now is some submenus are stretching all the way across the page, and sometimes off the page, in the dreaded IE8. Here's a screenshot: Can anyone make a recommendation on how to stop this behavior? Thanks!
Collapsing submenus, when I have multiple menus
I have a page with several JqueryUI menus, which are dynamically created. The problem I'm having is if I hover over one menu, and expand a sub menu, then navigate away from that menu onto another menu, the original submenu isn't collapsing. I end up with one menu overlapping another and hiding it. Perhaps a screen shot will help. See below. The red arrows indicate the path my mouse took: My first thought was to check the menufocus, or menublur events for each menu, and fire off collapseall for every
form search jquery ip validation for only one IP
I have a form that has text fields for the user to type one or more text field and proceed to search, two text fields are for ip address : <label class="formLabel">IP Address</label> <input type="text" property="valueApiAddress" styleClass="value" tabindex="9"/> <br/> <label class="formLabel">External IP Address</label> <input type="text" property="valueExternalApiAddress" styleClass="value" tabindex="10"/> <br/> IP Address External IP Address I am using the jquery validator, but when the user want
Redmond theme icons missing.
Hi, I downloaded the Redmond Theme, it got all the goodies except for the Icons use by the theme. Where can I download the "icons" images? Jun
Sortable z-index issue
I basically have a modal with some sortables. In the background a sortable aswell. They all are connected. As soon as I cross the gap between two sortables inside the modal, the dragged element snaps to the background sortable, which it (imho) shouldn't, since I'm not directly hovering over that sortable. Please see this Fiddle: http://jsfiddle.net/K7BFm/
Getting witn Visual Studio 2012
I have this code for my project in VS 2012 and doesn't work. Any idea about that?. Thanks in advance. Regards <script src="~/Scripts/jQuery.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function () { $('.slideshow').cycle({ fx: 'suffle', continous: 1 // Aquí cambia el tipo de transición de imagen a utilizar, }); }); </script>
Create a sequence of selector from 1 to 50
Hello, I'm a newbe of this forum and I'm trying to create a list of selector 50 times. Actually I'm using this code: window.addEvent('domready', function() { var select, other; select = $('recipient_1_nascita_ospite'); switchOther(); select.addEvent('change', switchOther); function switchOther() { if ( select.value == 'ciro' ) { recipient_1_comune_nascita_ospite.hidden = false; recipient_1_provincia_nascita_ospite.hidden = false; recipient_1_comune_nascita_ospite.disabled
cannot get the width or height on load
I want to get an element height onload to apply the same height to another element but I get always 0 html <img src="any.jpg" id="get" /> <div id="set">azer rzetreter </div> jquery var $h = $('#get').height(); $('#set').height($h + 'px'); how can I make it that it works ? thank you
Set data-dismissible to false using jquery
how to set data-dismissible of a Panel to false using jquery when only screen is larger than 340px? I have tried to use: $('#menuPanel').attr('data-dismissible', 'false');But it does work, what can i do?
Running jQuery's $(document).ready(function() {…}); inside an Ajax response
I have an application that builds page content from multiple page fragments comprising the template page. One or more of these fragments need to run JavaScript when the document has loaded, and it does not make sense to put fragment specific code in the template page comprising the fragments. While this approach has worked out for me quite well, I have a problem when attempting to update a fragment via Ajax based on the user's interaction with the page. I am using jQuery and $(document).ready(function()
Autocomplete results in a div
Is it possible to list autocomplete results on a separate div, instead of the search input? How? Thanks
Multiple Buttons on Dialog Title Alignment Issue
Hi jQuery Forum, I've got a feeling I'm going to get slated here, so I will appolgise in advance, I've managed to get multiple buttons added to the title title bar of a dialog, however I'm having the problem that the width of the text area is set to 90%, if I reduce this everything works find but if I then shrink the dialog the text area bumps into the icons and causes an overflow. There is probably a simple solution in the CSS to say size the width dialog less the size of the icons but I'm not sure
[jQuery] Intercepting AJAX responses globally
Hi all, I'm trying to write a global AJAX response handler which hooks in *before* the client code receives requested data. The response data from the server might be in JSON or HTML format depending on where the request has come from. I'm trying to build in some client-side handling in case the user's login session ends between page load and asynchronous request. The server-side is easy - if the request wants JSON just return "{login_required: true}", if HTML then something like "<span id="login_required"></span>"
The resizeend event
Hi guys, I was irritated how Firefox and Chrome fire the resize event multiple times while the user resizes the browser window, so I wrote a little script to deal with that... The issues... Firefox = if you resize the browser window using the "resize area" at the bottom right corner of the window, then the resize event will be fired every ~20ms for as long as you drag the corner of the window. Chrome = if you resize the browser window, the resize event will be fired twice !! Since I want to run some
Any Free Plugins for animating dynamic layouts via filter like jQuery Isotope?
Can anyone please tell me if there are any free jQuery Plugins for animating dynamic layouts via filters like jQuery Isotope? It is only available for personal use. example: http://isotope.metafizzy.co/ Thanks.
Using string and variable input while using load
Hi i am trying to create a dynamic <div> using append and then load an external html file into it. var refId = "Id1"; $('#divContainer').append("<div id='"+refId+"'></div>"); $("'#"+refId+"'").load("RE/"+refId+".html"); i have a file RE/Id1.html.The div gets created but the load statement does not work.
Issue with Internet Explorer playing video on click using YouTube API
This works perfectly in every browser except Internet Explorer. I can't figure out what exactly it is. http://jsfiddle.net/JmqCt/ 1. An image loads up. You click it and the video plays. This works in every browser. 2. Once the video is done this is where it stops working in Internet Explorer. The tabs drop down and when you hover over each one an image shows. When you click on the tab the video plays. This part doesn't work in Internet Explorer and I've tried to solve it but can't Any help would
How to find div in @page media
How to find the div is in particular page using @page css? One div content is exceeded to another page.I have set background for this div. This background have set in one page and it haven't set in exceeded page. How to set this background image to exceeded page(spilt page content)? Its urgent.
Appending variable to a URL pending the value of a cookie
Hi guys, I am wondering if this is possible. If document.cookie; = value "U" Append This to all href's If document.cookie; = value "P" Append This to all href's So basically: U value adds ?appendu to the URL on all Hyperlinks on the page domain.com?appendu P value adds ?appendp to the URL on all Hyperlinks on the page domain.com?appendp Looking for some direction
Dual button with menu
Hi, I'm trying to made two button which generate a menù on click. the probles are that buttons are not aligned and if I click the upper one the lower is moved down. I can prevent it? here the jsfiddle link http://jsfiddle.net/7GHt4/1/ regards Ugo
Limit items returned via $.each
Hi all, Is there a way to limit the number of items returned within an $.each statement. I know I can use $top= in my REST call, but I need the logic to limit the number of results with an $.each statement (ex. the source data has 20 results which $.each iterates through and I need to display 3). Thanks! Kelly
jquery mobile datepicker demo is broken
I created an issue for the datepicker a little while ago https://github.com/arschmitz/jquery-mobile-datepicker-wrapper/issues/2 And now it seems the demo link is broken (not sure if this is the right place to report this issue): http://demos.jquerymobile.com/1.4.0/datepicker/ Is completely broken. It appears it is expecting: http://view.jqueryui.com/master/ui/jquery.ui.datepicker.js I think maybe it should be: http://view.jqueryui.com/master/ui/datepicker.js
Adding acronym
I have a HTMl field that has this markup: <label for="id_data_path_ip_0"> <input class="radiolist inline" id="id_data_path_ip_0" name="data_path_ip" type="radio" value="Tool"> Same as Tool</label> Is there a way to add an acronym to this with jquery? If I was writing the HTML it would look like this: <label for="id_data_path_ip_0"> <acronym class="help" title="This requires the setup of a remote mount.">?</acronym> <input class="radiolist inline" id="id_data_path_ip_0" name="data_path_ip" type="radio"
jquery.blockUI new version is not working
Hi, I have a question. I was working with the version jquery.blockUI 2.10 and when I update my version to 2.66.0 I started to have a weird behavior The overlay with the new version show up but immediately disappear. There is a web user control (.ascx) that hold the division and the blockUI script. There is a page that uses this web user control calling a function named OnLoadOverlay, that should display the Overlay. In the overlay we enter a number that is captured in textbox1 and this value is
How to multiple file upload in jquery 1.9
I have to upload multiple files at a time. I can see only one file can upload at a time. Even though multiple attribute is in jquery, How to achieve multiple file upload?
Jquery not working when deployed on iis7
I am using simple Jquery statements just to show a modal popup, here #infomsgbackground works as modal background and #infomsg works as a modal popup, all these codes works fine in visual studio 2010 with ie and in firefox but when i try to deploy it on iis 7 ..this code not working JQuery <script type="text/javascript" src="~/jScripts/jquery-1.4.1.min.js"></script> <script type="text/javascript"> $(".updatephone").live('click', function () { $("#infomsgbackground").fadeIn("slow");
[HELP] Menu by JQuery + CSS
Hi all, I'm coding a menu by JQUERY + CSS but when i fill it with data, it doesn't appear as the original one (Without filled data). Here's my code: <script type="text/javascript" src="../jquery.js"></script> <script type="text/javascript" src="../menu.js"></script> <link href="../menu.css" rel="stylesheet" type="text/css"> <div id="menu"> <ul class="menu"> <li><a href=#><span>trang chu</span></a></li> <?php $sql_theloai = " SELECT idTL, TenTL FROM theloai WHERE AnHien = 1 ORDER BY ThuTu ASC";
tabs - why isnt there more basic functionality?
Hi all! Dont get me wrong, i dont blame you, great work anyway ;) I am just wondering whether there is a special reason why there is no dynamic add/remove functionality (for example) included in the basic plugin? I am thinking about extending the plugin in that and some other ways but i am not sure whether thats the way to go. I also could realize such functionailty in a module via separate functions instead of extending the plugin (so i would provide functions which the id of an tab element as parameter
jquery sidebar not working in IE
Hi all, I have a jquery sidebar added to my website pages and it works in all the browsers except for IE. Can you please help me solve the issue. Hosted Weblink: www.cakesandballoons.com Thanks, KRK
How to set a background color for each one of the tabs?
Hi guys, I'm a newbie in HTML and CSS and want to change the color of the second tab in a JQuery UI tab, but I just can't figure out how to do it. I tried to search for a solution on similar posts on the forum but nothing seems to be working for me (or I simply don't understand how to do it). I tried to implement this solution. In CSS I'm overriding some options and created 2 classes to change the background color of my 2 tabs: .... #tabs .ui-tabs-nav .ui-state-active a { color: black;
Editable Step Line Chart
I am looking for a jquery step line chart (open source or paid) which is editable in real-time (similar to the one below). Please let me know if you have come across any of it. Thanks.
Flexslider Transition Help
I have a flexslider featured on the homepage of my shopify site. I want to retain the same background image on all the slides, and just have different text rotate in the middle. You can see what I currently have here: http://notmylifedvd.com My problem with this is the transition, there is an annoying "flash" that occurs on the fade. I would prefer to just fade one seamlessly into the other without the color change. I was able to get rid of it by reducing the animation time to 10 milliseconds, but
Next Page