• Problem on jQuery Datepicker

    Hi, I'm using jQuery datePicker on two tests-websites, on the first one, datePicker is working properly without any bug, but on the second, dates apprears like that => Février  2013 Dim Lun Mar Mer Jeu Ven Sam           1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28     I don't really know what's happening as i used exactly the same code for both, it add me that unusefull letter =>  everywhere ... does anyone has an idea about what can happening ?
  • Sliders: how to hide slider, leave only input field?

    What can we do about that?
  • IE NOT WORKING file(0)...

    Hi Friends, IE NOT WORKING file(0)... Am using ajsx call file upload IE not working? If any other method code include or solution?         var connectorJarFile = document.getElementById("conncetorJar").files[0];         var formdata = new FormData();         formdata.append("conncetorJar", connectorJarFile);         var xhr = new XMLHttpRequest();         xhr.open("POST","/fxp/ajax/AdminIlantusAppAddStepOne", true);         xhr.send(formdata); }
  • Popup Div hide in jscrollpane

    I am using simple css of show hide div but my last popdiv is not visible ..in my jscrollpane container. Hover on last share link the popdiv is not visible <div class=" scroll-pane">            <table width="100%" border="0" cellspacing="0" cellpadding="0" class="product_resulttable">               <tbody>               <tr>                    <td>03 Oct,2012</td>                 <td>25,500</td>                 <td>xxx</td>               </tr>               <tr>                                 <td>03
  • List of links in jQuery

    I would like to have create a list of links for the foot of my site in jQuery. I came up with the following but it does not work: (function( $ ) {         $.fn.footpage = function(options) {         return this.each(function() {             var defaults = {images: [                 '<a href="about.html">About</a> -',                 '<a href="contribute.html">Contribute</a> -',                 '<a href="contactus.html">Contact Us</a> -',                 '<a href="emailupdates.html">Email updates</a>
  • drag drop with mysql database

    I'm working on drag and drop and store id number in database, i just finished that and works great but the problem is that is NOT WORKING IN IE 8 or 9.  The problem is that in IE is not allow me to drag or move around that the problem that i can't figure out how to solve this, and rest of browser are works fine. here is jquery code  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"></script>
  • HTML 5 Video Pop (Can Do ?)

    HTML5 Video question:     If you take the idea of pretty photos, When you run prettyphotos the screen goes translucent, if you want it to of coures and then the photos are shown,,, Can this effect working when playing Video. like   You have a poster image of your video, a small thum, and when it is selected the video player pops up, and plays the video with the image of the page behide it, from were it came,, (translucent) may not be the word .   Is there any examples of this in action.                         or
  • How to use $.ajax to load a local file?

    e.g. $.ajax({       url: "../config.json",       dataType: "json",       success: function(data) {             setting(data);       } }); function setting(data) {       // come codes used the data }     when I put the html and script files on the service, they works. However, if I run the html file in local file system, the ajax request does not work in firefox and chrome , but it works in IE.     I 've saw the API, in the method "ajax" there has a param "isLocal", BUT IT NEEDS A MAP and it doesn't
  • Add images with jQuery

    I would like to have a jQuery function with a set of images that I call from my HTML file, so if I need to change a image of my set and can do it without having to go to all the HTML files where the code is copied. Let say that I would like to have my site in 2 languages: Spanish and Portuguese and I have the two flags with the links. Then I would have to have this code in every single HTML page in my site. <a href=""><img src="https://lh6.googleusercontent.com/-TVVXgEf-NEw/ULpIJrV50uI/AAAAAAAAB_I/eciCwNvhIwo/s400/bandera%2520espania.jpg"
  • Jquery plugin or framework

    Are there any jquery plugins or framework available for bringing about responsive web design. A website that I create should dynamically detect the device size and orientation and change its display and layout and be responsive. Does jquery support any plugins for this ?
  • error checking

    I have a small form with 6 input boxes. A number is put in each box and totaled in a 7th box.   I want to check that a number was entered in each box. If not then report an error.   My code works if a non-numeric character is entered in the first box, but not for boxes 2 to 6.     This is my jquery code. In the html each textbox has the same name "sum_cc" the total box is "ac". I am using the same name for each input box to sum the values as entered. My understanding was for each box after typing
  • Styling a jQuery Datepicker control

    Hi, Im looking for an easy to implement jQuery DatePicker control for my site, I've found a list of different ones here but none of the designs fit my site, does anyone know which ones would be easy to restyle and how I would go about it?
  • How to save star rating results form the jQuery star rating plugin, to a JSON file?

    Is there a simply way to save ratings to a JSON file?
  • Inconsistant data using $.when

    I don't know if it's just me being incompetent, however using a $.get requests within $.when returns different results than only using $.get but only when there is another promise being returned from an animation. I've tried to illustrate my problem as clearly as possible but I've never used jsbin before either, so fingers crossed. http://jsbin.com/ivoxuz/2/ All the $.when XHR requests returns the document HTML but it's inconsistent with regards to tables. I initially thought there was something
  • I need help using queue()

    Folks, I believe the function I need to use is .queue though am open to alternative suggestions. My attempts to resolve this so far have failed, hence why I am here :) InitData()  Contains an ajax call and successfully retrieves data via JSON and stores it locally with .data()  I have tested and can confirm the data is read, saved and available. DrawScreen()  Draws table #sui and dynamically applies cells, buttons, text boxes. Problem: I got a chicken/egg sort of thing - the data cannot be displayed
  • Please explain ("a:last")[0]

    I'm a jQuery rookie and still trying to find my way here. I came across this piece of code     $(this).find("a:last")[0].nextSibling.nodeValue; From what I understand, selector :last will select the last element. In that case, why do we need to specify [0]? Will ("a:last") return more than one element? Please explain the significance of using the array for selection here. Thanks!
  • Script tags in header need

    I've been working within Dreamweaver CS6 to create a Phonegap app. Cleaning up some code lately but need a couple of tips from more experienced users. The problem is when I try and reference the newer jquery script it knocks out my page styles. Also I'm using a mix of jquery and jquerymobile scripts but when I try and delete one or the other my pages don't load correctly either. I think I need both scripts but not sure... <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,
  • Datepicker Year and Month drop down not working in Pop up page

    Hi All,        We are using Jquery UI version 1.7.1. We are using Datepicker control in the pop up pages \dialog windows. The month and year drop downs are not working in IE9,Firefox and Google Chrome.  The Datepicker control and year,month dropdown's works fine in the base page.  The month and year drop downs works in the pop up page (If we make modal :false).  We don't want to make modal:false Recent change in environment        The Datepicker month and year drop downs used to work in XP machines.
  • $("#article_wrapper").html(result); is not working in Internet Explorer

    I need to display a content on the site. when iam trying to $("#article_wrapper").html(result); method its not working in IE8. i tried with  document.getElementByID("article_wrapper") = result; and inner HTMl as well and also i tried with $("#article_wrapper").empty().html(result);but also its not working. Main probem in this implementation is, not able to get much amount of data. Please help me on this... Mozilla and crome its working fine: www.belk.com/AST/Boutiques/Boutiques_Primary/wk24_Collegiate.jsp?cm_sp=PROMO-_-Collegiate_Banner-_-BannerTop_shopCollegiate#
  • SharePoint calendar control field as Read-Only SharePoint list NewForm

    Hi, I'm using the below script to make DateTimeColumn as read only. It's working fine in firefox & not in IE9. Calendar icon onclick is not working in IE for date selection. <script type="text/javascript" src="../../SiteAssets/jquery-1.9.0.js" /> <script> $(document).ready(function () {       $('input[title="DateTimeColumn"]').attr("disabled","disabled"); }); </script>
  • Change Accordion Default First Element Open

    Hello, Forum; I'm using one of the Accordion UI widgets and am wanting to change the default setting that the first element in the stack is always open when the page loads. I'd like for all elements to be closed onLoad. Not sure where to find & effect the control for that, though. Any help would be appreciated. Thanks. Cayce
  • Readonly form in ui tabs

    Hello, I'm having trouble with the ui tabs widget. I have 2 tabs, one has a form inside of it. The problem is that the form fields seem to be readonly. I tried preloading the form on the tab and loading it via ajax but either way the form fields are rendered readonly. What can be the cause?
  • jQuery: include and exclude

    Hi guys, I have following task in front of me and I really don't know where should I start. In a HTML form I have two input boxes for urls: [B][U]URL Filter[/U][/B] Include: Exclude: [B][U]The task is as follow:[/U][/B] Include google - will include all the domains with "google" in the url. Exclude "referer" - will exclude all the domains that contains "referer" in the url. Is there any jQuery solution for this? Many thanks
  • DropDown List Filled With getJSON Data Not Expanding

    Greeting all- I have a form with (in part) a text field, which uses jq autocomplete, and a select drop-down list.  When a user enters/selects a code in the text field (autocomplete), a getJSON call is made to another script that retrieves data from the db and sends it back to the form.  The data is used to populate the drop-down list.  This works, in that I seem to get data back, but for some reason the drop-down list is not expanding when I click on it in FireFox. This work great in IE versions
  • how can i add css only to selected div when "more text" is clicked?

    hello, at the moment i have some code that displays more text when clicking the more button but how can i make it so that when that link is clicked only the container for that div changes background color. this is the code i have: jQuery(document).ready(function() {                     var showChar = 70;     var ellipsestext = "...";     var moretext = "more";     var lesstext = "less";     $('.more').each(function() {         var content = $(this).html();           if(content.length > showChar)
  • .trigger() in Safari

    Hi All, I've written a jQuery function that hooks up an event on mouseenter for a span. It does this by using trigger to fire a click event (which already exists separately and works). This seems to work fine in IE, and in Chrome, but refuses to work in Safari (i've had it reported in Safari on Mac, but I'm testing Safari on Windows) with jQuery 1.8.2. Is this just functionality that doesn't work on Safari? This is my code: var items = $('*[data-ShowMenuOnHover=true] .rbSplitRight, *[data-ShowMenuOnHover=true][data-ShowMenuOnDefaultClick=true]');
  • Cannot disable anchor link in Internet Explorer using JQuery Mobile.

    Im disabling a link on a page using the following html and javascript code: <a href="" id="name" data-role="button">linkname</a> $("[data-role=button]").attr("enabled", false); $("[data-role=button]").addClass("ui-disabled"); This work fine in chrome and firefox. In IE the button looks disabled but it is still possible to click the link and it fires. How do I solve this problem?
  • Dialog scrolls to href link

    I'm having an issue that when I add just a normal <a href> link, and my dialog window has scrollbars, and the link is at the bottom, it seems like it is scrolling down to that link or maybe focusing that link when the dialog box shows.  Can anyone explain this or show me how to make it not do that? <script>       $(document).ready(function() {         $("#exampledialog").dialog({ autoOpen: false, resizable: false, height: 400, width: 700, modal: true, draggable: false, buttons: {             Ok:
  • Keep Panel Open

    What would the best way be to keep the panel open in jQM 1.3? I'd like to do so if the screen is large enough, such as a tablet or desktop. One thought would be to just call the open() method for each page load but that would display the animation as well. I would like to make it "look" like a seamless transition. Thanks for any suggestions!
  • Problem hiding table row

    Hi guys, I am new to jQuery. I have created this code loop through every td with class="name" on table. If value hasn't the string from the textbox then hide the row else show it. Here is the code:  $(document).ready(function () {             $("#btnFilter").click(function () {                 $("#sortTable td.name").each(function () {                     if ($(this).text().toLowerCase().indexOf($("#txtFilter").val().toLowerCase()) == -1) {                         $(this).parent().hide();        
  • JQuery Issue With ArticleMS Script

    I am a noob and have located a problem I have that has something to do with jQuery... My website is WikiForm.org and when I click in Chrome View>Developer>Javascript Console ... it gives me errors that I cannot understand. Any type of help would be appreciated. Best, Joe
  • jquery dialog box not working in Second time

    I am using jquery dialog box.In that dialog box i am using some input text boxs and after clicking Submit button it gives final alert popup.In first time its working correctly.After clicking second time its not working.In that process,on page load jquery variables taking values from input boxes.After first time the text box values are returns null values.Why its returns null values?
  • How to get the value of a textbox right next to the modified textbox in a TD?

    I have a table and I want to get the value of the next textbox that is right next to the modified textbox. I tried next().val() but it doesn't work. <tr>         <td><input type="text" id="amid" class="amount" width="140px" /> </td>         <td><asp:TextBox ID="dorc" class="d_orc" runat="server" Width="140px"></asp:TextBox> </td></tr>I wanna get the amount of "amid" and then check the next textbox whether it is Debit or Credit to insert it into its array. I tried the following code, but no luck. 
  • Dialog Close Button appearance from 1.9.1 to 1.10.0

    Version 1.9.1: Version 1.10.0: I'm thinking it has something to do with the new autofocus but I can't figure out how to get it to change back.... Using the Redmond theme....
  • hii

    hi! i write a jquery in web page when i click on link open on box with image but when i go to another page and return on that page that box is open that should not be close give me solution
  • Scroll Table rows

    Hi, I am really new for jquery,I want to scroll a table with contents when u click two images up and down table should scroll rather thn overflow:auto; i need images for scroll.How i can do this please help. Thanks & Regards, Nithya.
  • AJAX returns multiple values

    I have done a autocomplete textbox code for "supplier name". The code is working fine. But what I want is when I select a supplier name, the corresponding supplier id should be displayed in another hidden textbox. My sample data-entry screen code is as follows <HTML> <script type="text/javascript" src="jquery-1.2.1.pack.js"></script> <script type="text/javascript">     function lookup(inputString) {         if(inputString.length == 0) {             // Hide the suggestion box.             $('#suggestions').hide();
  • Jquery plugin or framework

    Are there any jquery plugins or framework available for bringing about responsive web design. A website that I create should dynamically detect the device size and orientation and change its display and layout and be responsive. Does jquery support any plugins for this ?
  • Jquery Mobile

    This is my below html. i want to implement Swipe gesture. But when i try to run in FF, i am getting Error loading. Please tell where im going wrong: <!DOCTYPE html> <html> <head> <title>Test</title> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script> <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js"></script> <script>
  • jquery cycle scrollright not working?

    i downloaded jquery cycle plugin and added it to my site when i used fx as 'trundown' it worked fine but when i used fx as 'scrollright' its not working? <script type="text/javascript">     $(document).ready(function () {         $('.pics').cycle({             fx: 'scrollRight',             next: '#pics',             timeout: 0,             easing: 'easeInOutBack'               // choose your transition type, ex: fade, scrollUp, shuffle, etc...         });     });     </script>
  • 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