• bind unordered list item after form submitted

    Hi, I use unordered list item (<ul>) to replace select type <select> (select) in my form. I have problem on bind the value after submit the form. Because <ul> is not a form element. May i know how should I overcome it? What i intend to do is similar effect as google contact book: 1. User click ADD button, then <ul> and <textbox> will be appended into the form. 2. After form submitted, user can see what are the value he has entered earlier. I can bind the textbox, post the unorder list item with hidden
  • Resizable Textarea within Dialog

    I've tried this in multiple browsers and it seems that when using Resizable Textareas within Dialogs the textareas are "hidden" not sure how they're hidden, but they are.
  • choose a select option based on number in order

    I have a select menu as so <option value="Black_(matte)">Black (matte)</option> <option value="High_Contrast_Tortoise">High Contrast Tortoise</option> <option value="High_Contrast_Tortoise_(matte)">High Contrast Tortoise (matte)</option> <option value="Tokyo_Tortoise">Tokyo Tortoise</option> <option value="Tokyo_Tortoise_(matte)">Tokyo Tortoise (matte)</option> is there a way i can click on a link and have the option i want selected. But I need to choose it by using numbers. I would like to be able
  • Closure Compiler Extern File

    I'm using jQuery in a project where other code is compiled with Closure Compiler using advanced optimizations. The compiler project currently doesn't have an extern file for jQuery 1.4.2. Since Closure Compiler is now the minification tool used, is there an extern file already written? If not, I'm more than willing to write it or to participate in the process. See http://groups.google.com/group/closure-compiler-discuss/browse_thread/thread/7ae427c15e2bf2e9 Chad Killingsworth
  • help with accordion with IE (strange flickering)

    hi, i am developing a site, which i intend to use accordion at my frontpage. everything works good with all browsers except for in IE 6 or even 7, it is behaving a bit weird which I don't see that in the demo (http://docs.jquery.com/UI/API/1.7/Accordion) here's the example that i'd uploaded on my test server http://www.project.gp.sg/jquery using Internet Explorer, if you click at any of the accordion drawer, you'll notice the strange behaviour that something is flickering, and the word "FOOTER" will
  • [jQuery] IE8 problems with fadein/fadeout

    I have a problem with a simple animation. Maybe there's something I don't understand as it's the first website I'm writing with jquery1.3.2 ... This is the skeleton of what I'm working (I removed all the unnecessary code I could remove without changing the logic and the website structure - that's why it looks so weird): http://bottega.cangelini.com/xf-test/sito/ In IE8 there is no crossfade, the first image will show and then hide at the end of the animation, as if it ignores opacity changes. It
  • .ajaxStart & .ajaxStop triger with every ajax request

    hi i have a searchbox at the top of my page, using ajax. for sjowing preloader icon, during search process i used something like this:      //preloader icon      $('#txt_srch').ajaxStart(function() {         $('#txt_srch').addClass('txt_srch_preloader');      }).ajaxStop(function() {         $('#txt_srch').removeClass('txt_srch_preloader');      }); now this preloader shows, everywhere i use ajax in my site. i know despite mentioning $('#txt_srch') before ajaxStart, this method triggers with every
  • Reported Spam! ¿?

    Hi I've posted a reply to a topic and automatically is marked with "Reported Spam!" ? Is it waiting moderation? There is something wrong with my reply? You have de post here: http://forum.jquery.com/topic/drill-down-charts-flash-like-but-not-flash#14737000001068206 I think that I'm the only one that see the problematic reply (except moderators), so I'll repost it here so everyone can see if it is spam: -------------------------------------------------------- Of course I've tried the drill down, its
  • jquery validation plugin - email validation and whitespace issue

    I am using the jquery validation plugin to validate a form's email address field. The validation works but with the minor exception that when trailing whitespace is entered after the email the validation fails. I'm not sure if this is because of the regexp or a missing trim.  If anyone can help I'd be appreciated thanks dave
  • jquery ui updates - how does it work / what´s to do?

    hey i have used jquery ui addons (accordion menue) for a website. now i have read something about updates from jquery. how does it work with the updates, what´s to do? if jquery release a update - i have to update all sites i´ve ever build & integrate jquery stuff (change the html code or the js code or something like this) ? or does the homepages with the jquery features in it, update from it selfs to the latest version? for example i have to update the whole sites, whats the procedure, how i update
  • More than one data-role="page" in a single file?

    The current sample set of pages seem to all refer to external pages via links. Every page that is loaded has one data-role="page" element in it. Are we planning on supporting the case where a single document contains several pages (several data-role="page" elements) ala jQTouch? - Kin
  • Dialog position issue

    Hello all, I'm working with the Dialog widget in jQuery UI 1.7.2. I'm having trouble positioning the dialog for the first time in any version of Internet Explorer. I have the position attribute set to 'center'. The first time I open the dialog (height set to '' and width is 472 for IE), it opens at the bottom of the browser which ultimately adds height to the window. If you close the dialog and then open it again, it positions correctly.  Any help is appreciated. Thanks, Preston
  • Refactoring dialog.overlay in preparation for Modal & better keyboard accessibility

    Hi, we - that is, I and my team - need to improve the keyboard accessibility & modality of the Dialog widget in order to use it. I was originally thinking of binding the "focus" event as it bubbles up to the document - which would remove a lot of the expense of trying to get all "focusables" in the page or any technique like that.  Weirdly, this seems to only work for focus() events triggered by jQuery, rather than native ones. That aside, would you be able to accept a patch that kept (or improved)
  • jquery expendable menu & css

    Hi,  Im new to js and this is maybe a very easy thing to do but I m lost ...  any help would be very appreciated  I have an expandable menu using jquery on my website, when I click on a menu title it becomes black , and the sub menu item too . Ok  But i want the active menu title to stay black when a page is loaded or if the page is refreshed. any help would be very appreciated ! thanks $(document).ready(function() { // First we hide all menus  $("#menu ul li.section-title").nextAll().hide(); //
  • Cycle Feature Question?

    I would like to know if jQuery Cycle can do what I'm after.  I want to make a DIV appear as though it's first lifting off the page to a degree, then it moves back to a degree then moves in the opposite direction fast off the screen ?
  • Implementing a submit button

    I just found this site and I am looking for a method of installing a submit button on one of my web pages and having the button connected to an e-mail. I would create a form for patrons of my library to fill out and then the information from that form would be re-directed to a specified e-mail once they click submit.   Is there plugin that would allow me to implement this and how would I find it on this site?   Thanks, Jessica Hubinek
  • New Apple Dock menu: should I turn it into a plugin?

    I have written a script with jQuery for a sliding menu that resembles the Apple Dock menu. See this demo (the little menu attached to the bottom of the browser) and the source code. It works on a <div> with <img>'s. You can use it as a menu, for displaying social bookmarks or as an alternative for an image slideshow. An Apple Dock style menu plugin already exists, but my menu has different functionality. Extending the existing plugin was not possible. Is this menu useful and should I turn it into
  • Weird data error

    Has anybody ever come across this in IE? Message: 'data(...).options' is null or not an object Line: 22 Char: 12801 Code: 0 URI: http://localhost/scripts/jquery-ui-1.7.2.custom.min.js I'm using drag and drop and the draggable/droppable items are utilizing the $.data() method, not sure if that's causing the problem though.
  • HTML5 @ api.jquery.com

    Adding a cache-manifest and caching all resources required to use the jQuery API documentation offline would be a great benefit for everyone that does jQuery development and has no permanent internet connection(on the train for example). For details see http://www.w3.org/TR/html5/offline.html
  • How long does it take for my posts to appear on the forum?

    Hi, I’m new here to your forum and was wondering how long it takes to see a post after its been moderated? I ‘published’ a new post earlier today and don’t see it in ‘my Account’ in the live forum. Many thanks
  • accordion-slide.js does not link in IE8

    Perhaps I'm just using an old version - or, perhaps, I'm just missing something elementary... but when my horizontal accordian slider runs in IE8, I can't click on any of the sliders and link to another page.  All's I want to do is click on the picture and link to another HTML page...   The site: http://www.quorumcompanies.com/index.html   the code: http://www.quorumcompanies.com/js/accordian-slide.js   I'm running:   * jQuery JavaScript Library v1.3.2                    * Date: 2009-02-19 17:34:21
  • Please, we are beggin you

    Hello there, We(Brazilians) are using Meetups channel like a forum , cuz we dont have space for answer in our language, and we have a lot of user's doing all kind of questions, we love to use jquery and we really want to improve our capabilities on the library, but we need more and more user's knowing about how to use it. I'm trying create a podcast here in brasil about jquery in portuguese and i'm translating by my self the reference for 1.4.2 , we appreciate all the effort that u guys could do
  • Importing jQuery 1.4.1 into greasemonkey scripts generates an error

    Hi, I realise this is more of a glitch with greasemonkey rather than jQuery, but I thought I would post the info here anyway. Greasemonkey has an API called @require which can import a javascript library when the userscript is installed. http://wiki.greasespot.net/Metadata_block#.40require Unfortunately the latest version of jQuery (1.4.1) seems to be incompatible. The problem seems to be with "detecting-event-support-without-browser-sniffing" section around line 930. If you change var isSupported
  • ontouchstart instead of onclick

    I'm developing a Web App for the iPhone. I use the index method of jQuery to get the index of the clicked DIV and write it into the local Storage, because I need it later on. Like so: (function($){     $(document).ready(function(){         $("div").click(function() {             var indexzahl = $("div").index(this);              localStorage.setItem("divbaer3","div" + indexzahl);             });         });     })(jQuery); on all of the DIVs there is an onClick event which triggers another function
  • Cycle plugin - How do I remove the 'content' (ie numbers) from pager?

    I need to try to get rid of the number (idx) that sits in the pager box.  Ultimately I want to see all pager 'holders' as empty 4px square boxes.  Anybody able to help me?  Thanks in advance!
  • [jQuery] We want you! Localizations and sites using the validation plugin

    Hello jQuery fellows, I'd like to invite you to support the validation plugin in one (or both) of two ways: Provide a localization in your favorite language. If you are using the validation plugin in a project, you may already have a translation ready, and you're welcome to contribute it back to the project - just mail the UTF-8 encoded file. The existing localizations are here: http://dev.jquery.com/view/trunk/plugins/validate/localization/ If you have an improvement for one of those: Thats very
  • Gallery on mobile site slider indicator

    Hi Guys I am using http://www.netcu.de/jquery-touchwipe-iphone-ipad-library plugin combined with the cycle one (http://malsup.com/jquery/cycle/lite/)  to make a simple gallery. This is what it looks like so far The image swipes across perfectly but I would like to highlight the dots below it to show which picture in the sequence I am on. Any ideas on how to do this? Any help appreciated, thanks.
  • Parking at the Hilton Logan for jQuery Conference

    If you are driving your car to the venue please note that the Hilton has a self park option which will cost $32/day. 
  • Sortable - Nested lists problem

    Hi, I'm using sortable() function in order to arrange nested lists. My html : <ul id="parent_0" class="parents">   <li id="child_1">Item 1     <ul id="parent_1" class="parents">       <li id="child_2">Item 2</li>     </ul>   </li>   <li id="child_3">Item 3     <ul id="parent_2" class="parents">       <li id="child_4">Item 4</li>     </ul>   </li> </ul> My js : $('.parents').sortable(   {     items: '>li',     handle: 'span.anchor',     connectWith: '.parents',     dropOnEmpty:true,     helper:'clone',
  • Superfish mouse off slide up animation

    When you hover over the menu link the sub menus slide down. Does anyone know how to create a slide up animation effect when you mouse off.
  • Auto Form Submit Problem

    Hi guys, I have a rather confusing problem. To demonstrate I have setup 2 separate webpages : here and this one here The form at top of both pages are filtering all the venues on the site by the postal code W1F 7HU. The first form, on test/W1F 7HU, is being submitted automatically by my javascript code which is as follows: $(document).ready(     function(){         $path        =    window.location.pathname;         $pathParts    =    $path.split('/');         $postalCode    =    $pathParts[2].replace('
  • Button with icon not displayed correctly in Firefox when button has css height.

    Hi, Got a couple of html buttons that I'm applying the jQuery UI button widget to, with icons on the buttons. These buttons have a css style to set the width & height. In IE the icons are fine, to the left of the button in the middle aligned with the text. However, in Firefox 3.6 the icon is at the bottom left corner of the button. If I take the height style off the button then the icon is aligned correctly. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  • Use jQuery UI autocomplete for Firefox plugin

    Hi, I am working a firefox plugin called Trump for the Tellurium automated testing framework. I included jQuery UI widget autocomplete, but seems it does not work in Trump. The code snippet is as follows, Editor.prototype.switchToCustomizeTab = function(){     document.getElementById("editorTabs").selectedItem = document.getElementById("customizeTab");     var uitypes = tellurium.getRegisteredUiTypes();     logger.debug("Get registered UI types: " + uitypes.join(", "));     teJQuery("#uiType").autocomplete("option",
  • Portlet and their contents

    Hi there,     I use the example of Jquery UI with Portlets. But, in my portlets-contents, I want to use a Google Map. When I am clicking on the map to move the location, my portlet is selected and move ... There is a way to disable the click on the content ? The users will have to click on the header to move the portlet so. I tried these two things :             $(".portlet-content").sortable({ disabled: true });             $( ".portlet" ).sortable({ handle: '.portlet-header' }); But ... ^^ Thanks
  • document.body = null

    Hi   I'm working with a Joomla site where I have included jQuery in order to have the basket follow the user as he/she scrolls down the screen.   Since Joomla/Virtuemart also uses mootolls I'ce understood that there are som potential conflicts here.   I believe that I have tried adressing these issues by using this code in a script element in the header:  if (typeof jQuery != 'undefined') { (function($) { $(window).scroll(function () {     handleBasketPos(); }); $(window).resize(function () { handleBasketPos();
  • Continuous Music File on FTP Server?

    I have been building my own website using iWeb, however, iWeb does not support continuous music that will keep playing as you browse through the website. Initially, I managed to solve this problem by adding a html snippet in iWeb. Before each page reloaded, there was a white flash, but for the most part, I was happy with the results and no matter which page I turned to on my website, the music played continuously without interruption. Then I decided to change my navigation bar on my website. iWeb's
  • Link to select / display tab (bump!)

    Hello, I hope someone will be able to help! I have JQuery UI Tabs installed and working, but what I am trying to achieve is to have a link on a different page select / display a specific tab.  I have tried the direct link #tabs-1 and #tabs-2 and this works fine yet it anchors to where the tabs start on the page but what I am trying to achieve is to have the tab selected but the page still load at the top as there is content there that is still relevant to the tab itself. I have tried to implement
  • DatePicker call to setDate causes excess white space

    I initialize the datepicker below<div> </div><div><div>$(document).ready(function() {</div><div>  $("#dateStart").datepicker();</div><div>  $("#dateEnd").datepicker();</div><div>}</div><div> </div> <div>If I then call</div><div> </div><div><div>$("#dateStart").datepicker('setDate', 'today');</div><div>$("#dateEnd").datepicker('setDate', 'today');</div><div> </div> <div>before either of the date pickers have been shown the page scroll bar appears and appends white space to the page.  If I then trigger
  • Passing a variable into jquery from the calling script?

    I've looked extensively for the answer to this but suspect my inexperience means I'm using the wrong "keywords" in searches, or the answer involves jquery beyond my comprehension. I have script experience and have plug-in galleryView working but have no jQuery experience which is the problem. The script: <script type="text/javascript"> name = getValue("name");     $(document).ready(function(){       $('#photos').galleryView({         panel_width: 700,         panel_height: 450,         <more removed
  • tinymce(s) inside Tab(s) - first mce works, others not completely

    jQuery UI 1.8.5 tinymce 3.3.9.1 (jQuery plugin version) Dirt and simple: using tabs to store tinymce editors, like this: First tinymce editors works fine. Second and thirds and other tinymce editors don't: a) See the suspicious Times New Roman font applied? b) In Firebug I get a "J is undefined" for every tinymce from tab 2 on. c) The changes I make to the text content, are not transmitted along POST data when I submit the form, always old unmodified data is transmitted. Tried to initialize tabs
  • 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