• Does jQuery have a paid support service?

    Can I ask it questions that may not particularly be about jQuery. But just regular javascript/html questions?  
  • save as div to image

    hey guys how are you >>> today i want ask you about some thing and please help me i have div and that div content it's from database so i want to convert that div to image when i want to save that div such image ... how can i do that .....
  • 2 ajax query that exuces second after first.

    how to create 2 ajax request that second one will wait until first finish execution. $.ajax({       ... }).done(function() {       //here created new thread       // "then" part start without waiting of "done" part       uploadObj.startUpload(); }).then(function() {       ... });
  • Jquery Form Builder Help

    Hi I am trying to create a form builder that is drag gable and sortablethe features I need are to highlight the drop zone once the control is on the area that is drop able. To be able to set the required max length attributes and also to be able to portable I have it working in a crude way Except for the property inspector and was wanting advice or code samples. In the below example I am using just li's which I am sure is not the way to go, as <!doctype html> <html lang="en"> <head>  <meta charset="utf-8">
  • Change an element's background if another is visble

    I have multiples of ".container" and They're all shown one at a time. I'm trying to get the backgroundof the parent DIV to change depending on the visible ".container" . but it doesn't work. Any ideas on how this can be achieved? HTML <div id="main"> <div class="prev">Previous</div> <div class="next">Next</div> <div class="container active">One</div> <div class="container">Two</div> <div class="container">Three</div> <div class="container">Four</div> </div> CSS .prev, .next { float: left; color:blue;
  • Slick Quiz Plugin - audio tags/playing audio

    Hi all, I have been tinkering around with the Slick Quiz plugin (www.github.com/QuickenLoans/SlickQuiz). Apparently it can be modified to output sound files as well as text and images. The js outputs a question (and also answers) from the json file (js extension) in the following manner(this works):       var question = questions[i];                                                 var questionHTML = $('<li class="question" id="question' + (count - 1) + '"></li>');       questionHTML.append('<div
  • Parsing list of lists in jQuery

    I have a list of lists (e.g. [[1,2],[3,4]]) passed from a Django view, stored in a hidden input of an html form, and submitted with jQuery. I need to parse that variable to pull indices. I have other lists passed between Django and html without a problem, but this list is posted by jQuery. HTML: <input type="hidden" name="resultMsgList" id="resultMsgList" value="[[&#39;View &quot;S03_2005_TAZ_140813_160946_with_geom&quot; was successfully created!&#39;, &#39;taz_mapfile_scen_tdm_140813_160946&#39;,
  • How can detect left and right click in chrome/FF/IE

    Hello, How would I safely  detect a left/right click in Chrome/FF/IE? Using jquery, that is ... Thanx
  • problem with jquery ui

    Hallo I have implemented Jquery Ui. I used the widget selectmenu, like this <html lang="en">     <head>         <meta charset="utf-8">         <meta name="viewport" content="width=device-width, initial-scale=1">         <title>jQuery UI Selectmenu - Default functionality</title>         <link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">         <script src="//code.jquery.com/jquery-1.10.2.js"></script>         <script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
  • DATE PICKER J QUERY

    I have downloaded the Jquery datepicker but is not working can someone clarify which files to include in the editor all the files that I have are listed below: jquery-ui css  jquery ui js jquery ui theme jquery ui structure
  • Building menus and contextual event binding/unbinding

    I'm not sure I titled this correctly; I'm trying to build a custom menu. I know there are plenty of contrib menus that work, but without heavy modification, they won't in my application.  In the example I'm giving, I've really simplified things to avoid confusion and to hopefully make the answer simpler. Given the following html. I would like like to write a script that makes the second DIV visible when hovering over the first DIV... OK, So far, that is easy. If I simply use .hover(), I can easily
  • Hiding items vs. SEO

    does anyone know how is hiding items in jquery to seo? I know that in html not be used to hide text or blocks because you can get a penalty for it but if anyone knows what it's like in the case of jquery? react to do it is the same?
  • jquery Mobile aand Asp.net Button click event not firing and redirecting to back url

    I have follwing code on asp.net master page    <div class="main" data-role="content"> <div class="choice_list menuwrapper" > <ul data-role="listview" data-inset="true"> <li><a href="CreateUser.aspx" data-transition="slidedown" > Create User </a></li> <li><a href="WebForm1.aspx" data-transition="slidedown"> Manage User </a></li> <li><a href="Default.aspx" data-transition="slidedown"> Upload File </a></li> </ul> </div> <asp:ContentPlaceHolder ID="MainContent" runat="server" /> </div> but when i try
  • Js doesn't work with jQ mobile correct?

    Hello. When I have php page like index.php with structure:   <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>     <meta name="language" content="en"/>     <title>Mobile Stats</title>     <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.css" />     <script src="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.js"></script> ... </head>
  • Getting jQuery to work on a private network

    Hi All, I am working on upgrading the GUI for a system that users access via their browser. I found that using jQuery was an excellent upgrade to the GUI and it works seamlessly for users on computers that can access the world wide web. However, some of the computers that use this browser-based interface are restricted to a private intranet, and do not have access to the web. On these computers, the jQuery scripts do not work because they can't access the jQuery library--the tag I'm using:      
  • jquery block ui for elements

    I am trying to block certain part of the page.I am following the http://jquery.malsup.com/block/#element tutorial, but i am not able to map the element . My js: $('div.repoDisplay').blockUI({ message: '' ,overlayCSS: { backgroundColor: '#fff' }}); My html : <div class="container-sc" style="display: table;">   <div id='repoDisplay' >     <div style="display: table-cell;width:150px">      \\\\\\\\\\\       </div>     </div>           <div style="display: table-cell;padding:10px;width:85%"">       {{outlet}}
  • a lot of plugins with different version of jquery

    i have a problem with some plugins in jquery. If them use a different version sometimes only few of them does work. can i use any universal version? or excluded depending on the version of the plugin?
  • my arrows to change images aren´t working on internet explorer (unslider plugin)

    Im trying to use unslider jQuery plugin but Im having one issue. Unslider is already working fine, but my arrows to change images aren´t working on internet explorer. On google chrome is working perfectly. Do you see why this can be happening? I have my example here: http://jsfiddle.net/bdmU4/7/ This is my jQuery script to start this plugin: $(function (){       var unslider = $('.banner').unslider({         speed: 3000,                        delay: 10000,               pause: true,             
  • Hover() and position() Function to Multiple Different By ID DIVS but Same CLASS

    Hi, i have another question. This code: var a = $('p a').hover(function() {         $('#div1').toggle();     }); $('#div1').position({my: 'left top', at: 'left bottom', of: 'a', collision: 'fit flip'}).hide(); }); shows / hides and positions a specific DIV (by ID ) to the text link. If i have more than one DIV , how can i globalise the hover and position function to apply for ALL DIVS with the SAME CLASS, but DIfferent ID's? For ex. i have 2 DIVS: <div id="div1" class="ThisDIV"> and <div id="div2"
  • ui-state=dialog Problem

    Hello. I'm using JQ Mobile and PHP. So I have a form with method = get. When i submit it my url is changed but i saw &ui-state=dialog And when i try to post other data in the form i can't - just the form is blocked. Thank you!
  • Jquery Validation

    I Have some basic Requirement like - Should Validate Form on the ButtonClick (like we have ValidationGroup in Asp.net) because I have one Submit Button on Page (btnSubmit) Cancel Button ( If user Click on Cancel Button .. No validation Should be checked and user will return to "Home.aspx" ) One More Submit Button on Page (btnSubmit2) but this button can be seen if user Fill Up another form using Dialogue Box - Should Show LiveChanges (Supoose I entered Invalid EmailID and I moved to Next InputField
  • Trying to create a navigator.onLine if/else function. HEELP!

    This is for a mobile app, I have a button that opens a web page inside of an inApp Browser... but I want to check if there is an internet connection first. Can you fix my code below so that it works? Thanks! <script> function checkInternetFirst() { if (navigator.onLine) { openURL(' http://www.awesomewebsite.com ', '_blank', 'location=no') } else {  alert( "Not going to work without internet." ); } </script>
  • Floating DIV is showing outside the screen width - need HELP!

    Hi, i have created a simple div and a hover show/hide link. The code works fine when the link text is left alinged. But when the link text is right aligned, the DIV is going outside the screen width. I don't want to modify the DIV's height and width but move the div inside the screen when it goes beyond the right screen width. I have searched for a simple code from jquery to do that, i found that the .position function with the fit flip parameter can move the div inside the screen width, but no chance
  • JQUERY DATEPICKER

    The items downloaded are not the same as expected and if I download again the site is not working. This site misleading. 
  • Live Notification with animate.css animation

    Hey together, i have a small problem, but since the last week i search for a solution, but i can't find it.  This is my actual code: var oldValue = null;   function repeatMe() {   $.ajax({     url: 'test.php',     success: function(data) {       $('.notifications-count').html(data);       // First Load       if (oldValue == null) {         $('.notifications-count').addClass('animated bounceIn');       }       // When data is different to oldValue show animation       else if (data != oldValue) {
  • How to edit a JQuery Data table cell or column values for aspx?

    Pls advice for the above Question.
  • Jquery dialog not working in dual monitor

    There is one Jquery dialog on one of my web pages. I work on a dual monitor system. The problem is that, I am not able to move/drag the Jquery dialog from one monitor to another monitor screen. Please help me to resolve this issue.
  • Change value in cell

    Hi, my target (by button click) is check if in a table there is an Item: if yes I would like to add +1 in my quanty if no I add a new row.  I'm able to check if there is the Item value in the table, and I'm able to add a new row if there is the ItemValue, but I'cant add a +1 in the quantity if the item is in the table.  my code: $('.comanda-button').click(function(){               label_btn=$(this).attr("value");               id=$(this).attr("id");              $('#conto tr').find('td:first-child').each(function()
  • how to take the selected name from drop down list

    <select id="test" > <option value="1">name1</option> <option value="2">name2</option> </select > //my script var name=$("#test").text(); alert(name); i want get the selected name only
  • how to close bpop up

    i can't close the bpop up ... please help me
  • column reorder and cell edit

    Considering me a novice to web development ( coming from python tool development ), is it possible to do column reorder and cell edit in a web page. Link ( see below ** ) suggest cell edit. How can i add column reorder to it. There are so many examples for cell edit. One is ** http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/#demos/jqxgrid/celleditmodes.htm How is it possible to add column reorder to this link. Thx, Nish
  • page transition slide left

    HI i have been to  http://www.windowsontuscany.com they really have good website, i was wondering how the the page slide is done? wherever i click to any of the link it shows that its loading and once its load it slide left and shows the content. kindly help. thank you
  • does jquery prevent autopostback?

    I have an asp.net page that l built it over a css/ jquery template, but there are something -that I don't know - prevent autopostback for buttons and dropdown list events.
  • jquery Templates

    Are Jquery Templates a standard in the jquery community.  if yes  1) Is the right place  http://weblogs.asp.net/scottgu/jquery-templates-and-data-linking-and-microsoft-contributing-to-jquery 2) Where do i download the associated js files ? Regards Raj
  • Works as stand alone but not if ncluded in a page

    I'm creating a template page. I am including a page called menu.php which creates a jquery vertical menu. If I run menu.php directly in the browser the menu displays and functions fine. If I included the menu.php page into my template page the menu is broken with a console message: <!DOCTYPE html> <html> <head> <title>Template</title> <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="../css/6807.css" />
  • JQuery wont work for me please help - what am i doing wrong?

    I am trying to get my jquery code working I have copied examples off the internet and opened them using the latest firefox and chrome, the CSS works because the boxes are styled but the jquery does not work as the different color boxes don't change size when i mouse over them and click on them.  I have spent days trying to figure this out as I really want to get started.. Please Help!!!!!!!!!!!!!! I have a parent folder called Master Website and this is how it is :- Master Website,    Js       app.js
  • Using Simile Timeline in JQuery UI tabs

    Hi,     I am having issues displaying Simile Timeline ( http://www.simile-widgets.org/timeline/ ) in JQuery UI’s tab.  It works fine when it is in the first tab, but doesn't work properly if it is in the 2nd tab - the points on the timeline gets messed up.  The points get corrected and displays properly after dragging the timeline to-and-fro a little.  It used to work before the major JQuery upgrade I am trying to do. Trying with: jquery-1.11.1.min.js jquery-ui-1.10.3.min.js jquery-ui-1.11.0.min.css
  • No information on making custom transitions since 1.4

    Hi there, I've had this problem ever since jQuery mobile went 1.4+  The existing custom transition documentation simply does not work for the any builds above 1.4. Having looked at the transition demos for 1.4.3, all they say is that you are able to add your own transition handlers, but they give no instruction on how to do that. I've combed the internet and I've combed the source code, and yet I still have no idea how and if it's possible to non intrusively defer the transition mechanism to execute
  • Need A Guru, would like to lock a div function with a 4 digit password. How?

    I created an app using phonegap and right now I have an icon <div class="spec-docs"></div> that has an openURL function that brings up a spec sheet on iOS inApp browser.  I would like for someone to click on that spec sheet icon and jQuery bring up a password dialog box first, then after they enter the password, it opens the URL. After that any other div with a class spec-docs automatically open if they have already entered the password. Anyone have any suggestions?
  • Gradient (Background ONLY)

    I have created a custom theme using Themeroller and would like to know how to apply a linear gradient to the background ONLY (not text inputs, lists, or anything else). I attempted using the 1.4 settings from http://jquerymobile.com/upgrade-guide/1.4/#gradients with singling out .ui-body-a but was unsuccessful (text inputs were still affected).
  • 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