• Cycle hover on mouseout

    Hi, I was wondering if someone knows how the Cycle plugin works. Is there a way to restart the “slideshow” by fading to the first image on mouseout  (instead of pausing)? jQuery(function($){     $(".slides").cycle({         fx:     'fade',         speed:   450,         timeout: 5,         startingSlide: 0,     }).cycle("pause");     // Pause & play on hover     $(".slideshow-block").mouseover(function() {      $(this).find(".slides").addClass('active').cycle('resume');     }).mouseout(function(){
  • v

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>404 - PAGE NOT FOUND</title> <!-- Add Slide Outs --> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="/cgi-sys/js/simple-expand.min.js"></script>
  • Jquery Mobile App Session Cookies HttpOnly

    Hi , I have developed mobile web app ,i am using session.js for managing the session of the whole mobile app. i want to make sure the security for the session cookies , using HttpOnly true and Secure : true  i am not able to set those flags ,could anyone please help me out for that 
  • Is there any limitation in SelectMenu option while preselecting?

    Hi there We have this script (settings.html) that has Ajax (Jsonp) calls for GetCountries and GetZones (time zone) to populating the Country and Zone list for the user detail which is also another Ajax called for GetUser.  GetCountries returned 252 records with CountryCode and CountryName. GetZones returned 415 records with ZoneId and ZoneName.  User detail obviously returned user detail with CountryCode and ZoneID for that particular user. The population of the Country and Zone options in Select
  • superfish menu

    Hi, Am using Superfish.js and i need the menu to be triggred from the right side by pushing the content to left as available in the http://mmenu.frebsite.nl/ side. I need the same implementation with superfish for mobile and tablet devices. desktop will have the normal UI as in the superfish. http://jsfiddle.net/nH5Rj/
  • datepicker styles and bootstrap 3

    I am using jQuery UI datepicker with the UI brightness theme in a project and it can be used by end users along with Bootstrap 3 styles. I noticed that when using the changeMonth or changeYear options, the select dropdowns in the datepicker widget get a style definition of "color:inherit" from the bootstrap sheet, so it is rendered with white text on white background. I had to add an explicit color setting to the .ui-datepicker .ui-datepicker-title select elements. I do not expect that someone goes
  • Range slider w/ 2 handles, but need one readonly

    So the way it works is I have one fixed-min slider (0 - 2000), and after that comes a two-handle range slider (same range, 0 - 2000). The minimum starting value of the second slider comes from the value you get in the first fixed-min slider. What I need is for the min value of that second slider to be read-only. The fiddle makes it a little more clear: http://jsfiddle.net/Jackpot/8fe3rn3f
  • Hello all

    is there any  minified jquery plugins for all function...Like fancybox,slider,etc...all in one jquery lib..
  • JQUERY Flicker to Top

    Hi ... help desperately needed,,   I am confronted with the problem -after some serious time in development using jquery mobile- that on $.mobile.changepage the changing page (if scrolled down on change time)  first scrolls to the top before changing. This produces a very irritating (unacceptable) user experience. Apparently this is standard JQ behaviour. Why this has not been addressed (it is a known problem) is a mystery to me. If I do not get this fixed, I am ditching JQ altogether, with months
  • Ajax return only first value?

         $.ajax({                 type: 'POST',                 url: 'add_doc/getProtocolData',                 data: {                     'client': client,                 },                 success: function (html) {                     $("#protocol_data").html(html);                                                             $('#protocol_data #protocol').live('click',function () {                     var numberDoc = $('#protocol_data #protocol').val();                     console.log(numberDoc);
  • Sometimes ajax request sits ideally

    I am using jquery-2.0.3.min.js version. Occasionally a my ajax request sits Ideally   without the success function or the error-handler being called to let it know that it can continue, it just sits there waiting. And here is my ajax request. Any solution for it?  $(function () {                 $.ajax({                     url: "/Tag/GetPrimaryTags",                     datatype: "json",                     success: function (result) {                                                  data = JSON.parse(result);
  • Can i store http://api.jquery.com/ on my local computer I.E on my local hard disk .

    Well my question sums it up . actually i often find http://api.jquery.com/ , to be quite a great resource , so i'd like to have it locally on my system . is it possible  ??  if it is , it would be of great great help . it might sound a bit odd that i want the entire website to be accessible locally , but its necessary due to some reason .  well , tats my only question .  Thanks . 
  • Posting a List to WebAPI from jQuery

    I am able to post a single Customer object to a WebAPI Method  --jquery      //Making complex type object                 var customer = {                     CustomerID: "ARPOO",                     CompanyName: 'Google',                     ContactName: 'aditi rajaraman',                     ContactTitle: 'SVP',                     Address: '42 Ravenswood Ct',                     City: 'Edison',                     Region: 'NC'                 };                 //Convert javascript object to JSON
  • jquery ui bugs in 1.11.2

    is that an issue of intent descargarme jquery version 1.11.2 and , try to demo the menu tabs , these are not shown as they are in the demo. Probe copying the lines of the import of the demo on my project and if these are but they suggest placing in section to learn jquery ui they appear wrong. Then probe with a download that I have the version 1.11.1 and these if they look good so my question is: is it of any error or bug or this version has changed the structure of the files and therefore routes
  • $.browser

    Removing the $.browser feature may not have been a very good move (and does it really save a lot on file size?). I fully realize that for many things "feature detection" is better but there are still rare instances where you really do need to find out what the browser is. This is illustrated by the topic I raised on Stack Overflow about Firefox sometimes adding in unwanted BR tags. Because of that bug I now have to use $.browser to supply scripting for only Firefox. As far as I know there is no way
  • validation plugin regex

    hey guys im wondering how you would add a regex pattern to a field with jquery's validation plugin please? also ive addded eqaul to conditions to my validation...is there a way to add a message if not equal also? thank you...my working code is below $(function() {     $("#register-form").validate({         rules:         {             username: "required",             first_name: "required",             surname: "required",                         email_address:             {                 required:
  • jquery ui 1.10.3 datepicker

    I am using jquery.ui.1.10.3 and I am using datepicker and if it's the first element in the popup the datepicker will automatically popup and when I select a date the datepicker keep showing instead of disappearing and I tried many things I found online and nothing works with me till this moment. My problem is not with the auto poping up the problem that it's not disappearing as it should when I select a date.
  • Selector help

    Need help selecting a particular element of this nav bar: <nav id="nav_bar">     <ul>         <li><b><a href="ncs_login.php">NCS Login</a></b></li>"         <li><a href="net_login.php">Net Login</a></li>"              <li><a href="maint_login.php">Maint Login</a></li>     </ul> </nav> Tried this to hide the first element : $("#nav_bar[ul][li][b][a]").hide(); and it didn't work. If I just use #nav_bar, of course the whole nav bar gets hidden. How can I select just that one element? Thanks for any
  • Jquery Mobile Buttons/Div Alignment at the bottom

    Hello, I need to align my button at the bottom part of the page. But by default none of the top,bottom attributes is working on button, i tried to wrap button in a <div> and set the position to div, this worked, but the width of the div when given 100% is going out of screen in mobile resolutions. if width is not given but appears small... Does anybody know how to fix this ?
  • Menu PopUp

    Hi,  I am new to JQuery,  i had a requirement to develop a menu and on mouse over on menu items i need to get popup (its not drop down please).I am able to get popup ,it is getting disappear before control is transferred . can any one help me on this. My code:  <li class="green" id="notification_li">               <a href="#" id="Link">Notifications</a>               <div id="Container">                    <div id="Body" class="Body">                     <af:panelGroupLayout id="pgl1">                      
  • Autocomplete demos not working this morning

    Hi, Has anyone noticed the demos on the juery UI site for autocomplete stopped working this morning (30 Oct 2014)? http://jqueryui.com/autocomplete/ It was working, but stopped working this morning. Using this widget in many places, anyone has any idea?
  • Retrieving data from a handsontable

    Hi All! I am trying to learn how to use the handsontable from the demos and I am having the devil's time of it. I can get the table to display, I can put data into but I cannot, for the life of me, figure out how to retrieve the data. For NOW, the intent is to retrieve the data, put it in a hidden <INPUT> so I can submit it via POST. This will change to ajax at some point. Here's what I have so far. First, here's the HTML: <div class="handsontable" id="example"></div> <input type="button" name="submit"
  • ajaxsubmit to another domain

    XMLHttpRequest cannot load http://mrm-imerex.gotdns.org:1204/MerexCargo.svc/trackcargo/183430/SaudiArabia?location=SA&hawbno=183430&securitycode=f5010. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access. localhost/:1 how to resolve this issue. pls help
  • Help! How to enable native scrolling after detecting touch direction?

    I am trying to develop a custom swipe function, after reviewing the swipe method of jquery mobile version 1.4.4 which doesn't work in Android 4.2 onwards, using touchStart, touchMove, touchCancel, touchEnd events. The objective is to drag a div in left direction so a menu comes up after a certain distance is covered.  I am able to determine the direction and distance covered. Once touchStart event is fired and till touchEnd i have to disable the vertical scrolling. The problem is when the page loads
  • Changing when the navbar item is highlighted

    given the following :  Js fiddle i want to change when the menu item highlights . i.e. i want the menu item to highlight when i am i am about 80 pixels from the next div .  I have checked stackoverflow for a few issues like this , but none seem to solve my problem .   
  • datepicer: how to set date from textbox as current date?

    Hi, i have a asp.net project in vb and i want that the selected date in datepicker is the date from a textbox in a detailsview control when the mode changed to edit. i am very new to jquery so any detailed help would be appreciated :) this is my code so far [code] <link href="../Content/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />     <!--<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="Stylesheet" type="text/css" />-->                
  • Multi-document HTML/CSS/JS code collaboration tools? (vs jsFiddle)

    It's been obvious for some time that jsFiddle is not the best way to set-up jQuery Mobile demos. While it is generally an OK way to show a jQuery problem, it falls short for jQuery Mobile, because it is limited (except for "external resources") to a single CSS, HTML, and JS file. While you can include external resources, of course they can't be edited. As well, it's not easy or even possible in many cases to show the use of, say, a REST API. So, another "would be nice" would be the ability to proxy
  • a problem about import 3rd js

    hi,all, My project has two pages:login.jsp and mainpage.jsp, I want to import specific js like this: <script src="js/jquery.slides.min.js"></script> which could help to show slide images into my mainpage. And I also read about this faq: http://view.jquerymobile.com/1.3.1/dist/demos/faq/scripts-and-styles-not-loading.html now I put the js inside "page",and call its method:slidesjs . <div data-role="page" id="pageone" data-theme="b"> <script src="js/jquery.slides.min.js"></script> <script> /* $(document).on("pageinit","#pageone",function(){
  • Formatting Video Time and Duration

    I'm wondering if anyone can help convert the following to display in HH:MM:SS setInterval(function(){ $('#currentTime').html($('.item').find('video').get(0).currentTime); $('#totalTime').html($('.item').find('video').get(0).duration);     },500)Its been driving me nuts for about 2 hours now and I'm not finding much on google that helps =(
  • Enable button when checkbox is checked not working

    I am trying to implement a validation on a submit button on click of a checkbox. I tested my code on a webpage I saw online and it worked but all efforts to get it working on my page failed (including using pure JavaScript). I noticed that the checkbox's name was not included in the intellisense but the submit button was displayed. I'm using jquery 1.1.1.min.js and jquery mobile 1.7.2 Please help, I'm stuck.
  • $.ajax is not working.

    Hi, I have a function that is calling $.ajax(), but when debugging when it reach $.ajax, it jumped out, these pictures show what I meant : it jumped from line 239 to  line 251. any help will be appreciated. Thanks
  • AngularJS height of tabs when visible before being tabs

    I have got a very strange problem. I am new to angularjs but quite familiar with jquery. I do program a frontend in ANgularjs, which is planned to be a singlepageApp, never to be reloaded. I think the problem is located in Jquery or even in html itself. The UI-Core of the page is angularui's 'Tabs'. which means these Tabs are always visible in the same size. I only want one div to get scrollbars, which is div.tab-pane. This is important for the <ul> and the <li> elemets to be always there to navigate.
  • condition

    Hello, this jquery works without any problems, but i want to add a condition that it only toggles the <tbody> when i click on the <td> with the class="check", not with the whole <thead>. thank you for your help!   <script> $(document).ready(function(){ $("thead").click(function(){ $(this).next().toggle(); }); }); </script> </head> <body> <table border=1> <thead> <tr> <td>Name</td> <td class="check">Vorname</td> <td>Alter</td> </tr> </thead> <tbody style='display: none;'> <tr> <td>Schmidt</td> <td>Klaus</td>
  • Issue on closing dialog page after multiple postbacks on the dialog page

    I have Page1 in which Page2 is called as dialog. Something like this- <a href="/Page2.aspx" data-rel="dialog"  data-transition="slideup">Open dialog</a> In page2, actions are performed as I have gridview operations like edit/ delete and other asp button operations. The postback events work fine. The issue is when I have more than one postback event in the dialog page, the close dialog button do not close. FYI... On each postback event on dialog (page2), the url is appended with "#&ui-state=dialog".
  • Accordion introduced to page now Main Nav not working properly

    I introduced an accordion to this page http://www.kurkerlaw.com/allyson-kurker/ and now the attorney main menu nav item doesnt work. There are 3 attorneys. If you leave that page and go to another it works, so its only not working on the page with the code i introduced. Im guessing some sort of conflict. Hoping someone can help a noob figure this out
  • jQueryUI autocomplete() inside dialog()

    Folks, - My dialog displays a <div> myForm </div> just fine. - My autocomplete does *not work* when on input tag inside of dialog. - My autocomplete does work when used on the same div block in parent/top layer ( *not* inside a dialog ). Definition of "not work": - The autocomplete spinner is briefly seen in the input box. - The apache log file confirms the ajax event was called. - The selections do not appear below the input tag. Has anyone faced a similar issue? If true, how did you solve? Is it
  • Something wrong with my ajax return false

    Hi, I'm beginner in Javascript and Ajax. In this code below I have two validations in my form. The first part checks via ajax if the entered data already exist in the database. If not exist then everything is ok and return is true and script execute to the end (third part). But if return is false I've got this alert as I want, but I want to stop script right there. I don't want to execute script to the end (third part). Second part of form validation works fine. Please, help, where am I doing mistake?
  • Permission denied to access property 'type' in Firefox with jQuery

    Hi everyone, I have been logging the most frequent Javascript errors on Freeciv-web  using Track:js and  have discovered that the most frequently occuring error on Freeciv-web is the following Javascript error: File: https://play.freeciv.org/javascript/jquery.min.js : 3 | 2856 Error: Permission denied to access property 'type' The error only occurs on Firefox, not any other browser. The error occurs initially on the first page load when starting a new game (url is /webclient ). Stack Trace/ Error
  • validation plugin help

    hey guys im tring to use the jquery validation plugin at  http://jqueryvalidation.org/ ive inlcuded the scripts in my head <script src="media/js/plugins/validate/jquery.validate.min.js"></script> <script src="media/js/plugins/validate/additional-methods.min.js"></script> and configued the validation but im not getting nothing when i submit here is my code:  http://jsfiddle.net/0xL3pxwc/ any help on where im going wrong would be greatly appreciated...thank you
  • Essential things on building a mobile app cloud base

    I am a newbie in jquery mobile and my first project for this ui framework is to build a simple crud with an integrated database.. i had already purchase a host online. and i am planning to building the core script using php and mysql because i have a background on this. My problem is that i dont know where to start. Because i want to test the app after on a mobile.. android base. Please help me on where to start specially on integrating the database part when it is deployed already on an android
  • 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