• Removing mouseover from a hide/show

    Okay, so as the title says, I want to remove the mouseover stuff in this hide/show page. I haven't done jQuery in a long time, and I don't remember how to take care of it without creating a glitch. Here is the page: EDIT: I removed the images so that it wouldn't be insanely cluttered, and spaced each line out so that everything would be easier to see. Sorry for posting it so sloppily. I was extremely tired last night and totally half-assed it haha. Hopefully this looks a lot better. EDIT: I have
  • Where is the schedule for 12-13th 2014 Chicago Conference

    Where can I find a schedule for jQuery conference on 12-13th in Chicago? This http://events.jquery.org/2014/chicago/ website doesn't have any, just for Roost if you click through links.
  • add a link to caption with fancybox

    In fancy box not sure how I would add another href link within the caption. I am adding regular text this way. Already linking to the larger image though, but would like to link within the data-caption if possible. $(document).ready(function() {  $('.fancybox').fancybox({   beforeShow : function(){    this.title =  $(this.element).data("caption");   }  }); }); // ready <a title="website" data-caption="data caption yo!" href="img/portfolio/GSI_web_large.png" width="776" height="494" alt="website"
  • I am very new to web development share your ideas here . tell me How to validate each tab in jquery ui tabs

    <!doctype html> <html lang="en"> <head>     <meta charset="utf-8" />     <title>jQuery UI Tabs - Default functionality</title>     <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />     <script src="http://code.jquery.com/jquery-1.9.1.js"></script>     <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>     <link rel="stylesheet" href="/resources/demos/style.css" />    <meta name="viewport" content="width=620,Initial-Scale=1.0"> <script
  • Error jQuery 2.1.1 via YUI Compressor .NET

    When attaching the uncompressed jquery-2.1.1.js file to the YUI Compressor .NET MSBuild task produces the following errors in the output window: Exception was thrown at line 2, column 10423 in http://localhost:52769/Scripts/myscripts.min.js 0x800a139e - JavaScript runtime error: SyntaxError Exception was thrown at line 2, column 10648 in http://localhost:52769/Scripts/myscripts.min.js 0x800a139e - JavaScript runtime error: SyntaxError Here is the Layout.master page inclusion: <ajax:ToolkitScriptManager
  • let jquery write javascript code to another js file

    Is there a way to let jquery write code in an other file. so create the code in jsfile1 and than move that code to jsfile2.
  • How is the ThemeRoller's reverse-background feature implemented?

    On the ThemeRoller page, there is a "Reverse background color" checkbox, with the following HTML:   <div id="demo-options"><input type="checkbox" name="reverse-background" id="reverse-background"> <label for="reverse-background">Reverse page background color</label></div>   As you can see, there is no onclick attribute. I looked in the various .js files for that page, and did not see any code that would account for the onclick behavior.   How is that implemented? Apologies if this is an idiot question.
  • How do I pass PHP string via ajax into variable array??? ( I´m a jquery noob..)

    Hello, I´m fiddling with a Google Map script and I´m trying to update the map dynamically using ajax. On pageload the map initiates with an array of coordinates as markers/locations. The locations data is defined in JS like this example: var locations = [       ['Bondi Beach', -33.890542, 151.274856, 4],       ['Coogee Beach', -33.923036, 151.259052, 5],       ['Cronulla Beach', -34.028249, 151.157507, 3],       ['Manly Beach', -33.80010128657071, 151.28747820854187, 2],       ['Maroubra Beach',
  • Iam trying to get a floating side bar which floates between header and footer on scrolling.

    but it is flickering at some points.pls check this fiddle,  http://jsfiddle.net/ec4wjs48/10/
  • [error] too much recursion jquery-1.10.2.js:1239

    I get the error shown in the title. Jquery doesn't work. I placed the jquery script tag in the bottom of the body and above the other js scripts. does somebody know how to fix it?
  • System.FormatException: Input string was not in a correct format.

    I am using jquery-2.1.1.js I have a link on a grid where I can delete a row of data. When I click on the link, I get an exception in jquery thrown in this function;   Sizzle.error = function( msg ) {  throw new Error( "Syntax error, unrecognized expression: " + msg ); }; the msg value is /Quote/Delete?quoteId=10   This looks OK to me. In fact the runtime execution continues to do what I want after this exception is thrown. So how do I fox this?
  • jquery ajax requires second click before form data is inserted into database through php file?

    When i click the button to post the form data to the php file where it is validated and if it passes validation will then put it in the database, it does the validation ok and gives the errors if there are any on the first click but if there are no errors it does nothing and requires a second click to then put the data into the database? I have tried both document.ready, #item.click and even put the #item.click inside a document.ready function none of which solved the issue. Below is the jquery that
  • how to avoid looping of the slide and i like to have a left and right arrow to my slides

    /* pg-content-slider ====================*/ jQuery(document).ready(function(){ "use strict"; //Set Screen Height var $pgFullBg = $(".pg-content-slider"); var $windowHeight = $(window).height() /*- $(".pg-header").height()*/; $pgFullBg.css("height", $windowHeight); $('.pg-content-slider-content').owlCarousel({ navigation : false,     singleItem:true,     transitionStyle : "fadeUp",     autoPlay: true, stopOn:-1 }); //Down Arrow Bounce Function function arrowbounce(){ var $downArrow = $(".pg-content-slider-arrow");
  • ListView bug...

    Hi, When I tried the List View, some  appear... this is my HTML <ul data-role="listview" data-inset="true">     <li data-role="list-divider">Friday, October 8, 2010 <span class="ui-li-count">2</span></li>     <li><a href="index.html">     <h2>Stephen Weber</h2>     <p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>     <p>Hey Stephen, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>         <p class="ui-li-aside"><strong>6:24</strong>PM</p>
  • Slider with no handles

    Is it possible to have a slider with no handles? I know this sounds like a strange request, but I'm using the slider to allow the user to specify ranges. The number of ranges is specified outside of the slider. If they have 4 ranges, the slider would have 3 handles. The user can move the handles back and forth to adjust the ranges. The problem is when there is only one range. I still want the slider to be there, but just without any handles. Thanks in advance.
  • Help with automatically opening menus

    The following code creates a menu and automatically expands the "1C" element to show the other items contained.  How do you automatically roll out the menu to the third level, to show the "3A", "3B", and "3C" elements?   I've searched elsewhere online and tried various jquery functions so far to no avail. Thank you for the help <!doctype html> <html lang="en">    <head>       <meta charset="utf-8">       <title>jQuery UI Menu functionality</title>       <link href="http://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css"
  • a possible bug in version 1.4.3 of listview?

    Just want to mention a strange thing that happened to me. i have multiple listviews in my app and one of them seems to have some problem. in my js code, after getting data from ajax, i add li items to the ul and in the end, i add a li which contains a button and on click the data will be refreshed through ajax. then i did $(ulEl).enhanceWithin(); $(ulEl).listview("refresh"); this is the same piece of javascript i use for all my listviews and all my listviews call this piece of javascript function.
  • Strange error in jquery for jqueryUI`

    I have this strange error is the console. ALl the .toogle() effect don't work.I didn't try the other things of jquery UI Error: TypeError: n.easing[this.easing] is not a function jquery.min.js:4
  • Client side Validation Framework

    Hi,  Is there any Client side Validation Framework which will perform the Validation?  If yes, then which is the best one 
  • Reading list of files from folder using jQuery

    Hi Everyone How I can get list of all files from folder using jQuery.  Plz. help on me this. Advance Thanking you.. I tried and no luck.. Correct me where I'm wrong. sample code :             var fileNames = '';             $.ajax({                 url: xmlFileName,                 success: function(data) {                     $(data).find("a:contains(.xml)").each(function() {                         fileNames += $(this).attr("href");                     });                     return fileNames;
  • JQuery UI Multiselect Widget

    Hi, I am using JQuery UI Multiselect Widget. I want to make the multiselect widget fixed, means instead of clicking and then opening the Multiselect widget, I want to keep it open by default, so that user does not have to open it by clicking onto it.  I want to make it as if it is a list box with multiple checkbox to be selected by user. Any help is appreciated. Thank.
  • Two click functions where the second one is requiring an additional click to fire.

    hello everyone, I can not seem to understand why when the second div is clicked it is needing to be clicked a second time in order to run. Any help is greatly appreciated! $(document).ready(function(){ var $moveOne = $('#three'),         $moveTwo = $('#two');        var   r = 0,          dir = true;      $('.enable2').unbind().click(function(e) {      if (e.target !==this)        return; console.log('clicked');        dir = !dir;        r = dir? -625 : 0;        $moveOne.stop().animate({right: r+'px'},
  • my footer is moving using slideToggle()

    I have a list in my footer with some links, and when I click in my last list element "See more links" I replace my list to another with jQuery slideToggle(). But when I do this I see my footer bottom go a bit down and up again. Do you know how can I fix this? I have my example here: http://jsfiddle.net/4ma6es6h/10/ This is my jQuery: $('.toggle').click(function () { $('#list1,#list2').slideToggle(); });; $('#change_links1').click(function(e) { e.preventDefault(); }); $('#change_links2').click(function(e)
  • Issue On Animating Div on Adding and Removing Animate Class

    Can you please take a look at This Demo and let me know why I am not able to add the Animation to second click (Doesn't Matter Add or Update)in to the div I am using Animate.css plugin and the codes work fine for each one at first but after adding the removeClass() both of animation not functioning <ol class="breadcrumb">     <li>Model: Economics <span id="data"> </span></li> </ol> <button id="add" type="button" class="btn btn-default">Add</button> <button id="update" type="button" class="btn btn-default">Update</button>
  • Listmenu slider doesn't close if page for clicked link is already loaded

    Hi! On our mobile site at oliverrichman.com/mobile/ when I have a page displayed, for example the Home page, when I click on the "More" menu button at the bottom to display the full site slider menu, if I click "Home" on the slider menu nothing happens because that page is already loaded. I'm wondering if there is a way to have the slider menu close or even reload the applicable page and close the menu rather than just stay open. Thank you for any direction!! :) -Jeanne
  • Filterable Select Demo Does not work on IOS 7.x

    http://demos.jquerymobile.com/1.4.3/filterable/ Tried and failed on both iPhone 4 and iPad 2 using iOS 7 Tried the select filter and none of the items were filtered. Works on Chrome on windows OK.
  • jQuery slideshow

    Hello. I am using jquery.cycle.all to integrate a slideshow in a SharePoint2013 website. It all went well until I was unable to make all the resized images be in the center of the slideshow. How can I do this?I`ve tried all the css solutions but I think maybe is because the jquery.cycle.all overwrites css.
  • Listview, possible bug?

    You can notice pointing mouse on Sportivo and Scarpe on this page: http://fancyroad.com/app/man.php that the related image don't fit all the vertical space of the list item. No CSS override. Is there a known issue?
  • Jquery autocomplete is not working with colorbox

    I am trying to use autocomplete in my search functionality but found out that it is not working as expected.Autocomplete is getting triggered only once. (per page load) I have done some debugging and analysis and found out that Jquery colorbox is somehow causing issue with autocomplete.Below is entry in my page header section <script type="text/javascript" src="${resourcePath}/js/jquery.autocomplete.js"></script> <script type="text/javascript" src="${resourcePath}/js/jquery.colorbox-min.js"></script>
  • jquery cycle unrolling in Design window of EW4

    I recently downloaded the jquery.cycle.all.js plugin and implemented it exactly as in the example.  It's working nicely but the Design window of Expressions Web 4 unrolls the list of images and makes a mess of the window. Is this normal?  Fix? Thanks Calvin
  • we have a grate jQuery with us.In that we can`t able to find the some piece of code in that total code. "IF ANY EXPERTS PLZ HELP."

    This jQuery is related to a blogger template. This jQuery is the mix of some codes in the template. in this we need to find out the credit link of the template. In our collage our sir and experts tried but failed to find out. The HTML code in Template. <div class='clr'/> <div class='secondary-footer'>   <p>Copyright @ <a expr:href='data:blog.homepageUrl'><data:blog.title/></a></p>   <p>designed by <a href='http://www.markapurapusumanth.blogspot.in' id='fealing'></a><a href='http://markapurapusumanth.blogspot.in'
  • How do I replace the content of a window.open after it's open

    Hello, I have ui tabs in a popup that's been opened by a window.open. The contents of all the tabs are generated from different cgi programs. How would I change the content of the popup after clicking on a new tab. And have another program replace the html of the popup using cgi. Ive tried: self.location, location.replace, location.assign. Each one gives various errors. Any suggestions? 
  • I keep getting a Return value of underfined...

    How would I make this function return the actual html value but by keeping a post occur :  function clicky() {             var thisHTML1;             $(document).on('click', '#htTab a', function() {                 var thisHTML = $(this).html();                 thisHTML1 = thisHTML;                 return false;             });             alert("TESTING");             return thisHTML1;         }
  • jquery, radio buttons, .html

    I'm working with the following script but have clearly done something wrong. I would expect "Select something." to show up initially in the #message div and then to be replace by something like "add_gallery button checked" as appropriate for the radio button selected. Instead, nothing happens.  What is wrong with my script? Thanks, --Kenoli <!doctype html> <html> <head> <title>Test Radio Select</title> </head> <body> <div id="select"> <ul> <li><input type="radio" name="select" value="add_gallery"
  • Cant get tabs to recognize href in popup

    Hello, I am using a jquery ui tabs in a window.open popup. But I cant get it to recognize the href in my ul/li/a. Thusly the tabs are not clickable. Does anyone see anything. Tabs layout  <div id="tabs" style="display:none">                                     <ul>                                                                     <li><a href="#tabs-1" class="program" id="ENOR06R">Nanda</a></li>       <li><a href="#tabs-2" class="program" id="ENOR07R">Addt'l Details</a    <li><a href="#tabs-3" class="program"
  • Setting cache:false on ajax calls generates an error

    I have a problem where setting cache:false generates an error on my server. My server processing does not accept anything in a POST or GET that starts with an underscore and the parameter that is added by jquery for anti-cache begins with an _ I've been working round it by adding datetime to the URL but it's getting increasingly inconvenient as many plugins (e.g. DataTables) automatically set cache:false Is there a convenient way to override this behaviour in jquery?
  • How to write a text file using jQuery

    Hi Everyone, I have a requirement to write a data to a text file using javascript or jquery. Please provide sample code or sample website links.  Here I tried using ActiveXObject but it's not supporting in Android OS and also asking user permission(popup) in Windows OS.   Is there any alternate way using jQuery that support both Windows & Android OS. Below sample code is not supporting in Android OS:  Sample Code:         var fso = new ActiveXObject("Scripting.FileSystemObject");         var s =
  • How do I mark my post as solved?

    that's all
  • Cant get tabs to activate in popup

    The tabs appear but do not fire. The html is the same as the non-popup. But in the popup it's just called through the window.open When I run the regular window it runs fine. Any thoughts? Thanx ...  
  • Page events at first load

    What are the action triggered by the first page load? I mean, if I load my web app the first time (index page), which is the trigger order (like pagecreate,pagebeforecreate, etc..)? I refer to 1.4.3 version
  • 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