• ie8 transparency problem with datepikcer

    hello, datepicker work properly in firefox but in ie8 the background is transparent ... i cant find the way to remove the transparency in css datepicker. You can see it here : http://www.locordi.com/?page_id=159&type=2 by clicking on date livraison or the one under ... May you can help me ? Cordialy, Olivier
  • Accordion - multilpe sections open?

    The UI Widgets demo page mentions that it is not possible to have multiple accordion sections open at the same time.  But I really need to have multiple accordion sections open.  Basically I want click on the header to open it, and click on the header again to close it.  I do not want the sections to close automatically when a different header is clicked on. Does someone have a patch that I can use that will allow multiple accordion sections open at once? I am using autoHeight: false so the overall
  • Slow performance when initializing AutoComplete

    Trying to apply the AutoComplete bundled with UI 1.8.2 to 280+ input fields on a page. I noticed that the initial rendering of the page is somewhat slow and upon investigation I see that the initialization of the plug-in is the culprit. The following code takes over 7 seconds to execute in FF 3.6.3 with IE7 taking even longer. console.time('autocomplete'); $("input[id$='Project']").autocomplete({     minLength: 3,     source: function (request, response) {         $.ajax({             url: '<%= Url.Action("FetchProjects",
  • ajax and event handler

    Hello @all, I have a problem and no idea where is the error: I use jquery in connection with zend Framework. I send a form (create something) via ajax to the server and get back a new form (edit). After that I want to delete the actual event handler and set a new one but unfortunately bind() and unbind() doesn't show effects on this form. Always the first created event handler (before the ajax request) is running. Does anybody have ideas? The response html contains the follwoing script $(".formContainer
  • Getting generic content into a list view LI

    I have a couple special cases where I would really like to place my own divs with my own basic styles into a list item (so I can still get the collapsible support.)  I can sort of do it, but the automatic list view handling places the extra elements to the right of my divs automatically (for the button and aside span), using up valuable real-estate.   Is there a way I can suppress the automatic list view magic, so-to-speak?  
  • Using Symfony with jQuery Mobile, how can I suppress Hash Navigation for Symfony-redirections?

    Hi, I am using the Symfony PHP framework with jQuery Mobile. To supress hash navigation in links, I can use rel="external". But how to achieve this with form submission? My Problem in detail: I have a login-form coming from (module/action:) user/login, which raises the view loginSuccess.php (all views in Symfony have the trailing ...Success.php so don't bother) When user completes the form, it is submitted to user/loginCommit where it is evaluated. If evaluation is fine, I redirect to album/index.
  • AutoComplete - Combobox option js error in IE "Stop running this script

    We have a simple combobox we are trying to convert to autocomplete - combobox.  This provides the typeahead search as well as the clickable arrow for normal combobox functionality. Works fine in CHROME and FIREFOX but IE pops an error "Stop running this script".  There are about 800 items in the combobox. We don't have issues with Combo boxes that have less items but why would IE be stuck in some kind of loop when chrome and firefox don't. any fixes or adjustments to initialization to solve this
  • Malsup Cycle jQuery plugin - problem with caption

    hi, first off i'd just like to say what an absolutely superb plug-in this is... so simple to use and with so much customisation...  i'm having a small problem with getting the captions to display from a slideshow... i've got multiple slideshows on the page which i guess could be causing the problem... i'm not getting any errors, but no caption is being displayed... here is a section of my html.... can anyone suggest what i might be doing wrong... <script> $(document).ready(function() {     $('#cat_slide1').cycle({
  • jQuery.forEach?

    I noticed in the jQuery 1.5 Roadmap (psht, 1.4 is already old hat) a line that says "jQuery.forEach and deprecate jQuery.each". Is there any more info about that? I'd be interested to know what changes are proposed for each. Or is it just a reference to Classy Query?
  • ui-icon-arrow-r not shown on samsung galaxy tab when changing from alpha 3 to alpha 4 and using local files

    hi all, when I change from alpha 3 to alpha 4, the right arrow icon at the right of an unsorted list item disappears on my samsung galaxy tab when I use a local jquery.mobile-1.0a4.css file (I see solid filled grey circles in stead). When I go to the jquery mobile demo website it is ok, but when I rebuild the jquery demo website locally the arrow is gone. I found out that if I comment out three lines in the  jquery.mobile-1.0a4.css file the arrow is show again: So when I use this original code from
  • Open/Close all in collapsible content markup

    How could you dynamically open/close all items that are collapsed using data-role="collapsible"?
  • Accordion: how to set "active" to last-child?

    I can't set the "active" panel to be "last-child". Shouldn't the following work? $(function() { $("#accordion").accordion({ active: "h3:last-child" }); }); I'm just using the source from the demo site: http://jqueryui.com/demos/accordion/ Thanks in advance, Bob --
  • Can’t figure out how to capture PHP Generated Row Data to $.post()

    Greetings to all, I’m a complete newbie to jquery.  I started out of GREAT necessity as I’m writing a meal plan function where I want to post a particular food to “my favorites” and found that while PHP is truly powerful, it has one limitation – I have to send things to the server to process them (yes, that was my attempt at humor). I wrote my first jquery driven $.post that calls a PHP page, that actually does the store for me.  This works great.  However, the “ignorance” I’m hoping someone will
  • setting up div

    trying to make html page with 2nd page caller having div inside the content area. somehow i isnt display properly. sharing code here. for the information it shows it has flash (Don't Worry) it interprete through js file and shows JS player instead flash. actaully i want to show 100% height and width filling up space between header and footer of the player. Here is the code of html :  <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="target-densitydpi=device-dpi,
  • Dynamic List based on location..

    Is there a way to see a search enabled list that will display items ranked on how close they are to your current location? Thanks in advance forum
  • iPad and jQuery Dialog

    Do the jQuery dialogs work on iPad and iPhone?
  • Tap events do not trigger on iPhone in jQuery Mobile a3.

    I have a mobile site that I test on both chrome and the iPhone.  The tap events that are binded to span, img, and anchor tags are not triggered on the iPhone but are triggered on Chrome. Tap events do trigger for both the desktop and iPhone when there is a data-role="button" attribute. Does anyone else have this problem or a possible solution? Thanks!
  • Select Dropdown Reset Issue

    Has anyone been successful in calling .reset() on a dropdown?  I've tried many different ways including using a reset button and nothing as worked.
  • Enable text wrapping for list items

    Hi all, Excuse the n00bish question but I've been trying to do this for a few hours but can't seem to crack it. I'm coding a mobile version of a news site, and the article titles are always too long to display as list items on mobile devices (other than the iPad). I've lowered the text size for widths lower than 480, and decreased the padding on the left side of the icon, but the titles still don't fit. I'm trying to figure out how to change the CSS so that the text wraps to the next line rather
  • UI dialog: open :tabbable selector slow in internet explore when ui-dialog-content is complex

    Hello, I've come across what appears to be an issue in the open function of the ui-dialog that mainly affects IE, tested with IE 8 and FF 3.6. If the contents of the ui-dialog-content div is complex, has hundreds or thousands of html elements, such as with a complex <table> structure, the following selector performs very poorly, ... $.widget("ui.dialog", {       ... open: function() {             ... $(self.element.find(':tabbable').get().concat( uiDialog.find('.ui-dialog-buttonpane :tabbable').get().concat(
  • No visual feedback when touch a regular link.

    The following css style removes the UI feedback when you touch a regular hyperlink in iPhone/iPad/Android 2.1 browsers: ui-mobile-viewport {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);} I think this is intended not to interfere with jQuery mobile's own visual touch feedback (which I think needs improving), but it makes for very 'wooden' websites. On some Android models you can use the trackball to 'tab' between all the clickable elements on a page, but this style removes that ability. On iPad/iPod
  • pageshow event not working

    I can't seem to get the pageshow event to work. The html below is the page that I am navigating to with the pageshow event wired up. However when the page opens the alert is not invoked. I'm sure I've done something wrong but I can't work out what? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title>     <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css"
  • how to move the div blocks left to right or up/bottom

    Do anyone have idea about moving the blocks in left or right, or top/bottom like yahoo, thank you
  • [jQuery] Superfish - How do I make superfish respond to onclick instead of hover?

    I am using superfish and I am wondering how I can go about changing the hover event to click so that when people hover over the links it doesn't do anything until they click them. Thanks, Spencer
  • Click to expand Superfish submenu.

    I would very much like to be able to click to expand a submenu in Superfish, rather than the default hover to expand.  How can I achieve this?
  • dialog shadow

    I have seen the property shadow:true with dialog could someone give me the heads up about what I need to get this working is this a css or plugin issue is there an example in the wild?
  • jqdock doesn't do anything

    Whats wrong with this jqDock code? Nothing happens; the pictures stay the same size... Thanks in advance! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Login</title> </head> <body> <div id="menu"> <a href='page.html' title=''> <img src="../DockIcons/Login.png" alt='' title='' /></a> <a href='page.html'
  • problem to load jquery slideshow plugin into jquerymobile project

    hi there, i use jquerymobile and want to have a little slideshow fpr my mobile website. but if i load pages with ajax the slideshow dont run ( i think ajay doesnt load this script: <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider(); }); </script> if i load my pages without ajax (rel:external) slideshow script run!! please help im newbe thanks!
  • Screen flashes when doing a page transition. ???

    I am creating an Android app using jQuery mobile. I am using 1.0a2. I have a nested list and when I drill down into the list, every time the page transitions to the next list, the screen flashes first instead of smoothly sliding. Is anyone else seeing this?
  • Mobile Confirm Dialog

    Has anyone figured out the best way to do a confirmation dialog in jQm?  I could use a standard confirm, but I'd rather have it styled and themed like my site. Or any ideas how to implement this?
  • Differences on Android

    Hi I've just been trying my Phonegap/jQM app on Android (2.2 - Samsung Galaxy S) for the first time and wanted to mention a couple of things. The Slide transition is not usable as pages blink on and off as they arrive. Changing the transition to "none" gets around this and so it's not a big problem.  The text in the header buttons does not centre vertically. The "Back" in back button sits too high The performance is great. Have been building to iPhone 3GS so the extra power of a newer Android makes
  • Parsing XML with tag names containing hyphens

    Hi, I am using jQuery for XML parsing and editing, but there seems to be issues with tag names containing a hyphen (with jQuery 1.4.2, in FF & Safari): var doc = jQuery("<root><title-1/><title-2/></root>"); doc.find("title-2").parent()[0].tagName; //=> expected: 'ROOT' //   got: 'TITLE-2' jQuery('<div>').append(doc).remove().html(); //=> expected: "<root><title-1/><title-2/></root>" //   got: "<root><title-1><title-2></title-2></title-1></root>" Does somebody have a workaround for parsing XML documents
  • create a application with jquery mobile and phonegap

    hi i'm a newbie on Android Development...there any site or post that explain how i create a Android App with jquery mobile !? what the diference and the phonegap and jquery mobile ? or the both work together!?   Thanks !   Igor N. Ribeiro
  • [jQuery] Increase / Decrease Font Size

    I am using the following code to allow the user to increase / decrease the font size of the document. I have tested it in many browsers and in all of the following it comes back with a starting font size of 16px. Firefox 3.0.8 Google Chrome 1.0.1 Safari Win 4 Public Beta In IE 6/7 the font size is always coming back 1243px. Why is there such a difference and is there anyway to get around this besides hard coding the starting size? <script type="text/javascript" language="javascript"> $(document).ready(function(){
  • jquerymobile + highcharts?

    Has anyone tried to get a jquerymobile page to render javascript charts from highcharts.js?  I can't seem to make it work.  If I put the highcharts.js file in before the jquerymobile, then jquerymobile doesn't take control of the page.  Vice versa, then the charts don't get rendered. Any ideas if anyone has done this before? Thanks
  • Can the demo and documentation be downloaded somewhere?

    Hi,  Is the demo and documentation  of jQuery mobile downloadable somewhere? I find it very useful to mess with such framework with the actual code locally instead of looking up the source code online everytime. Bye,  Jean
  • How to exclude navigations from history?

    Hi to All, How can I exclude navigations from history? For example I have paged list. I have for paging buttons [<<][<][>][>>]. I navigating between some pages with them. When I press [Back] button it replays this sequence in reverse order, because that's the history track. Buttons are simple hrefs However I want [Back] button to navigate that page were I initially arrived from this pageable list. So I suppose I have to exclude the paging navigation from the history. But how? Thx for anwers.
  • Installable jQuery Mobile docs in Android Market

    Just wanted to let you know I've published in the Android Market a basic app that encloses the documentation of jQuery Mobile for offline use. I had felt the need for it myself so I just decided to do it and publish it. You can find it at http://market.android.com/details?id=com.jquerymobiledocs.
  • datepicker works - doesn't work

    I am using the datepicker in a very basic way: click in the textbox, it pops up, you select a date, it closes after putting the date into the textbox.  In the dev environment it works fine.  No problems.  When I deploy it to the production environment, datepicker opens when I go into the textbox, but when I click a date, nothing happens.  I ran it in the script debugger of IE8 and the _selectDay() function is never called.   I checked to make sure all the same files were there as in the dev environment
  • Need help reproducing: jQuery Mobile causes IE's window to hide

    When I go to or refresh my jQuery Mobile site:   http://geo.trippingthebits.com/   The IE9 window (or IE8 because I've added it to gradeA) hides behind other open windows every time I refresh the browser window.   The site uses:   jQuery Mobile alpha 3 jQuery 1.5.1 RC1 (to allow IE9 use at all with alpha 3) I cannot reproduce this on http://jquerymobile.com/test with IE9 but I can reproduce it on my own site when I use the JavaScript directly from http://jquerymobile.com/test/js .   Please tell me
  • 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