• 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
  • 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
  • Prevent "bouncing"-effect on jquery mobile apps on iOS Safari

    Hello there! did anyone manage to prevent the body of a page to be scrolled out of the visible area?  The problem is, that i've got different ListViews on my page which have to be scrolled up and down. After reaching the bottom/top of this lists and starting another touchmove towards the same direction the whole Website will be "pushed" out of the visible area. I would be glad if somebody managed to prevent this.
  • Help getting relative elemet

    Hi experts. I am pretty new to jQuery so go easy on me. Using the following HTML: <table border="1">  <tr>   <td headers="QTY">   <input type="text" name="f01">   <input type="hidden" name="f50" value="1">   </td>  </tr>  <tr>   <td headers="QTY">   <input type="text" name="f01">   <input type="hidden" name="f50" value="0">   </td>  </tr> </table> I am trying to do the following: 1. For each row 2. look at the value of the hidden item "f50" 3. If the value = 1 then set the background color of f01
  • White flash on images

    Hi, I try to load an UI web view on ipad, but i have some problem with the java script functions and images. Every time it load an image there are a white flash on images. On desktop browser it's work perfect... Someone can help me?
  • Jquery script to logout from all opened tab if user click on logout on any page

    Hi, I want script to log out from all opened tab if user click on log out on any opened tab using jquery and  php. For this I am using following script but it's taking heavy resource of server as my site is on shared server: is_session_expired.php code: <?php     session_start();     //echo $_SESSION['sess_memberid'];        if(isset($_SESSION['sess_memberid'])){         echo "no";     }else{         "yes";     } ?> <script> function isSessionExpired(url,dopage){     //alert(url);        var randval
  • I lookin for a professional eye in Jquery mobile...

    Hi there My name is Sy   http://mobilocksmith.com/ Check this with Smartphone browser pls. Im not a webdevaloper... I wrote this myself with Jquery mobile libreries. I need someone to take a look at my code with professional eye.   Fix and clean code  and improve  lookin  if you see some... (I would like to improve my send mail page) UPDATE Jq libraries to the last stable version. ALSO as you can see I got pretty much fixed Theme on all pages improved by me from page to page to the best of my knowledge. 
  • How to get mobile jquery slider old value?

    How can i get the previous value of slider when clicked on slider bar?
  • Header image merge with table in pdf issue

    My pdf page have more than 3 pages.Every page have fixed header and footer in page. In every page, table have broken in bottom of the page. So i have used page-break-inside: avoid; for avoiding broken table. This time table will goto next page. It have merged with header image. How to avoid this merging table with headers? I have attached my error image for your reference. My css code: <style type="text/css" media="print"> @page { @top-center { content: element(header); } @bottom-left { content:
  • jQuery Zebra_Datepicker

    Hi,   I am using jQuery Zebra Datepicker plugin   I have got two dates FromDate and ToDate. The dates I have enabled are from 13/07/13 to 07/10/13. I also pass in the array of disable dates in between these two dates i.e. 06/08/13 to 19/08/13. This works fine.             $('#FromDate').Zebra_DatePicker({               format: 'd/m/Y',             direction: [minDate, maxDate],             disabled_dates: disabledDates,             show_week_number: 'Wk',             start_date: minDate,            
  • Datepicker year month combo box scroll does not work by dragging scrollbar

    I have a datepicker defined as: $( "#datepicker" ).datepicker({       changeMonth: true,       changeYear: true,       dateFormat: "mm/dd/yy",       minDate: new Date(1900, 1 - 1, 1),       yearRange: "c-125:c+15"       }); The HTML is :       <p>Date: <input type="text" id="datepicker"></p> When I click on the datepicker and click on the year, I cannot click & drag the scroll bar.  The mousewheel works to scroll, but the dragging the scroll bar does not. I have tried both 1.10.3 & 1.10.4 versions
  • bug in .find() method ? with select attribute

    Hi i wanna use the find methode.. but some how i get this bug or my mind is on the wrong track at this moment.. <div class="form"><input name="form[check22][]" type="checkbox" value="1000" id="check0" style="display:none;"></div> error: var tt= "check22"; jQuery('.form').find('input[name*='+tt); works: var tt= "check22"; jQuery('.form input[name*='+tt);
  • 1.4 stripping url params

    I have a single page which I want to change the contents of depending on params passed to it. If using href like : #mypage?id=123, after page change the url in the address bar will be #mypage, making it impossible to refresh the page or if I go to another page the back button will visit the page minus params. This kind of thing worked in previous versions, e.g: http://www.moretechtips.net/2012/07/dynamic-page-generation-in-jquery.html This does not work either:    var $page = $("#mypage");    $.mobile.changePage(
  • Context menu on image-map hotspots - help!

    Long story short - is it possible to have a context menu popup for an image map hotspot? I have an image with about a dozen hotspots using an image map.  I would like to have a right click context menu for each different hotspot.  So far I'm able to get the image map working correctly and am able to resize using mapster plugin.  But have had no success trying to add a context menu to the hotspots. I have tried several different context menu plugins and I'm not an expert with jquery by far so it might
  • themerollered.html not working

    I downloaded the demo http://jquery.bassistance.de/validate/demo/themerollered.html links contained in've used in my own practice. By clicking the submit button, however, is making the transition without control. Waiting for your help in this regard.
  • jQuery Mobile panel width (full width) problem on Android

    Hi: I am using jQuery mobile version 1.3.2 and I change the panel widths (left a little larger 18em and right width 100%) through css. So the left panel will open with width (18em), and the right panel will open with full width (100%). Here is my css section that will override the jQuery mobile css. .ui-panel { width:18em; }   .ui-panel.ui-panel-position-right { width:100%; }   .ui-panel-position-left { left: -18em; }   .ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-left.ui-panel-display-push
  • Next Page

  • Announcements

  • The Basics of jQuery AJAX

    A step-by-step tutorial for those new to jQuery and wanting to use AJAX in their projects. Includes valuable information about troubleshooting using the console and understanding the request / response. http://jayblanchard.net/basics_of_jquery_ajax.html
  • jQuery Conference 2010: Boston Announcement

      The jQuery Project is very excited to announce the jQuery Conference 2010: Boston on October 16-17, 2010.  The conference will be held at the Hilton Boston Logan in Boston, Massachusetts.  The best part of this announcement is that Tickets are on sale now!  This venue is the largest that the project has worked with to date (Harvard Law School in ‘07, the MIT Stata Center in ‘08 and Microsoft New England Research Center in ‘09) and we expect to sell out very quickly. A brief synopsis of some of