• Sortable toleranceElement usage in 1.10.3

    Hello, i was succesfully using (undocumented) toleranceElement option of sortable for nested lists to prevent flickering. But it seems that in 1.10.3 this stop working, if I try to inicialize sortable with this option, it breaks JS of my page. Any ideas?
  • Need help with Jqueyr and form

    Basically i want to hide the P when All Service down is selected from the option?  http://jsfiddle.net/SKuWY/ Anyone care to help on this one?
  • A puzzle with hashchange and navigation

    In general, hash changes are created whenever a link is clicked in jQuery mobile. When a link is clicked, jQuery mobile will make sure that the link is referencing a local URL, and if so, it'll prevent the link's default click behavior from occurring and request the referenced url via Ajax instead. When the page returns successfully, it will set thelocation.hash to the new page's relative url. Hash changes that occur independently of a click, such as when a user clicks the back button, are handled
  • Jquery Mobile PhoneGap and Initial Scrolling

    I am not sure what the problem could be but here is the issue. When the first page loads (app loads), it scrolls with a fixed footer, even though there is enough space.  If I rotate the phone (orientation change), and rotate back to the original position, it no longer scrolls (which is what I want) I am not sure what could be causing this. <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, target-densitydpi=device-dpi" /> <div data-role="page"
  • uncollapse a collapsible

    Upon page load, the collapsible is collapsed and the line looks like this                 <div data-role="collapsible" data-collapsed="true"> How to uncollapse it with jq/js?
  • Flexslider Gallery Not Loading.

    Hi, I'm trying to get flexslider working but it doesn't load (On iphone and chrome desktop). It did previously work when I was using a single html file for all pages, but it's now in a single html file with only one page. If you visit (Link removed) and then click the top selection in the list "Amber Gallery", you may see a thin grey line where the gallery images should be. It sometimes works if you go straight to the link at:  (Link removed) or refresh the page once there. Using latest 2.1 flexslider,
  • how to turn a text input field into option select menu without reloading the page?

    To save space on small phones, I would like to be able to change the function of a text field into a select menu option and vice versa.  How is it possible? 
  • How to resize popup after popup submit button click

    Hello, I have a html that is creating a popup. The popup has a submit button to a another website. I would like to resize the popup after the popup submit has been clicked. I have assigned an ID to the popup submit button but the main screen doesnt see it and doesnt resize the popup. Any suggestions.  var w;                                                                                                            $(document).ready(function() {                                                     
  • Need Excel like Data filter

    Hi, I need a plugin to filter the column data. The concept is same as we have in Excel to filter the data. For example when I click the filter icon next to "Workflow Phase" it will display a filter layer with some possible values. I will select the valuse from the list and click on ok button. 
  • Autocomplete is returning case sensitive results when using a remote source.

    Autocomplete is returning case sensitive results when using a remote source. My remote source will return a JSON response that is case insensitive. For example: 'cap', 'Cap', 'CAp', 'CAP' all return the exact same response -> ["Cape Girardeau","East Cape Girardeau"]. However, the selection list only shows when "Cap" is type into the input area. Typing in "cap" does not show results. I have tried setting "matchCase" to false with no success. Any suggestion on how to make Autocomplete case insensitive
  • How to control what to show / hide

    Hello, I made a navigation where i need to show a sub navigation when i hover a top navigation link. My problem is that i want it to hide again when im not either on the button(.news-btn) or the div i wrapped my sub in (.news-btn-sub-wrap) Lets take i have navigation liket his top navigation <ul class="navigation">       <li class="news-btn">News</li>       <li class="about-btn">About</li> </ul> Sub navigation <ul class="news-btn-sub-wrap">       <li>Sub link 1</li>       <li>Sub link 2</li> </ul>
  • change order of revert and drop execution

    I am trying to change the order because it looks a little awkward for what I need to do. I can make my own revert function, but I wasn't sure if there was something built in. I would like it to fade out then revert to its position. is this possible? what I have so far: http://jsfiddle.net/TQ7Z2/
  • how to select of this line "data[new][formhidden_field1]" here it is "formhidden_field1"?

    how to select of this line "data[new][formhidden_field1]" this "formhidden_field1"? I want to select the text "formhidden_field1" in the variable.
  • Delete table row and table column

    Remove rows and columns from table without deleting underlying information. Shift row up when row above it is deleted. Shift columns left when column to left is deleted. Do not allow left most column to be deleted. Do not allow the column header to be deleted.
  • Ajax navigation / external javascript

    Hi all, i have some problem with javascript after click on link with navigation ajax I have in my home page, a carousel (jquery carousel for touch ui). When the page is full loaded, the carousel work good. now i switch with a link, come back to my home page, carousel work but bug a bit. I think i need to remove cache... $(document).bind('pageinit',function(){  jQuery(function($) { $(".carousel-single-image").touchCarousel({ pagingNav: true, scrollbar: false, directionNavAutoHide: false, itemsPerMove:
  • I have a problem in this line. I can't get the data. How to solve this problem?

    <div id="errormsg" ctype="dialog" data='{"title":"Error Message","dialogClass":"ui-secondary ui-dialog-notifier","autoOpen":false,"buttons": {"Ok":function(){ $(this).dialog(); }} }'>
  • How to add elements to jquery animation, one by one?

    Hello, I'm creating a web page composed of wheels looping with mouseover. I succeeded to start only the selected wheel but now I want to loop another wheel, and another etc...while the others wheels (which are already looping) still work.     <script> $(document).ready(function(){     $("#image1").mouseover (function(){        $(function() {     var $rota = $("#image1"),         degree = 0, // modifier angle         timer;     function rotate() {             $rota.css({ transform: 'rotate(' + degree
  • What it do?

    Hi Everybody, I'm newer in jQuery. I have a script but I don't understand what it do: $(function() {         $('.alternatecalendar .month td').click(function(event) {             if ($(this).hasClass('disabled')) return false;             if (IsFromDateSelected()) {                 var fromIndex = $(this).attr('ind');                 var toRealIndex = GetToRealIndex(fromIndex);                 var toVisibleIndex = GetToVisibleIndex(fromIndex);                 var toTD = $('*[ind=""' + toVisibleIndex
  • problema al validar formularios

    hola que ta l lo que pasa es que tengo un gran poblema  lo que pasa es que quiero validar formularios  y n ose que estoy haciendo mal por que los unicos caracteres que no me valida son las ñ y los acentos por  favor algun que me ayude  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>         <script type="text/javascript" src="../js/jquery.js"></script> <script type="text/javascript" src="js/jquery-1.4.2.js"></script> <script type="text/javascript" src="js/jquery.validate.js"></script>
  • Standard search for list view

    Hi I have a listview that is an RSS feed and has a data-filter=true attribute If you enter text in the search filter, it only searches for the text in the contentSnippet, if you click on the list item, it displays the entire text for the rss feed. Is it possible to set the search, so it searches the entire entry and not just the snippet of the text. Any help would be greatly appreciated. Cheers
  • Publish Web app in marketplace Android and AppStore

    Is pobbible publish the web app in marketplace Android and in AppStore? How is the great solution? thank you
  • Understanding the Differences between jQuery Versions

    Dear All, Can anyone explains the differences between the jquery versions (jqueryUI + jquery mobile) and when each one can be utilized? Is it possible to build cross platform web app works on  pc's browsers as well as mobile devices using jquery technology? if yes which one to be used jqueryUI or jquery mobile? Are there any company/site provide jQuery ready templates/theme where can be used in Web Apps (I'm saying web app not web site) where in web app a lot of fields for database usage etc.? Is
  • Is there a query plugins to get the selected text from a textbox in asp.net

    I have two textboxes. when user selects any text in textbox1 on right contextmenu user gets an option to copy it. when user clicks on copy option the selected text should be copied to textbox2. can any1 help me which jquery plugin will help me and how to use it? thanks
  • jquery mobile header issue

    I have a issue with my jquery mobile header. I include 2 photo link. https://www.dropbox.com/s/7sb24il6ygj5cfn/2.png https://www.dropbox.com/s/xmy0njl49z1gab7/3.png Image 1: I tap in the textarea and de app slide down and the keyboard pops up. So far so good. Image 2: If I'm done typing I hit the button 'verstuur' (dutch for send) then the keyboard disappears and my header is moving to the middle. i have this line of code for my header <div data-role="header" data-position="fixed" data-tap-toggle="false">
  • Filtering a listview

    Hi, Is it possible to filter a listview with a dropdown/select menu. I'm really struggling with this and would really appreciate any help! Cheers Sean
  • navbars and class="ui-btn-active ui-state-persist" using server side includes?

    Hi all, I have a web app built using jqm 1.3.1 and every page has a navbar in the footer. Actually the navabar are static but I would like to replace them with a server side include, so that updating one file will update the whole navbars. But I would like to use the class="ui-btn-active ui-state-persist" options. How can I use the persist state on SSI? Is there a sample somewhere? I can't imagine you edit every footer/navbar each time some link in a navbar change. TIA for any reply. tony
  • Jquery magnify effect- can U do it

    http://www.williams-sonoma.com/products/magimix-5200xl-16-cup-food-processor/?cm_src=AutoRel2 please vist the link above . You will see a food processor picture. Move the mouse pinter over the image. You will view a larger version of image like magnify effect. I want to know how to do it and what this effect called. Thanks in advanced.
  • jquery ui ajax tab using aria-control instead of url

    In jquery-ui 1.10.3 the url method had been replaced with aria-control method. I can't work out how to use it. I am trying to load data from a file called action.php action.php file sends the message "Contents from the server" I need to place it in the first of three tabs. It does not work. I get the following message displayed on the chrome console Uncaught Error: no such method 'aria-controls' for tabs widget instance I have the following code: <div id="tabs" class="ui-tabs ui-widget ui-widget-content
  • Ajax post function not work in ie. It works in all the other browsers. Below is my code.

    <script> $(document).ready(function()  { $(".asu").click(function() { var day = $(this).text() day = day.substring(0, 2); $.post('events.php',{day:day}, function(data)  { $("aside").html(data); }); }); }); </script>
  • How to create the gridview dynamically using jquery?

    I'm trying to get the titles in my xml file side by side dynamically. I tried but i didn't get the title side by side. My code: $(xml).find('item').each(function () { var item = $(this).attr("name"); $("#grid_list").append('<div class="ui-block-a">             <div class="ui-bar ui-bar-c" style="margin: 5px;">             <a href="#">"' + item + '"</a></div></div>             <div class="ui-block-b"><div class="ui-bar ui-bar-c" style="margin: 5px;">             <a href="#"></a></div></div>'); $("#grid_list").grid('refresh');
  • jquery-jtemplates not working

    Hi, I am using jquery-jtemplates pulgin but it fail while string contains space " " Here is Code:-  $(document).ready(function () {       var data = [                           { ID: 1, Name: 'Anne kumar', Email: 'anne@domain.com' },                           { ID: 2, Name: 'Helton ture', Email: 'amelie@domain.com' }                                               ];                 $("#jTemplateDemo").setTemplate($("#templateHolder").html());                 $("#jTemplateDemo").setParam('x', 2);                
  • jQuery-mobile-iscrollview not scrolling when changing contents style display:none to display:block OR jquery show and hide

    Hi, I am using jQuery-mobile-iscrollview from :https://github.com/watusi/jquery-mobile-iscrollview, but this is not working when changing content styles (display:none to display:block) under scrollview content. I am using jquery show() and hide() methords.
  • Problem combining tabbed panels and cycle slide show

    I'm new here, so please excuse moderate amounts of stupidity. I'm trying to create a tabbed page with a slide show on one of the tabs. I have a working slide show here: http://dvsmil.com/test/testslide2.html - this is fine This is what happens if I try to put the slide show on the third tab: http://dvsmil.com/test/testslide.html Here, the slide show works but the tabs do not! http://dvsmil.com/test/index.html It appears to be some incompatibility between libraries but I don't have the expertise to
  • Using JQuery to add a hyperlink to existing text

    I'm using a form plugin on a site and I want to add a hyperlink to a specific text "bump".  I'm trying to accomplish this using jquery and I have the basic document ready function setup but I'm trying to figure out how to look for a specif text in a label field and then append a hyperlink afterwards.  Can this be done using JQuery?
  • Toggle click

    I have div that when clicked it change css and do some animation features. But I want it to be reversable. Here is script I use so far: <script> $(document).ready(function() { $('#change').click(function() { $('#logo').animate({backgroundColor: '#feb20e'},100); $(this).animate({backgroundColor: '#eda710',borderRightColor: '#d3940b'},500); $(this).css({ 'background-image': 'url("Images/arrow-hover.png")' },"slow"); $('#logo').css({ 'background-image': 'url("Images/test2.png")'},"slow"); }); }); </script>
  • bubbles for jquery app's tutorial

    Do you have any experiences with making tutorials in a form of step-by-step guidance with bubbles? What would best serve this purpose?
  • I have a Conflict with 4 JavaScript librarys

    I have ran into trouble with my booking form, I need to include 4 librarys on my page and it doesn't like it.   These are the files I am including so far.   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js"></script>    <script src="http://jzaefferer.github.com/jquery-validation/jquery.validate.js"></script>   I have no problem with the 3 librarys above, the github Validation file is for
  • bxSlider hover images

    Hi, I have a images bxSlider. I'd like to change the selected image on hover. Here is my code:       <!-- Avatars bxSlider -->       <div class="slider">            <div class="slide">                   <a href="#" data-toggle="tooltip" title="first tooltip">                         <img src="_include/img/avatar_nat.png" alt="" title="">                   </a>             </div>       </div> How I can change avatar_nat.png image on hover ? Thanks in advice. -Antonio
  • How to Refresh ZeroClipboard.swf using jQuery

    I am using the ZeroClipboard.swf and following jQuery method to update a text value. I have following at the index.html <span class="htmlClass">My Custom Page</span> and this Script $(document).ready(function(){ $('.htmlClass').html($('input:text').val()); $("#pageName").click(function() { $('.htmlClass').html($('input:text').val()); }); }); but the ZeroClipboard.swf is always taking the first Value "My Custom Page" which has been initialized before html() function. Can you please let me know if
  • Re-loading a div including JavaScripts located within it...

    Hi, I am wanting to use the Met Office weather widget on a web page, but it doesn't provide any easily accessible facility for users to change the location of the forecast. I have been working on a way of to allowing users to choose from locations in a drop-down box that will then change the location in the weather widget. The weather widget is initiated by two bits of JavaScript: <script type="text/javascript" moWWidgetParams="moAllowUserLocation:true~moBackgroundColour:white~moColourS cheme:white~moDays:5~moDomain:www.metoffice.gov.uk~moFSSI:351649~moListStyle
  • 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