• How to speed up loading jquery mobile styles in blackberry OS and others

    Hi all, I have been working with mobile Jquery and I really enjoyed the experience, now I'm in an interesting project and we are trying to jquery mobile development, however I have noticed that mobile such as Blackberry OS 5.0 takes a long time load and display styles. Why is this happening? There is some hack or trick you can use to speed up loading jquery mobile styles? I appreciate your help, thanks in advance. Atte. Jose Luis Oronoz Troconis Email: jloronoz@openidea.com.ve Sitio Web: http://www.openidea.com.ve
  • Filtered List Visibility

    Hi, Looking at the examples on the filtered list (link: http://goo.gl/N7wbN) I was wondering if anyone could suggest a way to only show the search field until some text is entered, then show the list below?  I would then like to hide the list on select of an item? Essentially I think this could be used as a quick and easy autocomplete if I could wrap this logic up? Thanks in advance, Simon
  • Multiple row layout

    Hello, i try to create home page for my website using multiple row layout. I want to use 9 large icons to link to my subpages. But the layout doesn't strecht full height, so the page doesn't look nice How i can change the style, so that icons are displayed equally on the page. Thanks
  • Selector problem with ajax xml document - script and links included

    I love jquery! I have been using Flex for this stuff but am migrating my stuff but i hit a snag and what to share with the community.  Problem: I have a large xml file that reads in great with the ajax get - xml but I have tried to use selectors like gt(20):lt(200) to limit the number of products exposed to allow quicker loading as there are 400 plus products. I can get the selector to work on sample files but cannot it limit the number of products. any suggestions are welcome. The idea is to have
  • Autocomplete with multiple values is not working

    Even after copy-pasting the original example over to my page it still does not work. This seems to cause problems: source: function( request, response ) {                 // delegate back to autocomplete, but extract the last term                 response( $.ui.autocomplete.filter(                     availableTags, extractLast( request.term ) ) );             }, Somehow the "$.ui.autocomplete.filter" function is missing: "$.ui.autocomplete.filter is not a function" is what I'm getting in the console
  • Should I pass back a data object or html when using ajax?

    Hello, I'm successfully using the following code to return some html via JSON.     $.ajax({         type: "POST",         url: "myMethods.aspx/myHtml",         data: "",         contentType: "application/json; charset=utf-8",         dataType: "json",         success: function (msg) {             processResponse(msg);         }     }); Now I wanted to store this html in a cookie for later use but as I'm using the .net framework I get issues with .net blocking anything that looks like script in a
  • jQuery is undefined only in IE7 and IE6

    I'm running into a weird problem with jQuery (currently 1.4.3) and am turning to the community for help. When using Chrome, Firefox, and IE 8, jQuery loads fine for me (as it always has). jQuery loads after it, as do all our plugins. Page functionality is as expected. When I open open  Web Developer in IE 8, switch the Browser mode to IE 7, all heck breaks loose. Well, maybe not quite that bad but... When the page reloads, I get a whole slew of 'jQuery is undefined' errors and the page stops loading.
  • show div after specific div

    Ok guys I have 4 divs in this order <div id="tf_left"> content </div> <div id="tf_right"> content "link to open feed div" </div> <div id="feed" class="dropdown"> content and button </div> <div id="thecomments"> comments </div> What I'm trying to do if I click on the "link to open feed div" i want the "feed" div to open below the "thecomments" div. How would I go about doing this. Right now I have it opening before "thecomments " div. here is the jquery code I'm using now: $("a.showComment").live('click',
  • JCarousel Issue

    hi everyone. I have two jcarousels in  one page and only one will work.The prev and next buttons in the second one will perform tha default action-navigate to the home page.is there a why to resolve it and distinguish the carousels? i submit the code generating the carousel and the html part(*thia is done inside an xsl template file). Thank you i advance. <xsl:template match="//event">         <xsl:if test="count(//image) &gt; 6">             <script type="text/javascript">                 <xsl:text
  • thick box issue

    Hi, I am trying to open thick box with SEO friendly URL . But i am unable to open. May anybody help me. thanks vivek
  • Using css class as variable

    I have a question about the proper syntax for using a css class as a variable. I tried this and it's working great...  function populate_NC(countyClass) {     $('.' + countyClass).append('<option value="Select">--Select One--</option>');     $('.' + countyClass).append('<option value="Alamance County">Alamance</option>');     $('.' + countyClass).append('<option value="Alexander County">Alexander</option>');       ... } But I'd like to use the same concept to remove the counties from the list.  Currently
  • Is possible new update JQuery Working on IE6 ActiveX

    Hi all,  myself and team were working on small site for Data Intranet etc? and i remember there is issue on IE6 ActiveX with AJAX or Jquery in while back, so i have search Google that  most Result is older date which relation to 2002-2005 so maybe jquery and etc have update so far so allow issue this problem with IE6 so my question is  IS JQUERY can actually run XMLHTTP in IE6 without using ActiveX? 
  • click event is only fired once

    Hi there, build that js for a drupal module. The function "Drupal.open_upload_modal" is called on every click (alerts), but why is the click event only working once after page load? <a href="#upload" onclick="Drupal.open_upload_modal();" title="upload">SAVE</a> // $Id: automodal_upload.js,v 1.1.2.7 2009/12/28 02:21:20 Exp $ (function ($) { Drupal.open_upload_modal = function(){    alert('click');   var url = Drupal.settings.automodal_upload.url + '/node/add/upload?gids[]=' +  Drupal.settings.automodal_upload.gid;
  • How to change button text in dialog

    Hi everyone How can I change the text on the close button of a dialog? Thanks,
  • Documents about jQuery for begginers

    HI to all ,  I am new to jQuery, can you suggest or provide any document related to the jQuery Regards Srikanth
  • #jqueryCyclePlugin (Malsup): cycle works but after cycle the call shows up...

    Hi I am working with MODx CMS. Following website: Carlindesign I integrated the cycle plugin on the home. It works but after the cycle is done the cycle call shows up instead of the next cycle. What do I do wrong? Txs Markus from Switzerland
  • how do I use resizable within a function

    I've created a function to add boxes to a container and now I want to make every box I add resizable. How do I do this? Here's what I have so far... $(function(){ $('#box').hide(); $('#button').click(function(){ $('#container').append('<div id="box"></div>');         }); });
  • Help with django + jquery mobile. URGENT

    I'm creating a mobile app and want to use jquery mobile and django, but when django renders the templates from my views, the data-theme in <div>s with "data-role"s page, header and footer seems to be ignored, as well as atributes like data-inline, data-icon in <a>s with data-role="button". Plus, the buttons in header and footer (those like the default Back button) are shown like simple links Besides I can't create any toolbars using the data-role="controlgroup" and it's respective <a>s inside the
  • it does not work in IE (Help me)

    etreecell.com Go to etreecell.com You can create DIV Object.(Click the "Cell(insert)") Then, you can select the "create DIV". (I using fn "$('').live" for reading DOM.) if you multi select it and move it, work it in FF, Chrome, Opera... But It doesn't work in IE. (if you drag for move DIVs, IE is cancle the select object). HELP ME PLEASE ;;   this is script source. <script type="text/javascript"> $(document).ready(function(){       var counter = 1;       var newCellDiv = $(document.createElement('div'))
  • Question re: populating a field in a form

    Here's te situation.  I have a form that needs a specific field updated with a captured URL parameter.  I can grab the parameter and I can assign it to a specific field using the following code: $("div.divName .genericClass:eq(1) input:.Textbox").val(OotBJob); The problem is all the fields are automatically assigned the same generic class, so I cannot look for a specific class and the field position can potentially change.  Is there a way to find a specific form field by the text that precedes it?
  • goMap() google maps plugin - marker shadows problem

    I'm using the goMap Google Maps plugin very successfully (and I highly recommend it) - except that I can't seem to set shadows on my map markers. There appears to be support for this in the plugin source code - but there's no documentation I can find. Anyone got an clues on how to do this? This is a simplified version of the code I'm trying to use. I have checked the obvious/stupid things - file path is correct (the image isn't 404ing in firebug), and there's no js errors being thrown, or any other
  • dynamic div and html table via jquery

    here is the code   <script type="text/javascript">            $(document).ready(function() {                $("input[name='group1']").change(function() {                    $(".dynamicDiv").remove();                    for (var j = 0; j < $("input[name='group1']:checked").val(); j++) {                         $("<div />", { "class": "dynamicDiv", id: "div" + j, innerHTML: "div no:" + j                        }).appendTo("body");                        //var d = document;                                         
  • Alpha2 release?But where can I download it?

    I have saw this on mainpage But when I click the link,It fails :(
  • [Validate] How do I remap the return key?

    So, a bit of an oddball situation...I'm using the jQuery Validate plugin to validate a form and want to remap the return key. But the form is a bit weird - there are two groups of fields that each have their own submit button, but the whole thing is wrapped within one form element (I know it should really be two, but for certain reasons I can't do that). If you click either one of the submit buttons, it works fine (each submit button uses the rules() method to add the rules/messages for its particular
  • Really stupid question but I'm new to these forums

    I see examples of code in the forums and a lot of them have what looks like screen shots of their code with the line numbers and it's all formatted correctly. How do I do this because right now I just copy and paste code in this question box and it looks horrible and hard to read. 
  • Convert asp.net code to jquery/div

    i m posting here sample code ,can any one can please convert this code behind code to jquery based ,but let me tell u what does it actually doing   it create div on run time as many div's as radiobuttonlist number(1 to 7 )  clicked says. div   include table then htmlrow and then htmlcell that htmlcell hold server side control like textboxes ,validation etc etc   here is the code behind which need to be convert   Protected Sub RadioButtonList2_SelectedIndexChanged(ByVal sender As Object, ByVal e As
  • ColorBox and CapSlide

    Hello friends. I need to use the plugin on the same page and ColorBox CapSlide. I'm having the following problem and can not solve. ColorBox need to run the place $ (Document). Ready (function () {             / / Examples of how to assign elements to the event ColorBox             $ ("A [rel = 'ShowImage1']"). colorbox (); }); and the need to put CapSlide $ (Function () { $ ("# Capslide_img_cont11). Capslide ({             caption_color: '# fff',             caption_bgcolor: '# 000',             overlay_bgcolor:
  • please help...

    im new in using jquery,.,i remember that the first time i use this in ASP.net 3.5,.,everything is ok,.,then after sometime,.,i use this again but there's an error(warning)  "Warning 30 Error updating JScript IntelliSense: Client-side script IntelliSense information was not generated due to an error in an external script reference. C:\D\Projects\Web\gmbWL22\frmMain.aspx 1 1 gmbWL2" how do i fix this?all i do was  1. download Superfish menus from 36 eyecatching  jqeuries 2. Paste and add all needed
  • jCarousel.scroll() - force directional with wrap: circular

    Hello! I am developing a sort of featured content gallery for a client, and this plugin has been absolutely great for what I need.  The one problem I am having is that I would like for the carousel to always scroll in the same direction when the .scroll() command is used, regardless of whether the index of the item being scrolled to is before or after the first item shown. To further explain... There are 5 items in the carousel, 4 of which are visible.  The one 'active' item is the one that is not
  • automate the slider

    I am using the slider and want to automate the position of the handle to move the width of the div that it positioned on.  How can I do this? The div moves because through a java-script code that stating the progress of the playing song.
  • How to Place Custom Error Messages using Jquery Validate Function

    Hi Guys, I am Having an account information page which needs to be validated,but the problem is i want each error message to appear under its respective input field. I had tried using errorPlacement but it is showing all error messages at one div id which i had assigned. Is there any way to display  error messages under its respective text box(input field) ??? Need of Urgent help. Thanks in Advance.
  • Retrieving new value of margin-left that has already been changed with jQuery

    I'm developing a horizontal slideshow in jQuery and have run into a problem.  The slideshow works, fundamentally, by filling an overflow-hidden div (#ss_inner) with images, and decreasing the left margin into negative territoy to advance the show.  My slideshow processing loop calls a function with the following logic:     var current_margin = $("#ss_inner").css('margin-left').replace('px','');     var new_margin = ((current_margin - 316) + 'px');     var current_width = $("#ss_inner").width();    
  • JQuery/JCarouselLite Vertical Scrolling Division in Wordpress

    Okay, so I'm fairly new to jQuery, actually I'm like completely new. I am designing a site for a client and need two simple plugins implemented on two separate pages. I'm using the Wordpress CMS and am experienced with it and PHP. Wordpress preloads jquery so all I have to do is call it using the proper php function and include the plugins. It also conflicts with the $. so I have to bypass it and use jQuery or set jQuery.noConflict(); to a variable. The first thing I am trying to do is create a 'credit
  • Show and Hide menu (where only shows one at a time)

    Hi Everyone, Im having such a problem, I have a menu that has some hidden sub content. That when the user clicks the nav button some hidden content will appear. That part is fine and all working. What I need to know is when I have one nav item showing it's hidden content. If the user clicks on the next nav item. I would like the other hidden content to disappear and the new hidden content to appear. My inspiration comes from this website. http://www.o2.co.uk/ if you click on the nav arrow items.
  • gps and jquery

    is it possible to get the gps of the location of the mobile in jqeury? someting like this: http://jqtouch.com/preview/demos/ext_location/#
  • Display Combobox value

    Let's say i have a combobox <select name="combobox">       <option value="value1">THEVALUE1</option>       <option value = "value2">THEVALUE2</option> </select> and let's say i select "THEVALUE2". i have a button to display the value that is selected, is there any way to display "THEVALUE2" instead of "value2" ?
  • Validation Plugin: Multiple Error Containers

    I have a form that, where depending on the selected value of the userAction radio group, either the loginFields or signupFields are shown.  Also, I have two error containers - errorMessageLogin and errorMessageSignup - to display error messages respective to the selected value of the userAction: <div id="errorsSection">     <div id="errorMessageLogin">         <span>Login Preamble Goes Here</span>         <!-- Login Error Messages go here -->     </div>                   <div id="errorMessageSignup">
  • [Superfish] no arrow or animations

    http://advertisesolutions.com/eddie/sf_test.html Can't get it to work correctly. Stripped out everything except Superfish menu and still not getting the arrow or animations. Items Profile, Buyer and Seller have sub-menus.
  • Datepicker does not open instantly after click

    I'm trying to figure out why the datepicker opens only after other functions are executed in my "click" event handler. Here's what I'm doing... var datepicker_text_input_event_handler = function (evnt) {   if (evnt.type == 'click') {     $(evnt.target).datepicker('show');     if (!lightbox_visible) { lightbox_visible = true; show_lightbox(); }     open_new_popup();   } }; The datepicker only "shows" after LINE 4 and LINE 5 have finished. Can anyone shed some light on this? My goal is to have the
  • JQuery UI 1.8.5 dialog - now has scrollbar since upgrade

    Hi I upgraded from 1.8.4 to 1.8.5 and this has caused my dialog to display with a scroll bar.  The only change is which version of jquery-ui.js file I am linking to. This is the html for the dialog: <div id="myDialog" title="My Title"><p>This text forms the first paragraph of my dialog text. Lorem Ispum blah test.</p><p>This is the second paragraph text of my dialog.</p></div> This is the code for showing it: var dlgOpts = {   bgiframe: true,   modal: true,   closeText: "Ok" ,   buttons: {Ok: function() {$(this).dialog('close');}}
  • 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