• progress bar in jqgrid?

    hi All, i am very pleased if someone help me about that whether i am able to show a progress bar in jqgrid (the values are whatever). thanks for your time. warm regards, khalid
  • jQuery/jQTouch Navigation problem

    Hi, this is my first question in this forum: I'm working with jQuery/jQTouch for app navigation. I use the class "arrow" for my menu items like this: <ul class="rounded">     <li class="arrow"><a href="#xyz"><img border="0" src="images/test.gif">dummy</a></li> </ul> It works so far. When the user reaches the last menu item I want to draw something in a div. Therefor I use javascript onclick: <ul class="rounded">     <li class="arrow"><a href="#xyz" onclick="test('123')"><img border="0" src="images/test.gif">dummy</a></li>
  • Closing dialog with js loads incorrect page

    In my app I have a number of dialogs containing forms and when the forms are submitted (using ajax) and done I use $('.ui-dialog').dialog('close'); to close them. If dialogs have been opened from previous pages the wrong page (the parent's parent) is shown when the dialog closes. This also happens if I have multiple dialogs opened from one page. It works fine when I open just one dialog and if I close a dialog with the close button. Many thanks in advance. M.
  • JQuery Cycle Plugin, no ScrollVert

    Hello, First I want to say that Cycle plugin is simply awesome, the simplicity is extraordinary. The problem that I have is that I try to create a nested slideshow with 2 slideshows. The inner slideshows move horizontaly and the core slides should move Vertically, Up for "next" down for "prev". What happens though is that the horizontal ones move OK but the vertical slide is not happenning, it simply moves to the new image (the 1st of the next slide) but without transition. I have no JS errors or
  • JQuery UI Button Widget Missing when Removing A Cloned One

    When clicking the testBtn,callback function will copy the testDiv and then append the new testDiv to the old one. The original testDiv ui-button widget disappear after removing the new testDiv. <html> <head> <title></title> <script src="./script/jquery-1.5.2.min.js" type="text/javascript"></script> <script src="./script/jquery-ui-1.8.11.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){     $("button.testBtn").button().bind("click",function(event){
  • slide show image l

    I'm doing a slide show image like bing. demo: http://otohn.com/slide/welcome.html Source Bing fixed 5 images slideshow. admin can view more photos code fix it? may 10-20 ... image. Thanks !
  • Is Parallax with a slight tilt or rotation around the base layer possible?

    Hi everyone, I'm new to jQuery and would like to create an image that utilizes Parallax, but would also like there to be a slight tilt or rotation around the base layer. The effect would be similar to a camera dolly that was fixed on a single point. Any suggestions to accomplish this would be appreciated. If it's not possible then I'll go the embedded movie route. I'd just like it to be more interactive. Thanks.
  • Slider Issue

    Hello Experts ! I am a novice in understanding the working of  Jquery plugins.But in my website I have extensively used Jquery plugins. I request the learned members present on this forum to help me resolve a issue which has been troubling me from a long time..On my home page (http://cricketwar.com/?hidAction=home) the top drop menu i dont see the blue slider line on mouse travel..but on certain internal pages like these (http://cricketwar.com/?hidAction=pros1 ) i see the blue slider line on mouse
  • Jquery proxy.invoke

    I have been using west wing's ww.jquery.js proxies to make calls to our .asmx. So far the basic premise works: var parameters = new Object;     parameters.hi = "Hello";       proxy.invoke("getHello", parameters,             function(searchResults) {...blah blah The asmx call: [ScriptMethod(ResponseFormat = ResponseFormat.Json)]     [WebMethod(EnableSession = true)]     public string getHello(string hi)     {             return "hello";.... This works just fine..however, I don't want to pass a paramter
  • animate not working in safari

    I'm using Fancy Form Slider and love it. In firefox, it's working great. In Safari, its not so hot. Check it out: http://beta.crambu.com/clients/createPromotion.php It renders fine in both, but the animation is acting REALLY weird in safari. I've used alerts to see if its using the correct data, and it is. Both the "current" and the new marginLeft are properly being set (in fact, it IS being set in safari, because when i inspect the element, it has the right margin-left data thats being alerted.
  • what is this error pls

     this is my own, IDE underlines dot before "is" in read, meaning it's an error.. what is the error... if ( $('.fakeRadioButton' this).is('.fakeSelected')) { $(this).addClass('bg_white'); }   compare w/this, from jQuery site,   if ($(event.target).is('li') ) { $(event.target).css('background-color', 'red'); }   thank you..     (PS: there's something wrong w/editor in this window, once I make a font-change, I can't do it again to another paragr.. same thing happened yesterday...   (I think code should
  • Upload an photo using $.ajax

    Hi, I have a registration form in which I would like the user to have a preview of the photo he selected to upload. I know that I have to upload the photo to the server in order to display it to the user (security reasons - can't access the full photo path from JS). I would like to upload the photo to the server using the $.ajax method without any plugins involved - is it possible? If it's possible, please supply a link :)  I searched on google and couldn't find any code examples... Thanks in advance
  • how to submit a form using ajax in jquery?

    I am currently using jquery  .post ajax code to submit a form.  The problem is that when I click on submit it takes me to the php file page. Which is blank. I don't want this... this functions just like if I  made the form in html meaning when submit it takes you to the .php file well opens it in a page. I want to use ajax that when you click submit it submits the form and then shows a message on screen. When I click the submit button my message gets shown on the screen saying it submitted successful
  • a4.1 Icon positioning in Android 2.2

    Updated to a4.1 and now the icon positioning is off in Android 2.2. Looks ok in Firefox 4.0 desktop browser with iPhone 3.0 user-agent.
  • Need help learning the basics of this

    Are there any resources out there to help me learn this? I've checked out the demo and its source and it's definitely, to me, more challenging then coding a regular website. I only know how to do the front-end side of websites so this looks hard. I downloaded the css, js, images from the jquery mobile site and I'm trying to look at the code to figure out what's going on but because it's already written for me (like the css) I'm having a hard time figuring out how to make things work. I looked at
  • How to make a news ticker same like one used in yahoo.co.uk ??

    please any one can help me to do the news ticker like one used in http://uk.yahoo.com/ im using Asp.net , so news will be selected from a table using asp.net codes.. thanks for all Regards
  • Handling paste event on mouse click...??

    Hi,            I need to call a function when user copy and paste the text value in the text box. I tried using "mousedown"  event. But "mousedown" event handles left and right clicks when user clicks on the paste link on right click unable to handle the event. I am using jquery 1.5 . Please help me solving this issue. Thanks in Advance, Deemanth
  • wink-like effect not working with animate()

    Hi guys :) I've created the following rollover effect but it doesn't work as expected : $(document).ready(function(){         $('#area-row-2-sub-left a').bind({                  mouseover: function() {           var tHeight = $(this).height();       $(this).find('u').animate({height: '0'}, 400, function() {                    $(this).find('u').animate({height: tHeight}, 400, function() {               });             });           },                    mouseout: function() {           }         });
  • Selecting one item and manipulating muliple items.

    Ok, I am missing something here but this is what I want to do.  I want to select a checkbox as such $('chkRequired');   Easy enough.  But I want to then use $(this).attr('checked','true');  and then $(this).show(); and then $(this).next().show();   How can I formulate that into something like:   $('chkRequired') ???? {       $(this).attr('checked','true');       $(this).show();       $(this).next().show();       };   Thanks, Cory
  • List Retrieval and Display on Click (maybe hover, too)

    I'm new to jQuery. Not sure if this belongs here or in jQuery UI....   I have a table with checkboxes (with short text). Each checkbox needs more information for the user if they want it (either hover or click the text -- haven't decide which or both?).  However, I don't want to download all the extra text if they don't need it.   So, How might I go about detecting the hover or click and then asking the server for some more HTML that I could then display until the user mouses-out?   Thanks, Owen
  • Append link title attribute to link body

    I'm trying to append the title attribute to the text of my link. I've got it working, except for the fact that all three links are showing the first link's attribute. Check out the demo at http://outdoor/fuelmultimedia.ca Hover over the Products menu item, and you'll see the drop-down with the attributes.  This is the code I'm currently using: var $titleText = $("#top nav ul ul li a").attr("title"); $("#top nav ul ul li a").append("<em>" + $titleText + "</em>");
  • Animate scrollLeft get problems in IE and FF

    I´m trying animate horizontal scroll. I use this code: <script type="text/javascript" src="jquery-1.5.2.min.js" ></script> <script type="text/javascript"> $(document).ready(function() {  var margin = 0;  var width  = $('body').width();       $('#next').click(function() { margin +=width;         $('html, body').stop().animate({scrollLeft:"+="+500},1000); $("#prev a").css('visibility','visible');     });     $('#prev').click(function() { margin -=width;         $('html, body').stop().animate({scrollLeft:"-="+500},1000);
  • JQuery selectors with ASP.NET controls

    I am trying to make sense of the selectors in JQuery when using it with ASP.NET 3.5. In this .NET version the server modifies the control ids when it creates the page. I have seen two methods of selecting a control as shown below where dd is the control id. 1. var SelectVal = $("input[id *=_dd]").val(); 2. var SelectVal = $('#<%=dd.ClientID%>').val(); Method 1 works well with asp.net textbox controls but does not work with asp.net dropdown lists. Method 2 seems to work with all control types. Can
  • Poll server for file date?

    Hi.  I have a page that serves up data that is refreshed every 30 minutes.  I'd like to do the following: Data last updated April 15, 2011 at 4:36 PM (16 minutes ago). I'd like to refresh the date automatically without the user hitting Refresh. Two questions.  One:  How do I poll the server every 30 seconds and check a file date? Two:  How do I do the "16 minutes ago" part?  Thanks for any help.
  • collapsible does not appear when returning to page

    I've generated a collapsible dynamically and it works when I first go to that page, but subsequent visits do not show the collapsible.  What am I not understanding? Here is the code.  click 'Run' at the top left to start.
  • Migration from jQuery 1.2.6 to 1.5.x

    Hi guys, Our code still uses jQuery 1.2.6 but we'd like to upgrade to 1.5.x => is there any guideline, how-to, documentation about migrating from an older version to the current one? We are hoping to see things like: What to look for How to change certain constructs that don't work anymore etc. Thanks, MM
  • SlideToggle

    Hi!, How do i check if the state of the object that i have used the SlideToggle i need to add different calculations depending on if the object is visible or not. like if (div = visible) do something slidetoggle the div else do something else slidetoggle the div any sugguestions?
  • jQuery Numeric Stepper and Shopping Cart Problems

    Hi Guys, I’m using woo cart from CodeCanyon to build a micro site that sells just one product this works great but when the product gets added to the cart theres no numeric stepper so i implemented one and that works also to increment the value in the input field. BUT even though the numeric stepper makes the quantity input field increase the actual product quantity and price don’t increase with it. How i can stitch the two together so that if i click the plus on the numeric stepper the price goes
  • item position replaced by other items below in a list

    Hi, I have a page where there is a list of items and a drop container. When I drag item, the other items below the one that is being dragged moves up. Can other items stay in their respective positions when one of the item is dragged away? I am new to this and any help is greatly appreciated. I have list of items like this: <ul id="allItems">             <li id="node1" groupId="box2"><img src="nmm_logo.png" height=70 width=130 align="left""></img></li>             <li id="node2" groupId="box7">Paris</li>
  • Prototype user - easiest path to Jquery?

    Hi all, I'm a Prototype user and would like to learn Jquery. I like the depth and flexibility of Jquery, It does a lot more with fewer lines.  Can anyone suggest the best path (book, online) to help me make the move? Many thanks, Jeffrey
  • How do I enumerate properties of jquery objects?

    I have a menu that is made from a ul element (with li children).  Here is an example: <ul id="menu" > <li><a href="#divEntire2">Home Page</a></li> <li><a href="#divAboutUs">About Us</a></li> <li><a href="#divLogin">Log in</a></li> </ul> I use CSS to make the ul elements look like a menu.  This behaves OK when you click on the words, but nothing happens when you click on the background under the words.  (there is a background image that repeats that creates the illusion of a bar under the menu with
  • submit and email two separate forms from one onclick event

    I have a web page with two forms.   I would like to click on a button and email both forms, one after the other to two different email addresses.  I am new to jquery and I can't figure out the syntax but my attempt is below.  I can do this with javascript but it only works in IE and FireFox but not in Chrome.   <html> <head> <script type="text/javascript" src="jquery.js"></script> $('#target1').submit(function() {   alert('Handler for .submit() called.');   return false; $('#target2').submit() });
  • running 2 effects one after another causes the element position to change before the second effect

    When I run 2 effects one immediatley after the other, before the second effect happens the position of the element is changed from: position: absolute; top: 245px; left: 460px; to position: relative; top: 0; left: 0; This is the jQuery code I am using: function runEffects() {       jQuery(".GasTestClass").effect("shake", 250);       jQuery(".ExpiredClass").effect("bounce", 1000); }The img element I am running the effects on: <img class="GasTestClass ExpiredClass" src="Images/Icons/Group.png" style="position:
  • Dynamic Pages with jQuery Mobile

    Hi all, I'm a new member of this forum and I greet all members of this comunity. I have a question for you relating jquery mobile. I have a web page that is built dynamically with inserting in the message body some tags "a" with href that link to an external page. These links work fine, but the problem is when I try to come back to dynamic page from the external page, all that has been created previously you don't see anymore. I home you can help me. Thanks
  • Cluetip : this is how to handle a good mouseout on link

    Users of Cluetip, we are many to look after a way to 1- show Cluetip when a link is hovered, then discard it when mouse goes out 2- BUT keep cluetip opened if the mouse did go inside the cluetip, so that we can click on links inside the cluetip This is how to do it. Just add this parameter :     sticky:    true,     onShow:   function(){                      $('.mylink').mouseout(function() {  // if I go out of the link, then...                         var closing = setTimeout(" $(document).trigger('hideCluetip')",400); 
  • Is there a smaller jquery?

    I'm using the jquery UI Accordion to implement a FAQ page.  This all works fine, except that the page first has to spend 600ms loading in jquery-1.5.1.min.js  and then another 300ms loading in  the Accordion UI.   I'm sure this one accordion  function isn't using the whole 83KB of jquery.  Is there any way to reduce the amount of jquery code I have to download to implement this? I looked into gzip but my site is hosted on a shared server, where they disable gzip to conserve CPU cycles, so  that doesn't
  • Replacing a set piece of html with another

    Hi guys, wondering if anyone can help? I am wanting to select a set piece of html and and replace it with another piece of html. I've used the replaceWith command but I don't think I've written the script correctly to select the piece of html as it breaks the script. thanks guys
  • alignValue.toFixed is not a function

    Hi, I am using jQuery UI 1.8.11 in relation with jQuery 1.5.11. I have a div-control which is transformed into a slider using the corresponding slider() function. When sliding this control, the Firefox Javascript Console announces an error on line 427 in my (minimized) jQuery UI source file: alignValue.toFixed is not a function. Sometimes, the slider does not work after this error, sometimes the slider works although. This is not deterministic. From my point of view, it seems that this is a bug in
  • Problem facing to switch in the same tab

    I have implemented "tabs" of jquery in my application. In my second tab there is a "form with submit" button. Form contains some field which is required so when I click on submit without filling the required data in form my page refreshes after clicking submit and I again see the first tab selected . I want when I click submit then the same tab should be selected in which my form resides. Tried hard but no luck.. Any help would be higly appreciated... Thanks - Pranav
  • Help on Window Widget

    Hi everyone, listen up. in advance, sorry my english is not the best! i'm writing a window for a window manager with jquery, one problem tough, i can launch as many windows as i want, also have a routine to minimize the windows(which can be dragged in the virtual desktop), but when i try to restore the minimized windows, the only keep the left position, the top is the same for all of them. what am i missing? i attached the script. Help please
  • 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