• back-button in dynamic header wont show

    Hey guys,     I am trying to load the back button using  data-add-back-btn="true"     in a dynamic header page with no success. I am loading the html page via jQuery like so (will shorten the codes a bit to show only the header stuff since its the only issue that I have.     //js file      loadHeader: function (page)      {          //$(page+" #m_header").load ("header.html");          $.get ("header.html", function (d){              $(page).prepend (d).trigger ("create");          });           
  • different problem about jquery

    Hello.  event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery-1.9.0.js:3307 the 3307th line is: this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false || Regards.
  • How can I us Cycle plugin & Fancybox Plugin together?

    Hi I am a beginner to JQuery/JS. I am able to set up the Cycle plugin and Fancybox plugin and get them to work separately however they won't work at the same time.  I have included my code. Any suggestions on how to fix this or what I am doing wrong would be greatly appreciated. <link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" href="fancybox/jquery.fancybox.css" type="text/css" media="screen" />  <!-- include jQuery library -->         <script type="text/javascript"
  • Video Player

    Estou desenvolvendo um player de vídeo e esta acontecendo um problema quando carrego outro vídeo, quando abro uma nova div no jquery usando o load do jquery os timer do video bagunçam e ficam piscando os 2 timers do vídeo anterior e do novo vídeo, os timers do vídeo estão nesse código: ----------------------- I'm developing a video player and a problem is happening when I load another video when I open a new div in jquery using the jquery load video mess up the timer and blink timers 2 of the previous
  • how to add 2 panels

    Hello I try to create 2 Panels, but I don't know what is the problem can you help me <html lang="ar"> <head>   <meta charset="utf-8">   <meta name="viewport" content="width=device-width, initial-scale=1">   <title>panel demo</title>   <link rel="stylesheet" href="//code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">   <script src="//code.jquery.com/jquery-1.9.1.min.js"></script>   <script src="//code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>   <style>   .panel-content {
  • evaluation of input field on pressing a key or when the cursor is moved out of the input field

    Hi ,       how to evaluate if the input field entered is "hello" when a key is pressed or when the cursor is moved out of the input field..., if the input entered is hello ,the user has to be alerted hello else "wrong entry". <input type="text" id="entry" class="input" placeholder="Enter text here"> thanks.
  • Can i use data-ajax="true" to external links?

    bbb.com/2.html,like this  <a href="aaa.com/1.html" data-ajax="true">test 1 </ A> i want use ajax load,but is invalid, how can i do?
  • horizontal jquery arrows navigation next previous

    Hello, I'm trying to implante right and left arrows navigation on my horizontal webpage but the problem nothing happens when I click on arrows. Here's my fiddle in case of : http://jsfiddle.net/jarod51/StZR4/9/ Do you have any idea how to solve it ? My jquery code is :  $(document).ready(function() { var $item = $('div.slide'), //Cache your DOM selector visible = 1, //Set the number of items that will be visible index = 0, //Starting index endIndex = ( $item.length / visible ) - 1; $('.flscrolld').click(function(){
  • Help Pinning Elements with ScrollMagic Jquery Plugin

    Hello, I am using ScrollMagic( GitHub Link to plugin). I am trying to pin an element. I have dissected the code from the demo and the tutorial but cannot get the desired action to work. I have attached the code I am using here codepen  the plugin uses a lot of Green Sock Animation Platform. I know I have the external files loaded correctly because I am using other features from this scrollmagic plugin. Any help would be very appreciated (and save some more hair from being pulled out) cheers 
  • resize with vertical scroll bar in div

    Hi All, I have a divs where i applied jquery resize in all directions (n,e,s,w,ne,se,sw,nw), resize cursor is not showing for east direction in IE, when there is vertical scroll bar in div. But this works fine in firefox. sample fiddle is here. http://jsfiddle.net/NTy6H/11/ Regards, M.Seenuvasan
  • Open pop window while closing parent window

    Hi experts,       I have got an requirement like while closing parent window or browser i need to show another pop up window about our site like feedback page. In jquery onunload or onunloadbefore event i have tried. i didn't get result 
  • Slider not loading on server but it does on localhost

    I am using bootstrap template on http://asinnetworks.com but the slider doesn't loads until I inspect element, while trying the same files on localhost everything works fine. I have hosted the website on CentOS 6.5 with cPanel on it. The other thing is slider works fine on another server which is ubuntu 12.04. I think jquery doesn't require additional plugins, so what could be the cause of the script not functioning properly.
  • Problem Call ExternalInterface flash function

    I made a plugin webcam, I can not make a function call ExternalInterface flash in my plugin. is there someone who wants to help :), The function work when not in the plugin. $("#webcam").get(0).actionSelfie("getCapture");but I want make it on plugin like this:  this.Capture = function() {             if (opt.flash == true) {                 //this my problem                 camSelector.actionSelfie("getCapture");             } else {             } } error message: actionSelfie is not a function,,
  • Select HTML Row and get cells Values.

    Hi, I working on a html table and want to get row wise information of that. please check the attachment. this is my code <?php //if(isset($_POST['submit'])) // {   include ("db.php");  $query_for_result=mysql_query("SELECT * FROM pro_production ORDER BY production_id"); $num=mysql_numrows($query_for_result); //echo <<<end //<table align="right" > //<tr> //<td bgcolor="#6f0d00" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding:3px 5px 3px 5px; color:#FFFFFF;" >Total
  • Dynamic collapsible in 1.42

    I have added a dynamic collapsible set via jquery load in my content division.  The data is loaded correctly and I can show the page with $(':mobile-pagecontainer').pagecontainer('change', '#tablet_frame', { transition: 'slide',         changeHash: false,         reverse: true,         showLoadMsg: true  }); where #tablet_frame is the id of the page.  Unfortunately the content is not enhanced and the set is not collapsed. I have tried both (where append_tab_data is the place the set was loaded):
  • Play a song on a click without leaving the page

    I'm new to this so sorry in advance! I'm making my own site and I saw this site http://headlockmusic.com and when you click on a song, it plays without leaving the page. After looking around I'm almost sure that it's a query thing. Could someone please pass on a way that I can do the same thing with my songs. Thanks a lot.
  • HTML5 WebSQL Databases.

    Is it Ok to use a HTML5 WebSQL Database in my App and will it be acceptable on submission to the App Store? Thanks.
  • Move jquery to QWebView

    Hello I want to copy the jquery code to c++ to utilize it for QWebView 1. Is there a library that can be included into QWebView? 2. Is there aversion of jquery that is chopped into pieces, so that I can copy it more easily? Sincerely
  • Gravity Forms Date Picker

    Hi People, All I am trying to do is limit the YEAR when using Gravity Forms date picker, for example the year is 2014, previous years should NOT be allowed OR shown when using the picker. Can anyone point me in the right direction. Thanks in advance.
  • jQuery is not defined

    Hello to everybody. I have a problem. For looking  up some things via developer tools in my HTML page it says me: Uncaught ReferenceError: jQuery is not defined jquery-migrate-1.2.1.js:521 In 521st line is: }) ( jQuery, window ); what's the problem ? please help. Thanks and regards
  • How to address the activated tooltip?

    Hello, I'm looking for a way to address the shown tooltip on the open-event. $(document).tooltip({       open: function(event, ui){             $(WHATEVER).css("color","red"); // for example       }}); Actually I want to store the last shown tooltip in a global variable to address it from another function. I tried it with "this" and "event.target", but it doesn't really work. Any suggentions? Ciao hasenpfote
  • cannot publish jquery plugin after changing my github user name

    Hi everyone, I changed my github username from Wayou to wayou, then I cannot publish my jquery plugin anymore witch was published before. And the log says :  Sat, 19 Apr 2014 02:34:31 GMT github/wayou/SlipHover v1.1.7 cannot publish sliphover which is owned by github/Wayou  So my question is how can I publish a new version of my plugin after my username getting changed. Thanks in advanced!
  • Issue accessing JSON returned from my REST Api

    I have my Webservice(REST Api)  http://localhost:8080/SpringDataSource/rest/emps.json which is running in my localhost (http://localhost:8080/SpringDataSource/rest/emps.json) returns a json as shown below , [{"id":3,"name":"biathlon","role":"10000"},{"id":4,"name":"skijumping","role":"nh"}, {"id":5,"name":"speedskating","role":"1000"}] I have this piece of JQuery code which is executed from a html file to hit the webservice to get the response, function doGet() { $.ajax({    type: 'GET',     url:
  • What is $ in function($) mean???

    I am very new to jquery-ui and am trying to follow the examples in the book Jquery UI 1.8 The User Interface Library for Jquery. I don't understand the $ and jquery as in: <script>       (function($) {                            // the $ ?             $("#myDialog").dialog();       }) jquery;                                  // jquery ? </script} nor what the ()'s surrounding the function are supposed to do. I removed  the $ and Jquery and the code doesn't work. Thanks for any help in explaining
  • Issue on Stop Sliding a List to Left and Right on First and Last Child

    I am trying to create a simple Carousel slider at This Demo. As you can see the slider works fine! but I do not know how to stop it at both end(left and right) side. I mean how can I control to disable the left btn when the first child of ul is the first displaying( visible) item at left and disable the Right btn while the last child of <ul> is rendering in the .well box? Here is the simple code which I have so far: $(".leftslide").on("click",function(){    $(".list-inline").animate({left:'-=187px'},
  • Might be jquery conflict??

    Hi wondering if anyone can help me, think I might be having a jquery conflict. I am using flowplayer for embedded video and html5lightbox for another.  The issue I am having is that on the android the html5lightbox isn't rendering properly.  See photo - I appear the default android player in lightbox as well as the html5lightbox player.  Really confusing and annoying.  Work fine on iPad etc. I am pretty new to all of this so thank you in advance if anyone can help me. here are the scrips that are
  • Pass parameter to autoComplete

    I need to pass a parameter to an autoComplete call. During the onload init call I load a parameter into a hidden text box. I then use another autoComplete to select an employee name and their associated employee ID when I then store in the hidden text box. From a second autoComplete I use the value from the hidden text box to make a selection from the database. The problem is that when the second autoComplete runs the value that is used from the hidden text box is the initial value not the updated
  • Cycle2 Feature Question

    Is it possible to have the active slide somehow highlight that slide's corresponding button? An example of what I mean is at http://advancedchiro.azurewebsites.net/. Each slide has it's own button, and the client would like the buttons to be highlighted somehow as each slide becomes active.
  • add and show comment by jquery .

    Hello jQuery :) I am a beginner in the language of jQuery and I know all the fundamentals :) i want add and show comments by jquery  Comments script such as Facebook Comments  Add a comment and show comment quickly like Facebook without updating the page to add a comment or view the comment.  I used the script, but it does not display a comment quickly like Facebook  How do I work so
  • jquery and upload a file

    I have this form: <form id="uploadform" name="uploadform" enctype="multipart/form-data"> <p class="short">Email Address <small>(required)</small></p> <input type="text" name="email" id="email" placeholder="eg: me@dennisaucoin.com" tabindex="1" class="short" /><br /> <p class="short">Amount Due <small>(required)</small></p> <input type="text" name="amount" id="amount" placeholder="eg: $500.00" tabindex="2" class="short" /><br /> <p class="short">Due In <small>(required)</small></p> <input type="radio"
  • Jquery method and a function

    What is the difference between a method and a function
  • How to select the div inside a div

    Hello EveryoneI am having doubt that in selecting a div because i am not getting what i am expecting to get. Following is the code  <div id="dynamic">         <table cellpadding="0" cellspacing="0" border="0" class="display" id="example">             <thead>                 <tr>                     <th width="10%">First Name</th>                     <th width="10%">Last Name</th>                     <th width="10%">Address 1</th>                     <th width="10%">Address 3</th>                
  • jquery

    hello... i have for img tags in for different div. i want them to slide like image slider. i want code.
  • Field containers don't seem to work for me

    I have a form you can see here which includes a label and an input inside a field container:     <div data-role="fieldcontain">         <label for="property_value">Property value</label>         <input type="number" name="property_value" id="property_value" value="" required />     </div>   Have I missed doing something else necessary to get the label and input to appear on the same line? It seems to work okay in Firefox on a PC with a large screen, but on my Galaxy S3 I still see the label and input on separate lines
  • Tab activate on Menu item select

    $(function() {     $( "#menuA" ).menu();        $( "#menuB" ).menu();     $( "#tabs" ).tabs(); }); <div id="tabs">     <ul>         <li><a href="#tabs-1">A</a></li>         <li><a href="#tabs-2">B</a></li>                        </ul>         <div id="tabs-1">         <ul id="menuA">             <li><a href="a1.html">A1</a></li>             <li><a href="a2.html">A2</a></li>         </ul>     </div>         <div id="tabs-2">         <ul id="menuB">             <li><a href="b1.html">B1</a></li>   
  • Need Help Creating Image Gallery with slideDown captions

    I am new with jQuery and I think I've gone a little too ambitious. Ideally I would like to click on the #thumbGallery links on the right and load the different images into #photo. That is working. I would like to then also load the different fish .captions(hover slideDown overlay on #photo) and .tips (display at bottom below #photo). Having trouble with selectors writing the right path. ANY tips or advice would really help. Also why does the menu drop down( the Produce Reviews one) go behind my fish
  • Dynamic List and Binding.

    How can I bind a click event to a dynamic list.  I have included a fiddle, http://jsfiddle.net/a4poster/Y3SzW/ What I want to do is when the user clicks on one of the list items generated for an alert box to open like this: http://jsfiddle.net/a4poster/MHUke/ Ignore the styling - this method works fine on older versions. Thanks, A4.
  • Tab activate on Menu item select

    $(function() {     $( "#menuA" ).menu();        $( "#menuB" ).menu();     $( "#tabs" ).tabs(); }); <div id="tabs">     <ul>         <li><a href="#tabs-1">A</a></li>         <li><a href="#tabs-2">B</a></li>                        </ul>         <div id="tabs-1">         <ul id="menuA">             <li><a href="a1.html">A1</a></li>             <li><a href="a2.html">A2</a></li>         </ul>     </div>         <div id="tabs-2">         <ul id="menuB">             <li><a href="b1.html">B1</a></li>   
  • Custom sorter for Tablesorter plugin?

    I have a table column in which some cells contain simple words (e.g., 'web', 'production', 'engineering-employees'), and others that contain LDAP distinguished names (such as 'cn=operators,ou=Groups,dc=example,dc=com', 'cn=helpdesk,ou=Groups,dc=example,dc=com'). They're easily separable; the DNs *always* start with 'cn=' and the simple words.. don't. I want the sorting for this column to keep each type together, but sorted within the types (with DNs considered as lexically subsequent to simple words).
  • magnific popup question- How do I controls it

    Hello all, How do I control the behavior of the popup box when, during and after it appears? Would I do this in the jquery.magnific-popup.js file? Please let me know your thoughts. thanks
  • 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