• jquery datepicker calendar not showing after server side validation

    I have 2 date fields which uses jquery date pickers with calender image next to text box when i click on calender image the date picker calender pops out for user input.When first time page is loaded everything works fine but after server side validation the calender doesn't pops up.What must be the issue?. Ejaz Mulla.
  • Can't edit input type=“text” or textarea with jqueryMobile 1.3.2 and Cordova 2.9 in Android Jelly Bean 4.1

    Hi,  I created a page with a couple of text input fields and a text area. On my Browsers its working fine. On my Android Device running 4.1.1 Jelly Bean with Cordova 2.9.0 and JqueryMobile 1.3.2,I can click the text fields and the keyboard comes up and I can enter the text and with numeric keyboard,if i enters morethan 10 numbers and again i click on another text field the keyboard comes up but when you type nothing shows up in the text field or text area. i have tried this but no use in my case.
  • How to get content to slide up

    I have a couple of menus that when clicked will slide down to reveal some content. My problem is, is that I would like the option on top to slide up instead of down. For Example: I have a couple of menus they are Info and Lorem Ipsum, I would like the Info to slide up and all the Lorem Ipsum options to slide down My code for the menu <div class="additional-navigation-wrapper"> <div class="additional-navigation"> <a class="border-bottom-white padding-level-one inactive additional-nav-info1" href="javascript:void(0);">
  • Is there a more efficient way ... this ? attr ?

    I am making a calculator, just to test myself / learn more. I have all of the number buttons in the same class, and right now I have 10 functions ( one for each number button ). This is my idea, I have tried a bunch of different ideas, but I can't get it to work.  $('.button').click(function() {       var screenValue = this.text;        $('screenText').text(screenValue); });
  • jQuery Toggle Help

    Hi we are using the following simple jquery toggle: http://jsfiddle.net/fuYK7/ As you can see we are using css to make the div "display: none" on page load. What we would like to do is as follows: 1) Have the div display on page load if java script is unavailable 2) Have the text change when the toggle link is selected from "Open" to "Close" Thanks in advance for the help.
  • jquery mobile fixed footer not at the bottom, on windows Phone 7 and 8

    I am converting my app to also run on Windows Phone 7.x and 8 (it is already running on iPhone and Android). I have this issue where the footer does not show at the very bottom but sits a little above the end. As you can see on the Picture her: https://dl.dropbox.com/u/7685276/Footer%20issue.png Can any of you help.. As I say this is not a issue on Android and iPhone. It is jQuery 1.9.1, jQueryMobile 1.3, PhoneGap 2.4. Thanks i advance Kim
  • Difference between append and html

    Hey guys on a little bit confused about how they both differ from one another in functionality. Fromm what I know HTML() will completely replace , all the original content and append will append it to the last element. But for some reason on my code below, the JSON data doesn't show inside the <div id="result"> </div> with html(output) only with append(output). I am just confused on why wouldn't it work with html(output) and only with the append() function. Isn't the html() supposed to work like
  • Multiple instances of the same code on simplified

    Hi! This is my first post on here and a bit of a rookie question but I've been struggling to find help on the matter for months and all of my posts on Stack Exchange have gone ignored. I'm convinced that what I'm trying to do is fairly simple and that anybody with an intermediate knowledge of jQuery will be able to help me (my own experience is lacking). Basically I've created a script for a modal window which fixes the 'body' position and hijacks the browser scrollbar exactly as I intend it to.
  • tablesorter fails to work in a table using colspan

    I have simple HTML tables built with JSP, I wanted to sort them with tablesorter. It worked fine on some tables (I have several different pages) but not on others (after I added a theme; the doc fails to tell that a theme is mandatory, I supposed a default one was used otherwise). After investigation, I found out that the tables it fails on had a <th colspan="2"> (or 3, etc.) on them. FYI, it was a "Actions" header over several columns, each one having a button for a given action. I solved that by
  • Complete Newbie here - Form is working only in Google Chrome (jQuery plugin: Validation) ?

    HERE —> http://tinnituslab.com/form.php This was build with jquery.js 1.2.6 an jquery.validate.js 1.4 The form work perfectly in Google Chrome, email sent and completion message perfect. In other browsers - No completion Message, the form become empty and nothing is sent. No server errors ? I’m a complete JS-Php Newbie but I can fool around in the code. First thing I did is to update jquery.js 1.2.6 an jquery.validate.js 1.4 to jquery.js 1.9.0 an jquery.validate.js 1.11.1. The form still work in
  • [jQuery] listnav plugin

    I have implemented this awesome plugin with great success and would like to know if its possible to refresh the plugin after appending/ removing data from the list. Can I break the connection and then rebind the data?
  • Is there any way to load dynamic data in autocomplete source?

    I cannot add more datas in autocomplete source. Help me to do that.
  • Select an item in a table. sounds easy enough...

    I'm sorry but i've been struggling with how to capture the value of some text in a table.  i need to select this value by first finding the string "Project Number" in a simple table and then capturing the value, in this example "1153" as a variable so I can do stuff.  If someone could please help with this its much appreciated.  I'm trying to use parent, next, contains, children... etc.  and not getting it.  -thanks  Dave fiddle is here: http://jsfiddle.net/vhabhsrosed/EMNGu/ html: <TBODY> <TR> <TD
  • Site Development Strategy: Ajax vs Templates

    I am developing a new site using Dreamweaver. I am trying to decide the best way to achieve re-useability. Suppose my design has a basic structure with a menu, logo, and other elements that are the same on every "page". I seem to have three basic options. Forget about Dreamweaver and use MS ASP.NET with its "Master Page" structures, or Use Dreamweaver's templates to create and maintain a library of separate pages, or Have a single page and use Ajax to load the changing content from separate files.
  • scrolling with two accordions within dialogs

    I am creating two accordions and placing them into two different dialogs on the same page. My problem is that with the two dialogs on the same page when I scroll down and expand one accordion section, and then click a section in the other accordion it scrolls the original accordion back up to the top. It seems like this may be a bug of some kind in the framework. The version of jquery I am referencing is jquery ui 1.10. I have created a jsfiddle here that illustrates the problem: http://jsfiddle.net/geoderek/fL3VW/2/
  • HTML Form Doesn't Work in an Ajax Page

    I am loading one .php page inside another with ajax. The ajax-loaded page contains and html form: <form action="/book/aaa_testprice.php" method="post" target="_blank" id="booking" name="booking"> <input name="ArrivalDate" id="ArrivalDate" class="datebox" size="10" onBlur="date_copy_set()" type="date"> <input name="DepartureDate" id="DepartureDate" class="datebox" size="10" onFocus="date_copy()" type="date"> <input name="hid" type="hidden" value="<?php echo $hid; ?>"> <a href="javascript:void()" onclick="frames.booking.submit()"
  • jQuery UI Developer

    Hi, All! I want working jQuery UI Developer. How salary I can recieve (expect) for this work full-time? 
  • Jquerymobile 1.4+ popup too slow

    Hi there. My environment are jquerymobile 1.4 and smartphone devices(both iphone5c and gallaxynote 3) The main problem is that reaction time really bad what I desire. As you know I can place a form inside my popup. However when it opens, focus will be moved to textarea inside the popup, Device reaction time is really bad both iPhone5S and gallaxyNote3. It's terrible OS reaction so far have been terrible. How can I resolve this? Here is my code below: <a href="#popupLogin" data-rel="popup" data-position-to="window"
  • Defind getScript method

    Hello, i have a personal jQuery file, and i need to add in it the definition of getScript() method to use it to load js files, i try this code :   this.getScript= function (a, c) { return get(a, b, c, "script") } ??
  • Validating the Multiple file Upload from Fyneworks?

    I'm using this plugin quite successfully, but have a need to perform some JavaScript validation. I can not figure out how to validate this plugin. This is how it is added to my page: <input type="file" class="multi {accept:'xls|xlsx|ppt|pptx|tif|tiff|pdf|wmv', STRING: {remove:'REMOVE',selected:'Selection: $file',denied:'Invalid file type $ext!',duplicate:'You have already selected this file: \n$file for upload'}}" id="UploadFile" name="UploadFile" onchange="testtype(this)" /> The onchange code here
  • Rearrange order of Divs by dragging them / Divs move around others

    Hey guys,  I want to achieve that Divs in a container rearrange themselves as soon as one of them get dragged by the mouse and dropped on another position in the container.  It's comparable to your smartphone homescreen, where you can change the order of your apps by dragging them around.  Any ideas how to start? Thanks
  • Number of fingers during swiping and pinch in/pinch out gestures

    Hi, I would like to know what is the best way to determinate "swiped left/right with two fingers" gesture and "pinched in/out like in native browser" gesture. I tried to use libraries like jGesture, hammerJS,touchSwipe etc. but it seems they are in conflict with JQM implementation of events. I tried to build my version of JQM without advanced touch events, but then I missed init functionality (which is crucial to me). Which way I should go in this situation? Michael
  • The time picker is not placed on the correct text box

    I need to get store all event at each and every day those the Event times is captured by dialog div and i getting the start time and end time for each and every events per day but now the problems are 1. Time picker is not placed at the correct text box its automatically changed please some one help me. 2. I need to show time range i.e given gap for each and every events at half hour please help me friends. MY CODE IN THIS LINK http://jsbin.com/lixig/3/edit
  • Remove border from checkbox

    Any idea how to remove border (and background) of checkbox? I tried $('#abc').removeClass('ui-corner-all'); without success :( Thx, Renaud http://liveweave.com/Py35KP
  • mapster plugin - how to add text to hotspot overlay

    Is it possible to add some text in the semi-transparent overlay?  In this case I want each hotspot to have it's own unique text (like price).  Here is a jsfiddle showing what I mean. http://jsfiddle.net/abehil/nYkAG/1473/
  • Masonry plugin - it is making a brick out of wrong object

    I am having problem with Jquery Masonry plugin. Masonry should assemble a group of images like bricks in a wall.  I have a container div wrapping a set of images.  But it's sucking in html objects that follow after the container div.  For example, It's sucking in the header tag that comes after the masonry object as if it were one of the bricks. Example is at http://jsfiddle.net/abehil/vZJLU/32/I really need some help sorting this out.      <style type="text/css">         /* masonry */         body
  • Bug with search input in panels on Safari Mac

    With version 1.4.1 a new bug happens with Safari Mac (Mavericks). When I use a search input field in a right position overlay panel, the panel width is doubled from what it should be. The bug can be seen in the jQueryMobile Demo page: http://demos.jquerymobile.com/1.4.1/ Click on the top/right search icon and you'll see the right panel display with a doubled width. With Firefox the panel width is normal but the overlay animation is not good: the main page first scrolls with the panel, then comes
  • iHwy jQuery ListMenu Plugin

    Hey People i try to get this Plugin to work with mysql, but i can not get it to work. I will take my "title" from mysql and not the html tags there are ind the install guide. someone there can make a guide to it, or help me to make it to do. ??? Link to demo Thanks for time and help :)
  • Need some help with jquery plugin for responsive fullscreen isotope.

    Hi. I'm using this plugin (see code below) for a responsive fullscreen isotope portfolio gallery: The problem is that if I use the following at the beginning of the script: var container = $('.gallery-isotope'); Filtering works, but it won't go fullscreen. If I use: var $container = $('.gallery-isotope'); It goes fullscreen, but the filtering doesn't work any more. Hopefully someone here can point out what the problem is. Thanks in advance for any help. Here the full script: jQuery(document).ready(function
  • how show dynamic text into div

    Hi I have tried this to write dynamic value into a div, I have tried both way but it is not showing "hello world" output     $(document).ready(function(e) {             document.getElementsByClassName("output").innerHTML='hello world';             $('.output').innerHTML='hello world';     });
  • 2 Radio Buttons Assigned to 2 Images

    Can someone give me an example of using a 2 radio buttons to pull up 2 images? I have a Male and Female Radio button and I want to connect the Male button to the Male image and the Female button to the female image...   Thanks guys! :-)
  • Code for adding loading bar in app

    I am using jquery mobile to build mobile app and use Phonegap build to convert into .apk file.My app have button which redirect user to web page.i using phonegap plugin inappbrowser  to display webpage.Problem is webpage not shown until it fully loaded in browser.for fast internet connection it look smooth but for slow internet connection it looks app is hang for while.My question is how i add loading bar in app. so loading bar is appear and web page loading take place at its back
  • tablesorter causes loss in div scroll overflow-y

    Hi folks. I just started using jquery.tablesorter and it will help us a lot with our db stats page. One problem I'm running into is that when we use tablesorter we lose the overflow-y:scroll and height:55% styles to our divs. I've tried inline styling as well as having the style in the header with the !important tag. Neither seems to work. If anyone knows of a way to get this to work I'd really appreciate the knowledge. I'm not a very good web dev and I just can't figure it out. Thanks!! <?PHP #Log
  • Image Mapster plugin - how to use multiple mapkey?

    Mapster allows lists of areas but I'm having a difficult time understanding how to use the capability.  My image map (below) shows I have a single overlay color for the hotspots, but I want to be able to make different groups with different colors.  I know it's possible but I am just too much of a jquery novice to understand how to read the mapster demo (below) and create the effect in my map.  In the demo, the user clicks on the hotspot to change it's color.  In mine I just want to be able to set
  • "Arrival" date reverts after choosing "departure" in Windows xp..

    Hi, we're using the jquery ui date picker for our accommodations search tool... visitors select a arrival date and then a departure date and then click search... everything is working good except for on Windows XP... If I Tuesday on arrival date a couple months out and then select a departure date it will cause my arrival date to revert back to some other date.  Doesn't seem to be happening on any other operating system.  Has anyone seen this before?  Any potential solutions would be much appreciated. 
  • help me to get the idea of this work..

    Hi all, I try to understand the scripts of path tags animation: http://old.hitmo-studio.com/services.html ,but when I try to change the position of the rectangles and paths,I don't understand the idea   of setting the initial values for  "d" property for the "path" tag,which u will see in "svgObjectsData" array in scripts.js to get the final value. I can only set an immediate value for the d property ,but this doesn't work with the animation. Can someone check that and help me ..plz  Thanks.
  • Getting started with JQuery UI

    Hi, I have the following html code that I want to enhance with the JQuery UI. I want to make the anchor links into buttons. The style tag was produced by Coffecup Software.  Am I adding the JQuery UI stylesheet right? Do I have to include a class with the anchors?  The example I looked at included the stylesheet and js files and anchors were displayed as buttons with no further coding. So would the Coffecup styling be interfering? I am not sure what to do with the UI functionality to reproduce this
  • JQuery Validate: how to check validate completion before ajax submission

    I have the Jquery validate plugin working fine when i click on the submit button normally but when I have added the ajax function to the form submit it's submitting the form even though the user is missing some fields that are required. How do I make sure the ajax is run after the validation is completed? I have tried adding the condition to check if the form is valid but it just breaks the ajax submit: var ajaxSubmit = function(e) {                                         // fetch where we want
  • download table from server database to client PC and create a text file

    I have a php program running on iSeries server that list a set of files and I want to select from the list one or more files and on the client PC use a jQuery to read and write the records creating a text file on the client PC prompting where to save the text file. James R. Martin J. Martin Associates
  • 1.4.0 Panel Responsive demo not working?

    The demo found here http://demos.jquerymobile.com/1.4.0/panel-responsive/ Does not show or hide the menu based upon the window\viewport width, am I missing something isn't that the idea of a responsive panel? I tried it in chrome and ie 10, nothing responsive about it unless I'm totally missunderstaning this, what I want is what the main http://demos.jquerymobile.com/ page does with its left panel (this works) as I resize the window the panel shows or hides. Any help appreciated. 
  • 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