• Validation for variable number of start and end dates

    Hi, With two date fields in my form.Below validation works perfectly fine. $('#sDate').datepicker(                 {gotoCurrent: true, changeMonth: true, changeYear: true, dateFormat: 'dd-M-yy', yearRange: '1850:2050',maxDate:'0'                 ,                  onSelect: function(selected) {                     $("#eDate").datepicker("option","minDate", selected);                 }});         $('#eDate').datepicker(                 {gotoCurrent: true, changeMonth: true, changeYear: true, dateFormat:
  • Uncaught ReferenceError: jQuery is not defined

    Hello, In my joomla site, I use jquery to load and display a Live Help Messenger. All pages load and display the messenger fine, but one page doesn't. This page loads an iframe (a microsite with 5 menus). To open the microsite I type a url in address bar like this: www.mysite.com/menu1 or www.mysite.com/menu2. When I type the 1st url and navigate to all microsite's pages, everything is loaded without error but when I type the second url I get "Uncaught ReferenceError: jQuery is not defined", in every
  • why cannot I use the Jquery plugins at the same time?

    I want to use JQuery displaying my pictures---nine pictures per page,and clicking to enlarge.So I download two plugins.However,I cannot use the JQuery plugins at the same time.That meas there's a plugin which cannot be used,and the other cannot be used well.Anyone knows why? Thank you!
  • Incompatability with jQuery 1,6-1.8

    Hello   For a long time I have been using jQuery 1.4.2 with jQuery Form 2.45. However, when I tried to switch to jQuery 1.8.3 I started receiving that error:   Object doesn't support this property or method jquery.form.js Code:0 Line: 374 Char: 5   (the line is: $.handleError(s, xhr, 'error', e);)   I upgraded to jQury Form 3.22 then and the error changed to that one:   Access forbidden jquery.form.js Code: 0 Line: 346 Char: 17   (the line is: if (io.contentWindow.document.execCommand) {)   It's
  • Address bar doesn't hide on iPhone 5

    Hey, Does anyone else know a fix for this behaviour? http://imgur.com/a/idVmX If you see the screenshots, on the 4 inch iPhone 5 display the address bar does not hide.
  • Non center image

    I'm trying to build a Photo Gallery in my blog and as you can see the big image is not center. http://500wonders.blogspot.com/ Anyone would have a clue why?  .js files? .css? HTML? I can provide with code Thanks
  • Photo Gallery

    I had a Photo Gallery in my blogger blog .css code, HTML in the post and the JQuery code. I have the JQuery in the following files: http://500wonders.biz.ly/js/jquery-1.3.2.js http://500wonders.biz.ly/js/jquery.galleriffic.js http://500wonders.biz.ly/js/jquery.opacityrollover.js The blog is: http://500wonders.blogspot.com/ It worked and without changing any code or doing anything stopped working. Here is a link to a threat opened when working:  https://forum.jquery.com/topic/non-center-image This
  • datetime picker

    Here is a cool looking draft that seems to be based on the current datepicker. (source) http://jonathonhill.net/2009-03-27/jquery-datetime-picker/ The jqueryui date picker could become a datetime picker like the one above. And then the options could specify if you want just date, date and time, or just time. There is a strong need for one of these. The user experience with using select form fields on Month, Day, Year Hours:Minutes:Seconds is very poor because of the number of clicks required to fill
  • talking-tom-cat app

    https://itunes.apple.com/us/app/talking-tom-cat/id377194688?mt=8 is t possible to build talking tom app using jquery mobile for all devices 
  • Dag and Drop image to another image

     I pretty new to jquery and what I want to do is to place the "fruit" images into a "basket" image AND for there to be an alert or comment appear when the "fruit" images are placed on top of the basket image also when this happens for any images placed on top of the basket to stay fixed to that image.. With this code I can drag the images on top of the other image but I want them to stay fixed to that location.This is the code I have so far. How can I do it with this code? or any advice would be
  • How can I detect 2 elements overlapping when dragging an element around?

    Hi, I would like to know how I can detect  when dragging around a element like a image or a div   over a image or another div how can I detect both that both are overlapping each other. When this happens I want to fade in a window asking do you want to add this to this element?  with a yes or no button. The element that isn't being dragged is the one that I want to highlight so the user can easily understand that we are asking them the question do you want to add that dragged element to the one that
  • How not to enter IE quirks mode?

    Hello, Im trying to assign some css in jquery, I thought it wasnt working but I found out about "quirks mode" in IE. How can I prevent IE from entering quirks mode? Or put it in IE 9 mode ...(Why am I even having to ask this question?)  Ive tried the  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3. rg/TR/xhtml1/DTD/xhtml1-transitional.dtd">  ,  I had to use that to fix a datepicker issue, but it didnt put it in IE 9 mode.                                    
  • hover image switch

    Wondering if I could have written this more efficiently. Three images.  Hover one, the other two switch. <script> $(document).ready(function() { $(".imgc").hover(function(){      $(".imgr").hide();      $(".imga").hide();    },function(){      $(".imgr").show();      $(".imga").show(); }); $(".imgr").hover(function(){      $(".imgc").hide();      $(".imga").hide();    },function(){      $(".imgc").show();      $(".imga").show(); }); $(".imga").hover(function(){      $(".imgr").hide();      $(".imgc").hide();
  • jquery mobile asp.net button click not working

    jquery mobile asp.net button click not working
  • Can't find current vsdoc.js file

    No matter how hard I try, I can't find the current vsdoc.js file anywhere at the jQuery website. Why isn't it pointed to right next to the jQuery download sections? Can someone please enlighten me on where to find that file? I'd like to use it with Visual Studio 2012. Please pardon my ignorance if this is a stupid question. But none of my Google searches yielded anything useful so far. Thanks! Another jQuery API browser: http://www.dashop.de/?hf=blog_f.html&if=blog/en/dev/JavaScript/content/JavaScript-jQuery-API-Documentation-Viewer.html
  • Question on : PhP Form and a Standed Form

    My Form which has Enter name and address ect is a PHP Vaildated form, And is on the same page as the datepicker with its own Validation. The Php form comes first then the datepicker comes last. I couldnt get both to work together on the same page, the php work's and vaildates the name & email address ect, but skipped the vaildated for the picker..is this because it goes off to the server and come's back after the checks. Or can you not have a Php Vaildation and Standed form vaildation running on
  • How do I select "this" item, followed by the next?

    I have the following XSLT code referencing a SharePoint list which is adopting the ColorBox plugin.   The issue I'm having is, I can click on each list item and it shows a new structure in the pop up (as seen in within the #inline_content). However, each item is displaying the same information rather than the unique information associated with the list item.   <xsl:template name="filter-items">  <div class="contact-item">   <div class="something">     <a class="profile-popup" href="#inline_content">    
  • caching with dynamic html

    Hello In my app a page I cache one page (data-dom-cache="true") with its form components (checkbokes) are dynamically created when "beforeCreate" triggers by reading some value from local storage.  The page is shown correctly but if I navigate to other pages and later I go back to this cached page the markup is all messed up (see attachment). Any idea of what's going on? Thank you in advance
  • Json

    Hi, I've hit a brickwall with some ridulously simple jquery and i'm about to flip my desk so I hope someone can help. I've been trying to figure this out for hours and it makes no sense to me. I'm simply trying to return a PHP variable to an via an Ajax call: This is my js: $(function(){                     $('#button').click(function(){                     var user=1;                     $.ajax({                type: "POST",                dataType: "json",                data: "user",            
  • Consultants?

    Hi, We're looking for a company or freelancer that can help us with jQuery Mobile. Help is needed such as custom design and components. Preferable this company/person is located in the EU, but not necessarily. regards, Robin
  • Create a 'tile' for mobile device to access website

    Greetings, I've created a site with jQuery Mobile and I'm looking for a tutorial or such that explains: How to create a 'Tile' (the app button) that will be used on either Microsoft Apps Store or Apple Apps? After the tile is created, how does one 'host' it in Marketplace? Can a 'tile' be hosted from my webhost? If so, how? Much Thanks, rezu
  • JQM: External Content CSS interfers with JQM CSS

    Hi, I'm trying to load an external static html page into a JQM app (div, iframe, any will do) the following way (I'm currently using a div): // load html from external (though same server) html page $.get(externalHtmlFolder '/filename.html', function (data) {     // change the html so that the path to css is correct from the app's location     data = data.replace('href="stylesheets/style.css"', 'href="' + externalHtmlFolder + '/stylesheets/style.css"');     // insert the loaded and now altered html
  • How can I catch the completion action before success action in jquery ajax?

    I want to do something immediately when the ajax request has response.And I want to do this before success action.This is my codes: $.ajaxSetup({  contentType: "application/x-www-form-urlencoded;charset=utf-8",  complete: function(xhr){   alert("complete");  } }); function save(){  var frm = $("#frm").serialize();  $.post("<%=request.getContextPath()%>/user/saveUserInfo.action", frm, function(result){    alert(result);  }); } But,the value of result is shown before complete function.
  • i have a problem while using datepicker and radio button

    I am using date picker. i have to disable the image button if the user clicks on radio button and vice versa. i tried alot but i am not able to do it.. thanx in advance   Regards, Amit
  • Maintaining the last selected jQuery UI tab before branching out

    Hi,. In one of the pages of my application, I have 3 jQuery UI tabs (say a,b, and c) and a button (say Go) that branches out to the same page. When I click on Go, the control goes back to the first/default tab (i.e. a) after the page refreshes. Can someone tell me how I can maintain the tab that was last selected before branching out? I'm using the following code to implement the tabs. <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/redmond/jquery-ui.css"
  • ratio lost the check when append new field

    Hello  i have a problem i have a dinamic table that send form data to a table the only problem that i see is when i work with ratio input the selection is remove in the other items  $("#parentesconuevo").click( function(){ $('#table1').append('<tr><td></td><td></td><td></td><td></td><td></td><td></td><td><a href="#" class="delete">delete</a></td></tr>'); if ($('#estadoS').is(':checked')){ $('#table1 tr:last td:eq(3)').html('Si <input type="radio" name="estado[]" id="estadoS" value="1" checked  class="rounded5"/><br/>No
  • Fixing the jquery accordion layout

    Is there any way to fix the formatting on this. http://shanewmiller.com/Specials/testing.html is the site.
  • Sub menu is hidden by the folder

    I have a jQuery UI menu on my left sidebar and jQuery UI folder on the right. The problem is that the sub-menu is not showing in the area where the folder is. To see the problem, go to the link below, and move the mouse under the "Bay Street Condos" on the menu in the left; you'll notice that some of the sub-menu are not showing simply becase the folder hide them. http://www.gocondotoronto.com/?&id=xcondo I'm using Chrome.
  • UI Tabs absolute path needed?

    Hello, I am currently working on a webshop and I am using JQuery UI tabs. In version 1.8.6 i was only writing "#tab-1" in the href attribute and it was working perfectly. After I updated to version 1.9.2 this is showing the startpage of my webshop. If I write the full path ( e.g. http://example.com/ProductDetail/aid_1234/TestArticle/#tab-1 ) it is working correctly. My Problem is, that the URL can be slightly different and I don't know this on the ProductDetail page. The question is:  Is there a
  • Button Click on home page > Google Maps don't show up on second page

    UPDATING : Added my code. So, if I am on Index.html and click on locate a spot > it goes to Locate.html but doesn't shows the map. If I refresh the Locate.html, the map comes. ---- jQuery Mobile 1.2 --------- Hi All, I created a button/ hyperlink on my home page (say page1.html). When I clicked on this button/hyperlink(page2.html)  , it goes to a page that shows Google maps and markers on the map. My issue is when I click on button / hyperlink on page1.html >  my map doesn't loads up on page2.html.
  • need help :)

    Hi guys, I'm new in jquery, I don't know much about it, but I need it because I'm building a template...Here is situation, I have a div which I want to slide in to page ( from outside, top) when I click on link, and when I click anywhere else on the page to slide out... This is what I have: // <![CDATA[ var tmpl_name = '<?php echo $this->template ?>'; jQuery(document).ready(function() {      jQuery('#link').click(function() {     var topy = jQuery('#div');       topy.delay(0).animate({       top:
  • unordered list overwriding

    Hello, I`ve created a small WebApp. I got my index.html and my default CSS file. I want to style my ul li a as I want for instance, I want to change the text-decoration: to ---> none; and set my own color. How do I do this in my default CSS?
  • Files for download on a jquery mobile app (PhoneGap)?

    I have multiple files I wish to offer through my app, and some of these have multiple files within them. Now, I don't know how a mobile browser reacts to .zip files, so my question is what is the best method/approach to archive files so that they can be downloaded through a mobile app? I've looked everywhere for any info pertaining to my question with no help. Anyone have any ideas? I've used Cordova to wrap my jquery mobile app.
  • Iframe problems in JQUERY Mobile

    I have two problems. I recently moved my mobile website to jqeury mobile. Problem #1: My Youtube Iframe will not play on my android phone and I get a message "Adobe Flash. The content is not supported" Out of jquery mobile everything works fine. Problem #2: My Google Maps Iframe doesn't open, but when I click on it's "View Larger Map" link, the larger map appears and when I hit my phone's back button, the smaller Google Map appears. I would like to solve these problems. I have attached my code.
  • load local html/template file

    i want to write a local mobile application using jquery mobile without a server. i want to split the views into separated html/template file. so i need to load them during running, i use the way like : $.get('views/somepage.tmpl') on Firefox, it works, but on chrome, there is a cross-domain problem, the error information is: Origin null is not allowed by Access-Control-Allow-Origin. so what i want to ask is that: any solution for it, i don't want to write all Htmls into one file. thanks in advances
  • html() doesn't escape special characters

    Hi all I am using this code: $("#PrintAspirantsButton").click(function () {         $("#innerHtml").val(base64_encode($(".OIMAppPrimaryAction").html()));     }); because basically I need to get the html of a certain node into a forms variable. I base64-encode it first, though, but that is besides the point :-) My issue is that the html() function seems to be outputting strings like "jæger" instead of "j&aelig;ger" which is actually in the HTML. So the html() function appears to disregard the encoding
  • bug in api documentation

    Missing close bracket in code example http://api.jqueryui.com/dialog/#option-buttons ?
  • On change to landscape view the history is gone and the app dsiplayis the first page again

    Hi, I have a simple App with JQM and every page has an back button. When I have select for example 2,3 pages and rotate my phone to landscape view, then the layout is going black and goes again to the first page. It seems, that somehow on rotate the layout is restarting and displaying the first page again. How can I avoid this effect? Thanks Nik
  • rel nofollow

    Hello! How to make external links "nofollow" with JQuery? I want to attribute "rel" add "nofollow" like this <a href="http://www.externalsite.com" rel="nofollow">do not follow</a> but my domain this may not apply <a href="http://www.mysite.com" rel="">yes, follow</a> Thank you!
  • Is there a way to control the number of iterations .each() will do?

    I like using $.each() however I can't control how many times it will run. Is there another method that works better? I'm trying to get this code, $.each(json, function(i,item){     // devHack, will be used along with linkbase to get to a specific link     link = "";     $('#sbItems').append('<li><a href="' + link + '">' + this.title + '</a></li>');  }); to display the first 10 items each time instead of displaying all the items all at once.
  • 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