• Scroll Page Horizontally With Mouse Wheel.

    Hi to everybody, I still need your help because I'd like use mouse wheel to scroll my large html table. My  example. http://registroonweb.it/registro/prova.php  If there were a lot of rows I cannot see the scrolling bar. Is it possible to to ise mouse wheel for horizontal scrolling. Thanks in advance. Tegatti
  • More headings in accordian

    Hello I want to use the accordian widget and this is probably a stupid question but there are 4 headers in the online widget, i have tried to add more but they just show up as text, how could i increase the number of headers ? Thanks in advance  
  • Create Array from Variable Values

    Hi all,   I need to create an array from the output of variable values. (ex. an output returns 5 records).   Any clues/examples?   Thanks, Kelly
  • Best way to make a scrolling CSS box

    I need to create the following: 1. A DIV with a background in CSS. 2. Then another DIV over the top of the image with an opacity that when clicked, expands out over the image. But, the second DIV must only show a small "Click to Expand" button before it expands. What jQuery would be used to do this?
  • how can i use two different version of jquery on same page

    it does not work together.
  • Dynamic ovelay with jQuery

    Hi everybody, I need some help because I modified a jQuery plugin I found on the Internet, and it works as it should, but I noticed a problem, that's the plugin correctly opens a window to show a warning for the users that want to register in my website, but this window always appears every time the page is reloaded, that's to say when the user who's trying to fill in the fields of my form, makes a mistake and he sends out the form. The page is reloaded and I show him the mistake he made ( I control
  • jquery.com does not work

    Hi! Why jquery.com does not work? I cant load this site.  All peoples in my LAN cant load too. 46.172.66.94 my IP. I asked my internet provider, They told I must write ticket in support jquery. Thanks! 
  • .each item in .data storage

    Hi all, Is it possible to use an .each statement to iterate through items stored using .data? I iterated through a list and stored the data in a div using .data but would like to retrieve it via an .each Even better, should I write my list output to an array that I could run an .each against. Any help/examples are appreciated! Kelly
  • Accordion Expand accordion based on the text.

    How can i dynamically select the accordion to expand based on another accordion section header or text
  • Aspect Ratio/Screen Size Issues After Transferring Site Between Servers

    I transferred my jQuery mobile website to a client's server and the CSS no longer displays correctly. The buttons, header/footer, and all that display as they should, but the text and everything appears small as if viewing the mobile site on a desktop, when viewing on a mobile phone.  To view the before and after, go toL  junxion.rosasfreelancedesign.com/mobile and http://www.thejunxionbar.com/mobile The latter mobile site does not display correctly, yet the code is the exact same. Any thoughts on
  • jquery mobile photoswipe need refresh

    I am setting up a jquery mobile photoswipe, but for some reason it won't start unless refresh the page. here is the page with button link to photoswipe page: http://xuanyinwen.com/mobile/examples/remax.htmafter click on the photoswip button, I need to refresh the page tot get photoswipe start but if I open the photoswipe page straight away, it work ok. how can I fix it please
  • jQuery on() doesn't work on loaded inputs (datepicker)

    Hi! I have a problem with loaded inputs. The datepicker doesn't show  This is my code: $('.datepicker').on('click', function() {            $(this).datepicker({                 dateFormat: 'yy-mm-dd' }).focus();         }); This code works on the existing input but not on loaded elements. Any suggestion? PS: I'm using codeigniter and twitter bootstrap. Usually this code works but i don't know what's the problem here... Thanks
  • New line or line break in jquery

    please can any one tell me about how to inset new line in jquery as in javascript  ' \n '
  • Check a checkbox

    Hello, I am very new to jQuery. I check and test some examples from a jQuery book. In one example there is a list with a checkbox and a label. If you click on the checkbox the item is removed. My question is: The item is also removed if you click on the text (label) not only on the checkbox. Is it possible to make the click event more "exact"? I want that the user have to click on the checkbox, to remove the item, not also the label. Is this possible, and how? <li id="my-1386340707583"> <label> <input type="checkbox">
  • Override custom "selectmenu" plugin

    I'm using v1.3.2 of jqm. Upgrading to 1.4 is not an option(I know the feature I want is in there now, it's not stable enough yet though, and in my tests is going to require a bunch of changes on my end I don't have time for right now). I'm trying to add in the listview filter ability to select menus.  Here's an example of what I'm hoping to end up with: http://view.jquerymobile.com/master/demos/selectmenu-custom-filter/ As far as I can tell, if you do the following(note the data-native-menu set to
  • jquery addclass

    Hi All, I have tried various posts from here and google for the answer but to no avail. I need to really simply, change the class on a a list item when it is clicked. It is the nav bar which should have an underline green bar when clicked and hold the class until another is clicked. The page is here http://www.katiesimmsconsulting.com/richard/index.php/welcome it is the orange bar with home, about, plan your tour etc. Any ideas how to accomplish this? Thanks Katie
  • Strange borders around a search box and submit button.

    I am using Jquery mobile to create a mobile app. When I create an input box with a submit box I see a strange border-like graphic around it. Please see the attachment <div class='unit' style='margin-top: -26; margin-left: 0px; width:400px;'> <form action="restaurant_search.asp" method="get" style="width:100%; "> <fieldset class="ui-grid-a" style="width:100%; ">         <div class="ui-block-a" style="width:25%; "><input type="search" name="search-mini" id="search2" data-mini="true" /></div>    <div
  • download custom

    Hello, How download custom theme. I don't see option custom theme Thanks
  • .ajaxSuccess, .ajaxError

    Using .click, when I click the button it calls a wrapper function I have in an external js file which does a $.ajax call.  If the PUT request was successful, I want to display a message in my current document.  My code looks like: $("input[value='update']").click(function(event) { ...... callMyWS("PUT", url, bodyData) // wrappe has call to $.ajax $(document).ajaxSuccess(function() {     alert("http request successful!"); }); $(document).ajaxError(funtion() {     alert("http request unsuccessful!");
  • how to bind the data returned by json to jquery gridview in asp.net?

    How can i bind the data returned by json object d to jquery grid ? I have tried using asp.net gridview but failed. I have seen some links of jquery grid but no source code is available in my aspx this is what i have done: function get(strcode) { $.ajax({ type: "POST", url: "Default.aspx/MyMethod", data: "{'Code':'" + strcode + "'}", contentType: "application/json; charset=utf-8", dataType: "json", success: function (result) { // Here i want to bind the gridview to the values contained in d //also
  • Help on jquery navigation plugin

    Hi all, I need help with jquery navigation plugin ( https://github.com/dansdom/plugins-navigation ) by Daniel Thomson. Its a  wonderful tool and I modified it to an extent where it suits my requirements. But how can I do these two things, A. I have positioned it at the bottom of the screen and I want the submenus to shot up and not drop down when the mouse hovers over it. B. Can each menu calculate its width and take that much space? I did this by creating separate ul ids for each but is this the
  • Help needed for writing to document using jquery

    Hai i am  completely new to jquery since i am a beginner and want to know to how to write to the document of html using jquery as in javascript document.write() any one can help me
  • How to hide week ends in calendar Team work Gantt

    Hi,   I working the Teamwork Gantt how  to hide week ends in popup calendar. regards, kathir
  • Jquery Check box

    Hi friends i m new to jquery. i need to give some limitation for selecting the check box did you have any code for that please help me friends. . .
  • scrollable get current value of item

    i have a working sample of scroll-able with item number 1 - 24 i want to get the value of the current item but i failed.exmaple the value is 1 then i scroll one so its 2 now i want to get the value of 2.i tried doing it to alert but its not working how does one do it this is my code. scroll <!DOCTYPE html> <html>   <title>scroll</title>     <!-- include the Tools -->   <script src="http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"></script> <style type="text/css">   /* root element for scrollable
  • row to row-fluid with jQuery

    Is it a good idea and is it the best way to do that  ? I just want to add -fluid  to the class row or container if the screen  < 1440  onload and on resize and to refresh the page if it is resized under 1440 There is a shortest way to do that I guess $( window ).resize(function() {   var width = $(window).width(), height = $(window).height(); if (width < 1440) { $('.container').addClass('container-fluid'); $('.container-fluid').removeClass('container'); $('.row').addClass('row-fluid'); $('.row-fluid').removeClass('row');
  • This error is blowing my mind

    I can't work out what's wrong.  If anyone can help me it would be amazing.  This slider breaks in iOS Safari, iOS Chrome and Safari 7. http://box.james-veitch.com/this-weeks-menu/ Any ideas?
  • Plug in Recomendation For Large Image Galleries

    Hello, I am having an issue at my site www.FiretrucksUnlimited.com. We host many images and currently use the next gen gallery which is causing problems due to the long load times for our 100+ image galleries. I would like to know what is the best plug in to use for the image galleries. The plug in needs to bemobile  responsive, touch friendly, ideally has filmstrip but slideshow only is ok, loads images on demand, and is lightweight. Thanks!
  • changing span id html

    I am trying to change the html of a span.  Here is my code: $("'#"+spanName+"'").html('<img src="images/image.jpg" width="20" height="20" />'); It does not modify the html though.
  • Building a photo slider for my site but having issues

    Hello, here is the link to the test page: http://dallasmart.com/JQ_TEST/JQ_test.php in the bottom of the page you can see the slider..  I have 6 pics but I can only go back and forth for only 4 pics.. two at a time.. It seems like the left arrow is not firing more then once.. meaning I click on each arrow only once,.. not sure why.. here is he JQ: ( the JQ code is not mine , it is coming from a book... ).. the $wrapper should have all 6 pics but why only 4 are available ? It seems like that once
  • posting data to a database problem (newbie)

    Hi, I'm trying to send data to a database. The data will be generated in a app, which include jquery. Jquery will be used to send the data. I thought it should work like the way I have it now but it doesn't. I have a form and a js in the (html)app. And there is a php file on the server, which adds the data to the database. At least thats what I'm trying to do. When I hit the php-code in my browser, the database will be updated. When I fill in the form for the app, at this moment for testing in my
  • Generating random number for input value

    Hello, I have a numbers only text field and want to assign a random number as it's value. This is the HTML for the field: <div class="productAttributeRow productAttributeConfigurableEntryNumbersOnlyText">     <div class="productAttributeLabel">         <label>             <span class="name">                 Hidden:                </span>         </label>     </div>     <div class="productAttributeValue">         <input type="text" class="Field validation" value="" size="5"  />     </div>     <div class="cf"></div>
  • Adding a no conflict in a php file

    Hello, I am really hoping you guys can help me with this.  I am not exactly javascript and/or jquery savy. I have this code, which I have below.  Several people have looked at it, and told me it needs to load jQuery library with no conflict mode.  I'm not sure exactly how to do so.  So if anyone would not mind taking a look at this code, it's not very long, I would very very very very much so appreciate it. <?php /** * @package   $Id: stylepanel.php 6448 2013-01-14 12:32:26Z arifin $ * @version  
  • Append - HELP

    Hey Guys, I am having a small issue with using the append function. My problem is I am trying to implement a favourites category on my jQuery Mobile website. I am using append to add to the favourites list. The problem is I have 2 different pages for the favourite function, when I click on a favourite button from the first page which I will call 'buy' the favourites should be added to a new page called 'sendFavourites'. This is what I have come up with I'm not sure why this isn't sending to the 'sendFavourites'
  • Jquery Conflict

    Hi All,   Jquery  code conflict with another library. I am try to add jquery thumbail scroller is conflict with Dropdown Meu, Tab Menu. Two link is given below for yours reference. 1) DROPDOWN &TAB is WORKING  JQUERY THUMBNAIL SCROLLER IS NOT WORKING WEB LINK 2) Jquery Thumbail Scroller is working STOP working DROP Down Menu & TAB WELINK Please HELP
  • grep into [object Object] list

    Hi,     How can i grep / filter into an [object Object] list ? Ive tryed followng code without success. Thanks var cg = {"BE":"Europe","FR":"Europe","MO":"Africa","NG":"Africa"} var arr = $.grep(cg,function(index,value) { return value == 'Europe' });
  • Don't know how to implement check box idea

    I'm wanting to implement check boxes kind of like the way gmail does theirs I'ts not for email but example: the page has a list of accounts on the left I want check boxes and at the top of the page I want a "Select All" button but I also want to able to select single or multiple boxes and in the upper part of window I want a drop down list or action list to move these accounts to a group or user, or other options delete, move, undo
  • jquery class selector getElementsByClassName

    Hi all, I know that jquery is the library of javascript.  In jquery, I had the script using the class selector ( $(.class123) ) which is work well in IE8. In the official website, it mention that it would support for IE6+. But when I use getElementsByClassName in IE8 which is not work. I checked that IE8 is javascript 1.3 and do NOT support getElementsByClassName.  Here is the question ? 1.  Do jquery use the javascript native command, such as getElementByID or   getElementsByClassName behind ? 2.
  • How to display submit success message while using jquery.form.js?

    Please tell me how to display submit success message after using $('#form_name).ajaxForm( { beforeSubmit: validate } ) to first validate and then submit a form while using jquery.form.js   
  • What happens in background when opening new pages?

    All, Relatively new to JQM, I try to find documents on how the following works. I have a simple webapp. Using standard links (a href) I jump to the second page withinh the same html-page. From this second page I jump to a php-file. In this php-file I can jump to the first page again. When I do this the first page appears, but hangs. What I am looking for is good docu where is described what happens exactly in my pages. Or maybe there is a way to follow what happens internally. Hope anyone can point
  • 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