• Page transitions in Android 3.2 does not seem to be effective.

    In jQuery mobile 1.2.0, the page transitions in Android 3.2 is always slow and it does not work as I expected. I use default browser in Android 3.2. If the button in the attached html is clicked, it returns true. Does this mean that jQuery mobile supports page transition but it is just slow? Please tell me the cause or the workaround.
  • I have a problem with the demo position/#cycler

    I have a problem with the demo on page http://jqueryui.com/position/#cycler When I click the link "previous" quickly and continuously, I can not see the image of left side. Please see the attached screenshot. Please tell me the cause or the workaround.
  • Where is theming CSS documentation ?

    Hi, I can't find the documentation for theming jQuery UI widgets. On the old website, there was this page : http://docs.jquery.com/UI/API/1.7.2/Datepicker Is there an equivalent on the new website ? I search the list of all class names used on datepicker, for exemple. Thanks
  • Allow users to check the checkboxes from a few dropdown list and display them

    Hello! I am new here. I simply love how jQuery make our lives easier :D i get to know it just a few weeks ago. I would like to try to add something to my website. It is just an idea that i do not know how to carry out yet, so it would be good to hear your suggestions :) So here is how i want it to be: 1. to have a dropdown list on a page and nothing else. 2. user select one category from the dropdown list and there are checkboxes associated to that category. 3. user can check on the checkboxes. and
  • How to get a right aligned icon only button in a collapsible header?

    How to get a right aligned icon only button in a collapsible header? In the following code, the icon is not in the button area and it is not right aligned. http://jsfiddle.net/VHngZ/
  • onblur calculate the sum.

    i have a problem with total calculation on change input box it only show the change box value, it don' t sum in total input box. can you please help me here are  the code <script>  function calculat(id){    var total= $("#bank_"+id).val();        // this will take the value of bank_1      total+                                       // This do not work    $("#total").val(total);                     // display in the total input box     } </script> <input type="text"  id="bank_1" onblur="calculat(1);"
  • Get the Result of my soap web service

    Hey guys Please help This is my Request        <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">   <soap:Body>     <GetConnectionString xmlns="http://tempuri.org/">       <strUsername>string</strUsername>       <strPassword>string</strPassword>     </GetConnectionString>   </soap:Body> </soap:Envelope> This will be the response Http       
  • Jquery problem datepicker

    Hello, I created a 'datepicker jquery' that I customized a bit of with differents colors in many 'day cells'. I added a length for the array, for the lines and the columns. Every cells(<td>) contain two <div>(one for the above part and one for the low part). The problem is visual. Actually, I notice that my cells(<td>) colorize itself at the inside but not on the borders of the cells. Moreover, the last edge, border of the array is not linear. I don't know why Do you have a solution ? Thank you This
  • JQuery Datepicker color border

    Hello, I created a 'datepicker jquery' that I customized a bit of with differents colors in many 'day cells'. I added a length for the array, for the lines and the columns. Every cells(<td>) contain two <div>(one for the above part and one for the low part). The problem is visual. Actually, I notice that my cells(<td>) colorize itself at the inside but not on the borders of the cells. Moreover, the last edge, border of the array is not linear. I don't know why Do you have a solution ? Thank you This
  • Calling focus() on an Anchor Triggers Click Event in a Scenario

    Hi, I have a div and an anchor on my page. Both can take focus. When a key is pressed on the div, I would like to set the focus back to the anchor. The sample code is shown below. I found that on FF/IE, if I hit enter on the div when the div has focus, the anchor is then focused as expected, but a click event is also triggered on the anchor, so the console output becomes this: on div1 keydown on div1 click on anchor1 click The same problem does not happen with Chrome: on div1 keydown on div1 click
  • Form Validation?

    First of all, I am very sorry if this question has been answered before and I haven't seen it. I just have a specific problem I need help with. Basically, I work for a clothing company, and we have this problem on our checkout where people from different countries can select UK only shipping methods in the checkout, which takes time for us to correct. So I was wondering if there was some kind of JQuery I could use to check which country they have entered and disable the UK only options if they have
  • Progress tag in HTML5 & jQuery for a list of downloaded files

    Good afternoon, I need to extend a script (which works fine for a single file) for multiple files. Here there is its demo. I need to pass the list of files shown in the attached image (*), to make a preloader that notifies the waiting time for loading the whole page. I'm new in JavaScript and jQuery; I found this resource and I tried to adapt the code in this way but without success: <script type="text/javascript"> var progressCode = $('#progressCode'); var progressContainer = $('#progressContainer');
  • Jsonp always returns syntax error

    When doing a jsonp ajax call, i always receive the following error:   Syntax Error ?jsonpcallback=jQuery164020868876727150054_1366217925230&_=1366217925270, line 1 character 1   Here is my call: $.ajax({ url: "http://www.yahoo.com?jsonpcallback=?" , dataType: "jsonp", type: 'get',  processData: false, crossDomain: true, ContentType: "application/json" , success: result }); function result(data) { $( '#jCFSIContent' ).text(data.message); }
  • jQuery Swipe inside an iframe

    Hello, I recently took over a rather large project to help someone out of a jam. They have 100+ pages of .html for a presentation. I added swipe and some other things they were having problems with. Everything runs fine on all devices. However the company has an 'App launcher' theybuilt and I was told everything runs inside an iframe. I tested it on their side, and once they load the "app" I helped with the swipe doesn't transition smoothly, and on some screens it out and out shutters and stops.)
  • Tooltip using data- attribute

    Hi: I am trying to use the new tooltip widget on elements that do NOT have a title attribute, but have a data-tooltip attribute. I though this would be the correct initialization, but it does not work.  $(document).tooltip("option", "items", "[data-tooltip]" ); What is wrong here? Thanx
  • Probleme in MobiScroll

    Hello  Even if i use the same code of  http://demo.mobiscroll.com Nothing happen :s  I have in my HTML : <html> <head> <link rel="stylesheet" href="../css/Evento.css" /> <link rel="stylesheet" href="../css/jquery.mobile.theme-1.2.0.min.css" /> <link rel="stylesheet" href="../css/jquery.mobile.structure-1.2.0.min.css" /> <link rel="stylesheet" href="../css/mobiscroll.custom-2.5.1.min.css" /> <link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" /> <script>window.$ = window.jQuery = WLJQ;</script>
  • Handling response from an ASP.NET web service using Jquery's Ajax function

    I have this response coming from a ASP.NET web service     <string xmlns="http://Walkthrough/XmlWebServices/">     {"approverName":"","emailAddress":"","companyName":"ABC","address":{"streetAddress1":"12 BlahBlah","streetAddress2":"","state":"ON","zipCode":"","country":"SO","phoneNumber":""},"tabledata:"[{"vendorPart":"AAAAA","partDescription":"N/A","price":"0.00","quantity":"28"},{"vendorPart":"BBBBBBB","partDescription":"N/A","price":"0.00","quantity":"3"},{"vendorPart":"CCCCCC","partDescription":"N/A","price":"0.00","quantity":"25"}]}
  • Datatable and jpaginator

    Hi to all! I am using datatable plugin with pagination and i have tables with a huge range of pages. Instead of use the standard built in paginators (sPaginationType: "full_numbers" / "two-button") i would like to use something like that: http://remylab.github.com/jpaginator/ . I think it is really helpfull to have something like that to allow users to browse the pages easily. Do you know some plugin for datatable doing it? Thank you in advance, Luca
  • Text inputs not updating

    I have a problem in that <input> text fields eventually stop working in my form. Initially, they will allow input and I can switch between fields and type in them, but eventually (and the amount of time it takes seems arbitrary), the fields will stop updating even if I type in them. This is on Android. Not sure about iOS, as this is within a Phonegap application that I'm currently only testing on Android.  jQuery version: 1.7.2 jQuery Mobile version: 1.2.0 jQuery Mobile CSS version: 1.2.0 The HTML
  • jQuery call from vb.net code

    I need to call this jquery function from VB.net  jQuery(function ($) { $("input.osx, a.osx").click(function (e) { e.preventDefault(); $("#osx-modal-content").modal({ overlayId: 'osx-overlay', containerId: 'osx-container', closeHTML: '<div class="close"><a href="#" class="simplemodal-close" style="font-size:150%;">x</a></div>', minHeight:80, opacity:65,  position:['0',], overlayClose:true, onOpen:OSX.open, onClose:OSX.close, appendTo:'form' }); });
  • jQuery version conflict in Wordpress

    Hi there I have noticed that I am loading 2 different versions of jquery in my wordpress site.  I  see that i referenced version 1.8 in my header (via the google code), but cannot seem to find the 1.6.4 version in order to remove it? My fancy-box plugin is no longer working, and I'm not sure what I did to cause this? When i click on an image it brings up the fancy-box loading image, but then the overlay just covers the page and does not open the image.  I am aware this is a jQuery forum, but figured
  • Placing a Collapsible Item at the Top of a Listview

    I have a standard listview but I need the first item in the list to collapse down showing a block of icons. How is this done?
  • if there an issue in the jquery.ccokie plugin?

    Hi I am using carhart cookies plugin But I am seeing 2 errors in my console. https://github.com/carhartl/jquery-cookie if there a bug in the plugin or there is something I am doing wrong? 1) Uncaught SyntaxError: Unexpected end of input in the file jquery.cookie.js 2) when I try to remove a cookie like this $.removeCookie('phone_call_timer', { path: '/'} );    I get this error Uncaught TypeError: Object function ( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced'
  • Dropdown list with a search bar in

    've created a Wordpress site and it's responsive. The mobile version uses a drop-down list with the categories list in and at the bottom a search bar. As well as desktop, for mobile i have  a function where it uses a click function to toggle the list up and down. When using slideDown the list stays down and i am allowed to click in the search bar and type in it. When it is slideToggle the list can go up and down (which i want) but when i click on the search bar the list just goes back up. Is there
  • How to say 'If my mouse leaves one element OR this element fade out'

    Hi! The title kind of says it all but i'm in a situation where I want a drop-down list to fade in when the user hovers his/her mouse over an element, and fade out when he/she moves it out of it. Currently, the code makes the list fade in, and fade out when you leave the newly faded in list but NOT the element you have to hover over to make the list to show up in the first place, if you understand what I mean. This means the user has to haver over the list and make their mouse exit that way to make
  • Page transitions and formatting Problems

    Well, here we go again.  I have a the bulk of my jquery pages created, Most follow the default veiewport but A few have some special viewport setting for scaling...I left my linking until last...and now it looks like a have formatting issues when AJAX page transitions are involved and I'm not sure why... When I view the raw pages without transitions, all setting work fine, things are formatted properly etc, pages that should pinch/zoom do, and pages that have locked viewport work...once ajax transitions
  • Communication beetween Android and JQueryMobile

    Hi, I´m using Phonegap and JQueryMobile for develop an Android App. My Problem is now: how can i get access to a Java Script variable from Android? For example: I have this jQuery Mobile "busy spinner": $.mobile.showPageLoadingMsg("a", "I am at number " +i); and this android pseudocode while(i<100) { send i to PageLoadingMsg; sleep(1000); i++; }I hope it ´s understandable ;) greetings from germany   
  • jQuery conflict? I have two sliders - FlexSlider & Galleria - FlexSlider doesn't load when I force refresh the page (Ctrl + F5)

    I have a problem that has had me baffled for a few days now... :-( I have two sliders working on my page as they should, but when I force refresh the page (Ctrl + F5 on windows) the FlexSlider slider doesn't load at all. The if I press F5, it loads it again. I've tested it on my friends computer and on a server and it has exactly the same result. I'm quite new to jQuery and don't know the ins and outs of it yet so have no idea why this is happening. Its obviously something to do with the way the
  • Save your detail on your phone with jQuery Mobile

    Hi ! I would like to know how it's possible that a Iphone can be reconize a Adress ? Or how it's possible ton save the details with a buton ? Thx ;)
  • Toggle Tab Content on Click Issues

    Having some issues with my click/toggle function for my tabs. We are doing a "tabbed" navigation which also does "next/previous" to go back and fourth between the tabs. The tabs should open when clicked, and close when clicked - however they should remain open when you click on different tabs if you have one tab open already. It seems really shotty and I think its because the function 1) I'm not great at jquery and 2) I think its getting confused when you click on a tab while a tab is already open.
  • Click on different elements on Samsung Ace 2 with jQuery Mobile 1.1.0

    Hi, I have one button with two divs with the next structure: button(z-index 1) div1(z-index0) div2(z-index0) Each element has its click handler for the click event. Why when I tap in a little mobile device in one div, the near fields are triggering a click? Is it possible to lock click to only the nearest element or I have to made a common handler which locks this for me?? It's only happening on Samsung Galaxy Ace 2. On S3 and S2 and other mobiles with big screen, is working correctly. Thank you.
  • Header and footer items showing a bit, rest is cut off

    hi all,  I'm new to jQuery.. I have an image in the header and text in the footer. On a mobile it is cut off and I can only see a little bit of it. How can I adjust everything so that it doesn't do anything like this??
  • general question

    What is the most efficient way to build with query? A friend is looking for a website for his business and insists upon WordPress with jquery. Is WordPress the best to build upon with Query ? I think my friend is insisting upon WordPress because he will have access to many widgets.
  • Input and icon

    Hi, I would like to add a clickable icon at the end of an input field. preferably with markup rather than adding an element via js.  Any idea ? thanks in advance Didier
  • cleditor iframe problem

    Hello:I'm having a problem with the Cleditor iframe. Following is a screen shot, even though my height setting is 300, this only controls the textarea box. It does not control the iframe. When I paste large quantities of text into the editor, the text overflows the textarea and pushes the iframe out. See image below: As you can see the text is overflowing the actual cleditor. The red border shows the iframe, as I added border settings to the iframe within the cleditor.css file - the settings are
  • jQuery mobile and jQuery

    Do I have to integrate jQuerymobile.js and jquery.js, because using jQuerymobile alone, I have not access to some functions
  • I need to replicate a certain function which is present in PowerBuilder.

    In Powerbuilder there is a functionality, that upon validation of a control say a textbox, if it returns an error, it refocuses on the control, and keep's the focus there (ie in case user clicks outside again, due to the wrong value in textbox, it raises the alert again and refocuses back on itself, till the value in textbox is corrected). I initially tried to do this with onchange, I got the alert to fire based on the condition, and refocus back on the control, but it works only once (i supposes
  • Issue concerning hidden fields

    I have asked this same basic question before several times on other forums but not here.  I hope someone here can help me solve this issue: I have a strongly-typed view with a hidden field on it. When the view renders server-side, I am setting the value of the hidden field to a property of the model. When the view renders client-side, I want to get the value of the hidden field (that was set during the server-side render) and display it in a java script alert box. This should be a simple thing to
  • Problem with dynamic events .on()

    There is a code that dynamically inserts an event, but the event doesn't work out if it is changed from the default value. The event inserts correctly. Where is the problem? (function($) {     jQuery.fn.validate = function(options) {         //Настройки         var settings = $.extend({             "main_form_event_type"    : "change",             "fild_settings"            : { },         }, options);         var $this = this;                 //Plugin initialization         function init_validate(){
  • Problem with dynamic select mysql

    Hi, I have a problem, and I don't know if I'm writting in the correct place. First of all, I want to thank you so much for your time and for any help you can give me. Sorry if I've gone wrong about the place where it was suposed I should write in, and forgive my poor english too! I'm in a project, and I want to create a dynamic selects, working with PHP and Mysql. I have no problem showing the first selects' options. I can obtain the value of the selected option. But I can't show the options in the
  • 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