• How to select class only in same div

    Hello I can select radio val, but how to copy price to new div. Thanks so much <script> $(document).ready(function () {     $('.selectitem').bind('change click keyup', function() {     $('.myselected').text($(this).val());     $('.myprice').text($('.price').text()); }); }); </script> <h2 style="margin-bottom:20px">Product</h2> <div class="box">      <input name="selectitem"  class="selectitem" value="Item A" type="radio"> Item A : <span class="price"> 5  </span> USD </div> <div class="box">   <input
  • Youtube API with jQuery - real time video

    Hi everyone, I'm wondering how to make real time video from youtube Api with jQuery. So after refreshing page Youtube video will be loaded at real time (still going - for everyone the same time). Example of what I would like to get on www.bobtv.pl After refreshing page video from youtubeload like it is live. Thanks for help and sorry for my English. Regards
  • Is it still necessary to use sizzejs?

    I'm using a custom jQuery build through this site: http://projects.jga.me/jquery-builder/ . JQuery build: without deprecated, without event alias, and without sizzlejs. Building without Sizzlejs really reducing the size of the file. And selectors still work fine. For IE, I just supports at least version 10. The question is, what is the advantage of using Sizzlejs when i just support the latest modern browser? And whether the benefits without using Sizzlejs?
  • Problem in JQuery ui Menu links when the user press Space or Enter key. It works with a mouse click.

    The 'Enter' or 'Space' key is not opening links in the jQuery UI menu. How can I get it to do this I tab into the menu in my browser and I can move around with the arrow & tab keys just fine, but if I want to open an active link I have to use the mouse...I can't just tab to a link and hit 'Enter' to open the content.   I have search in this forum and found that other users also has this problem, but I have not seen any solution of the problem so that is the reason why I created a new issue in this
  • jQuery UI Tabs - Off-Left hiding of charts and maps

    Hi, I have used the off-left approach on the ui-tabs-hide class to get all my chart and maps which are placed in hidden tabs to display correctly. Since jQuery UI 1.9 the ui-tabs-hide class has been removed and replaced by the hide() method. Not surprisingly all my charts and maps are now being displayed incorrectly. Is there a way to implement the off-left approach in jQuery Tabs > 1.8? Regards Mark
  • change the handle image of a multi range jQuery slider.

    i have been.able to change the image of all the handles, but is there a way to make each handle with a unique image?
  • please transition in mobile with php,

    Very good, In the desktop version of Chrome, simulating user agent firefox 14 android mobile, so good transitions between pages, but then the phone does not go any transition, why? I say also that I'm using php within data-role = "content" when I call a php page, I require (content / abaut.php); can help that logic does this code html <div data-role="page"> <div class="header-decoration"></div> <div class="content"> <div data-role="header"> <div class="header container"> <div class="call"> <a data-enhance="false"
  • sliden points problem

    hello i have serious problem about my script. my site is like this: <div class="pointActions">     <ul class="point" id="point">     </ul>      </div>                            <div id="menu">       <ul id="example-two" class="group">         <li class="menuItem" id="current_page_item_two">             <a href="#"></a>             </li>         <li class="menuItem">             <a href="">                 <img  src="" alt="thumbnail" width="80" />                 </a>             </li>         <li
  • dynamic radio buttons as navigation not working until page refresh

    Hello I have a bunch of radio buttons, in a popup, that use the below to show and hide related divs, thus allowing them to be used as a form of navigation.     $(":radio[name='radio']").on("change", function () {         var test = $(this).val();         $(".radio").hide();         $("#" + test).show();     });This works find when I load the page, the code in contained within the  $('#gameIndex').on('pageshow', function (event, ui) { However I also want to be able to dynanically add new radio buttons
  • how to disable the selected days in jquery?

    Hai friends,           I newbie of jquery and i 'm using jquery date picker in my web application. (ex: i choosed 5-may-13 and give number of days =5 submit button. now my date picker ll show the 10-may-13.now i again choose the date picker on same date or in between dates ll be disable. how to do it. ) these my requirements
  • How click a link with JQuery

    Hello.. I am very new to JQuery....I have the following questions.. 1) I am using AHK Hotkeys to click a link.....with this code... com_init() pwb:=iweb_getwin("")         ;("")...blank...focus on active window  text:= COM_Invoke(pwb, "document.body.innerhtml") string = fruits IfNotInString, text, %string%   {   Send, {f5}   while COM_Invoke( pwb, "readystate" ) <> 4    Sleep, 50    while COM_Invoke( pwb, "document.readystate" ) <> "complete"    Sleep, 50   Goto, try_ctf3   } else   {   JStoSend=javascript:window.location.replace('/market.jsp?order_date=01-01-2013&amp;order_type=Fruits&amp;lang=EN')
  • Page does not finish loading when using getJSON

    Hello,          I am a beginner to jQuery and I am facing a odd problem. I have to retrieve some information via the getJSON method in jQuery from a php page. But everytime I open that page, my data is retrieved without any problems but the page is shown to be still connecting. Please see image-:   Also I am getting weird links when I right click on the back button-: "wyciwyg://:http......" Please see image-:   I thought AJAX requests where not suppose to load another page then there should be no
  • how to add comments and code to a post

    Ive posted a few times now, mostly to ask for help. Some times I need to quote a post and/or add code(more than a few lines and I find the code and comment buttons confusing. I'm used to the BBcode that a lot of invision and phpBB forums use. I can't make sese of the ones used here. If I want to copy and pase say 10 lines of code and I click on the "code button" I'm presented one blank, numbered line. Now in the past I have just pasted that code in the text box and it pastes all right but it is not
  • Draggable, Droppable, Selectable, Sortable w/Scrolling and Duplicating

    Hello! I'm trying to accomplish something that probably a lot of people will be useful, especially for those who make RIA (Rich Internet Applications). The idea is to have two sortable list where items can be dragged from one list to another, of an item or to select several at once (for example by pressing Control + Click) and pass them to the other list. I would also like to ensure that the items of Schedule 1 could be duplicated in the list 2 for example. The data that make up the lists are provided
  • Need desperate help with Jquery slider tooltip

    Demo website : http://iphoneholics.com/webpage/index2.htm Reference Website [took the code help from here]: http://www.hongkiat.com/blog/jquery-volumn-slider/ Demo of Reference Website: http://media02.hongkiat.com/jquery-ui-slider/demo/index.html If you check the demo website, and drag the first slider (Email slider) you will the tooltip box and text appearing - BUT it is not following the Slider handle. I want it to follow the slider handler like in http://media02.hongkiat.com/jquery-ui-slider/demo/index.html
  • Listview: Is there a problem with IE10 on windows 7

    once the page is loaded on windows 7 in IE 10, the listview has the following behavior: - the list dots are still there - the list is extended (separated) and that happens on all lists whether normal listview or in a tollbar.   if you hoover over the items things get into place, or if you move to another page, it becomes OK. any advice?
  • menu widget submenu not working

    Hello! I am working on a menu that has 2 levels of submenu's and is responsive with a bootstrap 12 column layout. My issue is that the submenu's do not show correctly...they simply flash and are gone again. Can anyone please help This is for an assignment due on Wednesday (5.8.13)???  Thanks Here is my HTML  .....................      <ul id="menu"> <li><a href="#">Computers</a> <ul> <li><a href="#">Laptops</a></li> <li><a href="#">Tablets</a></li> <li><a href="#">Desktops</a></li> </ul> </li> <li><a
  • Dynamic Content

    Hello all, I am really new to using jquery mobile and am simply figuring things our from the demos and copying bits of code from there and making small changes. however I am building my jauery mobile pages with php based on different circumstances. I am finding that some times the page doesn't have the correct content until I hit refresh. Can anyone help me figure out how to force the page to refresh the content every time the page loads? thank you all for the help.
  • Ajax call from phonegap to login in Yii fails

    I'm doing my first phonegap app and I run into login problem. I have an appLogin action in the site controller and I know it reaches the controller's action and logs in - anyway the credentials get validated and login is successful. But the ajax call in app fails to get response. If I comment out the login part and just echo something the ajax call is succesful and receives the response. I know I'm probably missing something basic regarding authentication. What is it? BusinessBox.prototype.serLogin
  • Making menu collapse on page load

    I am looking to collapse the jquery accordion menus on the how can i help and useful tips pages.  When the page loads the menus are already open, I am not sure why or how to make sure they are collapsed when the page loads?  The link is   http://www.cherrietestingwebsite.org/help.html   http://www.cherrietestingwebsite.org/tips.html
  • Hello, i m new in using Jquery

    guide me to use menubars having jquery effects... and are the basic things to be attached in the Actual code and which files(css, Js) i need to use jquery... Bishmeet.singh13@GMAIL.com
  • How to override jquery mobile CSS

    Hi, i am using jquery mobile and also have my own css file. once i am applying the jquery css it is taking over some of my own css configurations like background color. i have tried using !important, load my css after jquery css but nothing helps. can anyone assist?
  • Updated to jQuery 1.9.1

    I'm making heavy use of jQuery and jQuery Mobile in a mobile application. I've recently updated my libraries - the one I was using before is started to get a little outdated (jQuery v1.7.2 and jQuery Mobile v1.1.0) and now it's started to catch up with me so I decided to pull the plug on the older versions and upgrade to v1.9.1 and jQuery Mobile v1.3.0 (I'm aware 1.3.1 has been release very recently so I expect I'll update to that). However, for the most part the upgrade was painless and pretty much
  • Mindate for datepicker?

    Hi, I have implemented datepicker from this site http://www.eyecon.ro/bootstrap-datepicker , but unable to set mindate is from 1900 year to it. $(document).ready(function() {         var $ = jQuery;     var now = new Date();         $("#loader").hide();         $('.datepicker').datepicker({format: "dd/mm/yyyy",         onRender: function(date){             return date.valueOf() >= now.valueOf() ? 'disabled' : '';                    },     })     <div class="form-inline">                 <label style="text-align:
  • jQuery load function stripping out end-of-line characters

    I'm having a problem on random IE8 and IE9 browsers when I call the load function on the below html page.  It's supposed to simply load the contents of the text file gAddress.txt into the textarea.  But for some reason on some IE8 and IE9 browsers, it strips out the end-of-line characters so the text:   a   b   c   d   loads instead like:   a b c d   I'm running IE10 on my computer and the process works fine and I've actually found one computer running IE8 where it works (which baffles me even more). 
  • Updating Superfish a Wordpress theme

    Hi! I recently bought a theme called TopBiz, which had an old version of superfish (1.4.7), which didn't work quite well on Android. The company I bought the theme from doesn't seem very interested in updating the theme fixing this error, so I'm trying on my own. First I downloaded Superfish latest version (1.7.2), which works on jQuery 1.9.1, but I noticed my Wordpress installation uses jQuery 1.8.5, so I guess it won't work (and I don't want to overwrite Worpress' jQuery files, as I'll most likely
  • Problem with loading jquery based website in Google Chrome

    I recently finished website that is working perfectly on all browsers except Google Chrome... and cannot seem to find solution. It is www.vjencanjanaotvorenom.com Works great on Firefox, Safari, IE but Chrome won't load anything on menu click... I think it is something to do with jquery that should load the window (on open in new window it works fine - even in Google Chrome - but menu clicks don't) Any help is much appreciated ty
  • jQuery() vs this.constructor()?

    I noticed a few places (init, pushStack, end) in core.js where this.constructor() is used instead of jQuery() which is used throughout the rest of the library.  Is there a reason for this?  As I understand it this.constructor() is always a reference to jQuery(), is there any situation where that would not be true?
  • work with a XML retrive or rest service.

    Hello all, I consume a rest service, and retrieve a XML from it, this XML contains a list of things, my question is, how i can transform this XML information and generate a list in a jQueryMobile format? in other words, i need to parse a XML data in a jQuery components.
  • Few questions regarding Jquery Draggable

    Hey all, I'm quite new to jquery and javascript. I'm trying to create a small webapplication that allows me to create a day schedule fast and easy. It's going good for the layout part but i'm stuck with the interaction part.  I have a webpage with a few draggable blocks. I would like to create a button to save the current layout (as the blocks are dragged around). That's my first problem. My second problem is how i can make a button to add a block and let the user input the name of that block. The
  • jQuery 1.8.2 | Youtube embedded iframe, dynamically load Youtube video without reloading player?

    Is it a current fact that using the Youtube iframe embedded player means having to reload the player when dynamically swapping video content? Should I understand that I can only use the swf object embed in order to dynamically change the video src with the javascript API? I use the Youtube iframe API for iPad users (for HTML5 video) and everytime I dynamically load a video by it's ID the whole player has to reload before loading the video. That's alot of wasted time between video loads. Is there
  • TableSorter plugin throws Object does not support this property or method

    Hi All, I'm getting the Object does not support  this property or method JS Error, when I use this plugin. Below is my code. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> <script src="http://code.jquery.com/jquery-1.9.0.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.0.0.js"></script> <script type="text/javascript" src="jquery.tablesorter.min.js"></script> <link rel="stylesheet" type="text/css" href="style.css"
  • Text too much to the top under header.

    Hello! I have a problem. Let me show you this picture: Both are scrolled up to the top. As you can see one the left side some of the text in under the header, and not completely visible. The left picture is at the first load. When I go to another page and then back to home it's OK (see the right). This app/site can be found at: http://www.cassy-web.nl/app/vanengelen Thanks!
  • Apple store reject my app (based jquery mobile)

       Firs time i developed my app.it was only contain webview and it just call website to webview.They rejected my app.Then i looked for advice som developer said "you should IOS features"   So i used objective c..i used IOS features.Such as check network connection,splash,i replaced static form with IOS form...in my app i used all thing with native expect google map....for google map i used jquery mobile but they rejected again...there are some screenshoot from my iphone app and it is performance
  • Getting all ids in inside js function

    In below code, this div have more than one Ids.I Need to get this js function.How to get this in js function? Code:  <div id="Ids">'Id'</div> function idvalue(){       var idvalues = $('[id="Ids"]'); alert(idvalues ); alert(idvalues.length); } I got the 0 length in alert.How to get this?
  • jquery mobile link not working android

      hi, i developed a small web mobile site...in default page there are links... in iphone when i click links it works but in android (below 2.3 version) it does not work... in this links  http://e.yazilimsozluk.com/ when i click this ( Patatesli Kek Tarifi) it works with iphone and android   but not works with android  which version under2.3 version what should i do  i tried   <a rel="external" href="Home/TMGetir/7" </a> i tried wtihout external such as this <a href="Home/TMGetir/7" </a> but it does
  • Preloaded CSS background images not staying in cache for long

    Hello,          I am a beginner to jQuery, I am using the the latest version of jQuery. I am creating roll overs which when hovered on will change the background image that is used in the style sheet. Now since these images are large I want to preload them using javascript. The code that I am using to do that is-:   var img1,img2,img3,img4;  var list=[ // Preloading the images to avoid flickering.     "images/hoverEffect/foo1.png",     "images/hoverEffect/foo2.png",  "images/hoverEffect/foo3.png",
  • Text to much to top

    When loading the page on a smartphone, the text in content is to much to the top (under the header i guess) <div data-role =" page " data-theme =" a " id =" home "> <div data-role =" header " data-position =" fixed " data-tap-toggle =" false " style =" background:#FFF; "> <img src =" h eader_demo.png" style =" width:100%; "> <div data-role =" navbar "> <ul> <li> <a href =""> Header Bar </a> </li> <li> <a href =""> Second Item </a> </li> </ul> </div> </div> <div data-role =" content "> Text here,
  • Making simple modal demo dynamic

    this code works great http://www.ericmmartin.com/projects/simplemodal-demos/   But I can't seem to make it dynamic using an asp.net data list.   http://forums.asp.net/p/1902263/5384298.aspx/1?p=True&t=635032668450281300   I suspect my problem is when I'm calling the javascript that updates the image.src  i've likely already bound.   My issue is not ASP.NET or C# related.  I just want to be able to change the popup image. I've emailed the author of the add-in but he has not responded.   Many Thanks
  • JQuery Mobile select menu events, detect when menu closes

    Hi, Is there a way to detect when the jquery mobile custom select menu closes? Our application allows a user to select one or more choices from the menu - multi-select. When the menu closes, an ajax call is made using the selections the user made to the menu. Currently, the 'change' event fires each time the user selects an item. There is no way to know when the user is done selecting items so that the ajax call can be made to retrieve data based on the user selection. Mark
  • 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