• Can i do image sliding (Carousel) in jsps for mobile?

    I need to design a jsp page for mobile where i need to put some images and these images has to slide one after another with the swipe of the finger (carousel feature). can anyone tell me how can i do that?
  • Hi there :) is there someone out who can help me add autoplay, for my scrolling slides!

    $(document).ready(function() { myFunc(); $('a.link').click( myFunc ); } function myFunc() { $('#wrapper').scrollTo($(this).attr('href'), 200); setPosition($(this).attr('href'), '#cloud1', '0px', '5px', '20px', '30px') setPosition($(this).attr('href'), '#cloud2', '0px', '100px', '200px', '400px') setPosition($(this).attr('href'), '#cloud3', '0px', '15px', '30x', '45px') $('a.link').removeClass('selected'); $(this).addClass('selected'); return false; }
  • dialog and load() in ie8

    I have a page (test.html) with a link to a dialog (dialog.html), that then loads a listview (list.html). This works in all browsers except ie7 and ie8. If I then make the dialog a separate page (test2.html) it loads the list fine in ie7 and ie8. Any suggestions/solutions? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Two minimal/simplified examples that represents my problem: https://zero3.dk/guru/testing/test.html https://zero3.dk/guru/testing/test2.html
  • Data-ajax true jquery mobile

    I  tried to try Data-ajax true and then link to another HTML file.. when the HTML file load via ajax.. content not load, and any js script not working.. any advice for me..? please help me..
  • jquery superfish wordpress

    Hello everyone, I've been staring and trying this for hours now, but I really just can't seem to get this to work. Can someone please help me install the superfish menu to my Wordpress Theme? I made a new theme with the Starkers one. I found a few tutorials on how to add the Superfish drop down menu but they all seem different, and I still just can't seem to get this to work. I really don't want to use the plugin. Please help me! Thanks in advance Stephanie
  • mousemove event inside mousedown

    A little question about events. I have this code to scroll a div with self made scrollbars when the user selects text and gets out of the div. scrollPane.mousedown(function(){       scrollPane.off('mousemove').mousemove(scrollOnMove); }); scrollPane.mouseup(function(){       scrollPane.off('mousemove'); }); The code works fine. I'm just not sure if it's good to handle the events like this. Is the mousedown evenet fired only once? If yes it should be no problem. But if the event is fired constantly
  • How to make an RSS driven news content slider?

    Hi guys! I was wondering how could I make this featured content slider http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/ work with RSS, so it would show the latest 4 news from my RSS feed, with an image, title and description. I looked for a solution everywhere, but I can't seem to find anything. Can you guys please help me? Thank you
  • Buttons select but do not perform their action

    The following behaviour is observed in my jQuery Mobile 1.2 app in Chrome and also when deployed as a PhoneGap (Cordova 2.2) app on iPhone and Android: About 10% of the time, when I click a button, it highlights the button but does not perform the appropriate action. A good example is my navigation button bar because I'm not doing anything special:     <div data-role="footer"  data-position="fixed" data-id="navbar" data-tap-toggle="false" data-theme="c">       <div data-role="navbar">          <ul>
  • Can Ajax keep reloading/executing for multiple days without true refresh?

    Ok, here's the scenario. I'm wanting to have a page open on a client for a long, long time. Say... one week or one month even. I've got Ajax sending requests continuously, sending a new request whenever data is received or whenever the initial request times out. Code essentially is: function doTempPoll() {    $.get("api/feel/ac/currentTemp.php", function(data){ apartmentTemp.refresh(data); doTempPoll(); }); } doTempPoll();and on the server side, the server only sends data when something changes (in
  • How to use jQuery without a browser?

    I've been using jQuery for several years now. I am now working on a project where I need to modernize a system of data records.  In the current system I'm working on, there is a file for each record.  The file contains the HTML of the form submitted by the user.  I think that jQuery would be a great tool to parse these files. I've written some Javascript code that runs in CScript that enumerates and gets the text of each file.  I would like to write something like this: name = $(htmlFragment).find('#txtName');
  • jQuery UI.tooltip position:fixed;

    When using the tooltip widget (in development, I know) the positioning of the tooltip failes if my browser viewport is not on the top of the document (scrollTop > 0). The same happens in the demo at http://wiki.jqueryui.com/Tooltip. I have tested in FF3 and IE8. Changing the positioning from "position:absolute;" to "position:fixed;" in the tooltip css solved the problem. Is this the correct fix or is this causing other problems? Thanks, Bart
  • jqGrid cant get started with it

    I have installed jQuery, jqGrid a customer ui  with the corresponding theme.  I have checked to make sure JQuery is working and that my links are correct.    I'm a bit of a noob, so  any help I can get will be much appreciated.  I was thinking that at a minimun, something should appear, some default empty grid or what, on my test page after getting all pieces in place.  Is that even close to right? My test page below contains some links to some home made js as a check for the links a jQuery call
  • Build a "copy" button to copy and paste text into a different program...

    I have been building a program which generates text based on specific options and displays it in a pop up dialog box.  I would like to have a button which, on click, will copy all the text that is displayed, so I can take it and paste it somewhere else without having to highlight all of it, right-click, and copy.  Is there a way to do that?
  • Ajax Jquery file download

    i want to download a XML file using jQuery's .ajax() call in that i am specifying action class URL.   in action class i am creating one file and writing in that file. but its not working i am getting error in .ajax() function.. 
  • 1 Ajax request performing 2 GET requests and not supposed to.

    Strange behavior when performing a ajax request. from this function: function ajaxDialog(AjaxUrl, type, targetDom, dialogedDom, tabs, tabIndex) {     $.ajax({         url: AjaxUrl,         type: type,         DataType: "html"     }); } I can see two GET requests bein perform. There is no way I could be happening But it is. Could someone gimme some help? Thanks Guilherme Longo
  • Scrolling breaks animations - Safari Mobile

    Hi! I'm using jQuery 1.8 on my mobile website. I see that on Safari Mobile (iOS 6, iPhone) my animations (.animate, fadeIn, etc) breaks when I start scrolling the page during animate! "Scrolling" - I mean default browser scrolling - nothing special. Any ideas ..? :) M.
  • Gridster Plugin new items added to the right instead of bottom

    Hello there, so i am using this plugin http://jsfiddle.net/maxgalbu/UfyjW/ …(its a modified version of gridster) and i would like to know how i can change it to expand to the right when new items are added...when you add a new item it gets added to the bottom and the rows increase...but the number of columns is fixed..i would like to make it like the windows start screen when you reorder stuff...
  • Set Focus if Email id Exists

    Dear All  Writing a program for membership registration. If a member is already registered , i want JQUERY to display 'Member already exists  <tr class="text12bgf3">               <td height="26" class="text12bgf3" align="left"><span class="textblue">Email</span></td>               <td class="text12black"><span class="textblue">:</span></td>               <td align="left" class="text12"><span class="textblue">                 </span>                 <table width="100%" border="0" cellspacing="1"
  • Default icons different color on iPhone/iPod from default

    Simple story, can't figure out what the problem is. I built a custom theme and set the default icon color to black. Looks fine on tablet, but my iPhone and iPod are showing white icons instead. I figure there's a media query somewhere, but can't find it. Another weird thing: the icons in the navbar are still default and they're still black. So they're both on the same page, but display different color icons.... Anyone else having this problem or know what might be causing this issue?
  • Swipe through multiples pages

    Hi all, I'm working on a web app which have 3 pages. There is the possibility to swipe from these 3 pages, but there is a problem if I swipe too much. Here is an example: http://jsfiddle.net/phillylovepark/gZNQZ/1/ If I swipe until page 3 and then swipe back until page 1, during the swipe between page 2 and page 1, the web app will swipe from page 2 to 1, then go back to page 2 and finally show page 1. This is very strange because the problem appears only after 4 swipes. Has anyone already faces
  • Auto load more after reaching to the bottom of the page

    Hello, does anyone know what jQuery script is similar to facebook or 9gag when you scroll to the bottom of the page and it auto load more results? Thank you so much
  • Buttons - How to get default right click menu.

    I notice that when using jQuery-ui buttons, the default right click menu is no longer available in IE. The default menu having the options like:       Open link in new tab       Open link in new window       Bookmark this link       Save link as       ect... As long as I have a valid href on the button, the menu still works in FF, but not in IE. You can see this by going to: http://taitems.github.com/Aristo-jQuery-UI-Theme/ right click the UI Button examples in IE and you won't get the default right
  • Where to find datepicker i18n?

    Hello! What is the intended way to find datepicker localization files? I have been searching the jQuery pages here but I can't see a download anywhere. Before I turn to Google, how am I supposed to find the files by navigating around in the jQuery ui pages? /Daniel
  • How to add new input field dynamically

    Hi, i am new to jquery. in my application (billing application in php) i want to add dynamically some input fields like product name, quantity, price and amount fields. how to add n numbers of input fields (as an array) and read the field in next page using post method. Thanks in advance
  • datepicker & IE8

    Hi everyone i'm developing a facebook app and i've some trouble in using it with IE8. The idea is that i have to develop a form, that has got 3 datepicker linked to 3 input text. In firefox, safari and chrome this app works well, but in IE8 the calendar doesn't appear when i click in the input text. I don't really know what to do to make it works. In attach you can find the source of my app. Thanks to all Gaetano
  • Problem with iframe scrolling using data-role="popup"

    I'm fairly new to JQuery, and I'm now using it just to get a popup functionality in a page where I need to show the content of other web pages inside popups. The problem is that in Safari, on an iPad with iOS 6.0.1, the JQuery popup seems to break somehow the iframe scrolling. Here are the relevant code snippets: JQuery imports: <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" /> <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> <script
  • Vertical button in jQuery UI

    Is there anyway to do a vertical button in jQuery UI? I wanted to use a button for a jquery slide-out tab but it has to be vertical which travels along the right side of the slide-out. For accessibility reasons, I'm thinking the button (if I can do it) would be preferable to an image of done via CSS as it also has to work with IE7. Any help would be appreciated :-) Thanks, Don
  • how to block click one more time if it is dblclicked before

    hi how to block click one more time if it is dblclicked before. below code's output is 1 but if you click fastly, you will see alert "1" twice. I want one time!      var divclick=0;        $('div').on("dblclick",function(){         divclick++;             alert(divclick);       }); many thanks
  • Need help for not being so redundat

    Hello! So, I'm developing a web page and I wrote a little jQuery but I think it is really redundant. The structure is simple: 3 divs positioned beneath each others. 2 of them begin on display none, so if you click on its menu item, the div will appear and the others disappear (so you can navigate through 3 pages in only one page). There's also an active menu that changes. But I could only do it by repeating a lot of lines and being a lot obvious.      <script type="text/javascript">         $(document).ready(function()
  • Confirmation Dialog does not format HTML

    Hi, I added a div to a confirmation dialog.  I then used the following to add a list to the div. $("divData").html("<ul><li>item1</li><li>item2</li></ul>") What displays in the dialog is : Item1 Item2 None of the expected formatting (ex.bullets) appear.  I had similar problems with other html formatting, but some items such as <b>this is bold</b> work.   Does anyone have any ideas on what I am doing wrong? Thanks, Jerry
  • Iframe load not in _blank window why?

    My webapp http://androidtools.androidcodex.ch have an iframe at bottom but the iframe load in the frame and not in new window (whit mobile device). Computer works but Smartphones and Tablets not? Why? Thx
  • JQuery Mobile select in listview, binding with Knockoutjs

    I have an issue when I'm trying to use a select in a JQM listview. I have a listview to list a couple of computers and in every listitem the user are able to make some changes to the computers via dropdownlists. I'm using knockoutjs to bind viewModels to the view. Here is my listview: <div data-role="page" id="page1"> <div data-role="content"> <ul id="editComputerList" data-role="listview" data-inset="true"> <li data-role="list-divider"> <div class="row"> <div class="column"> PC </div> <div class="column">
  • Rotate images with ASP .Net/Jquery

    Im a little stuck with this task which i thought was simple. I have an ASP .Net form with some JQuery to change the image. At first i thought it was the array of images not being found in my project but now im not so sure what the issue could be. Here is my code: <%@ Master Language="VB" AutoEventWireup="false" CodeBehind="Site.master.vb" Inherits="TempCollection.Site" %> <!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>     <asp:ContentPlaceHolder ID="head" runat="server">         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript">             $(document).ready(function () {                 // Handler for .ready() called.                  var imgs = ['http://i.s-microsoft.com/global/ImageStore/PublishingImages/logos/hp/logo-lg-1x.png',                 'http://i.s-microsoft.com/global/ImageStore/PublishingImages/logos/hp/test.jpg'];                 var cnt = imgs.length;                 setInterval(Slider, 3000);
  • Hi I am using jquery.mobile-1.2.0.min.js, and its only work when the page refresh

    Hi my name is Pavi and I am new on this. I am using jquery.mobile-1.2.0.min.js and I have link on homepage to navigate to innepages. See link http://www.topswitzerland.ch/index.html Inner page http://www.topswitzerland.ch/swiss_watches.html When click on the inner page it perfectly going on that page and in that page containing some data's , thats displaying with animation. But some times the animation(you can see when you click the link) is not working. When I am refreshing the page its working.
  • plugin with functions for each element

    Hello, I do not know how to explain it, but I'll try ... I have two or more elements, I would create, for each element, a box that controls some functions for that particular element. An example that could be cited are wysiwyg editors that can be applied in multiple textarea, and does not interfere in other's behavior. I'm having trouble researching this, if they have any explanation or reference would be of much help.
  • Increasing height and length of autocomplete box

    Hi all I want to change the size of the autocomplete box, the box where we type in the words. Can somebody please help me with this. Thanks hafiz
  • How can I display jQuery dialog only for matched result??

    Hello, I have create my simple PHP webpage and the following is my problem. My PHP page request 1 QueryString named "Result". I would like to show the Dialog after page loaded only when Result value equal to 1. For others, no dialog appears. How can I do this? Already tried the following code but it doesn't works. Please advice. Thank you very much if ($_REQUEST["Result"] == 1) { echo '<script type="text/javascript" language="javascript">$("#dialog-form-congrat").dialog( "open" );</script>'; }
  • getting a mega menu item(li) to drop down to show on home page

    Hi I am using mega menu on a wordpress site. I'd like to have the first menu item display it's drop down contents on the home page and also for the  the hover state to be active.  What I need to do is switch the classes on the menu item 245 to it's hover state and to load the nested ul into the subcontainer div. The nested ul and li's of the submenus don't seem to load until the top level item is clicked but I could be wrong. Thats how it looks in firebug anyway. here is the default state: <li id="menu-item-245" class="safety
  • jQuery Menu Select State Problem

    Menu with select state I'm probably missing something obvious, but I can't get the select state to display the assigned text color (#333). And the previously selected item doesn't update it's text color correctly either.
  • Making a timer start on click on textbox and then dissapear to be locked?

    I'm new with jQuery and I haven't been able to find a way to make it so that as soon as I've clicked a textbox/field a timer will start, visible on screen and after 2 minutes, the textbox will dissapear and it won't come back even if you reload the page. Someone please help?
  • 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