• Saving Indicator

    Hello everyone. Trying to figure out the best way to indicate a save function has been called and non obtrusively let the end user know (think Google docs 'Saved at 5:31 am' type of thing) for our app ShiftZen.com . Part of the trick is that it is inside of a .net user control. Any advice before I start to tackle? Thanks! Peter
  • Animation delay between each Queuestep (with example)

    Hello, I'm trying to queue a <div> fluently without delay in the same direction. http://wow-portal.eu/ext/jquery_queuelag.html What can I do?
  • question for open dialog.

    How to open dialog by using jquery 1.9.1 in zendframework?
  • unviel.js difficulty

    hey guys , there is this very simple pluggin called unviel.js for lazy loading . i have used it in a few of my projects but i would like to understand it better a bit .  below is an example that actually works .  basically what u do is , just take a gif image and load it in the src attribute and than in another data-src attribute you actually insert the image you actually want to display.  and than you run the pluggin with the following peice of code :  $( document ).ready( function () {    $( "img"
  • Smooth scroll?

    Hiii! I'm making a smooth scroll for an anchor link for in-page movements, and doest'n work  :c  here's de HTML code:         <a name="TextoContacto"></a>    <li><a href="#TextoContacto" class="scroll">Contacto</a></li>                 </ul> (it works fine) JS: $(function() {  $(".scroll").click(function(event){  event.preventDefault();  var offset = $($(this).attr('href')).offset().top;  $('html, body').animate({scrollTop:offset}, 500);  }); }); (This one not  :c) <3
  • Multi colored jquery ui accordion

    Hey, I tried doing this before, but no success, how do i make the jquery ui accordion multi colored. I need the background colors to be of each header (of the accordion section) to be each a different color. How would i do this, i tried using basic css styles: background-color: /*my  color etc..*/ but no luck please help
  • How to make a slider in jQuery

    I was wondering, how I could make a slider for my website with jQuery.  Can someone link me to a tutorial that has arrows and dots like a carousel?  Thanks!
  • Collapsible Set and changing Tabs. Are they incompatible

    Hi Does anyone know How you can use a Collapsible set with tabs On the left of my page I want a Collapsible set  acting as a menu. Some items will have children and some not. I want the items without children to change the tab directly but the items with children should expand. (Then children in this case change the tabs) I have an example at http://jsfiddle.net/7jg43uLg/3/ I can not get the header items without children to change tabs or not to expand. Also the tab content shows by default. Is the
  • Jquery not working after the grid is refreshed with new data by selecting a value from a selector.

    I am using the following jquery code to create click event on the elements of the facility location column in the grid below. The code is working fine on start up (i.e. when the document first loads).  However, after changing the Division from the selector in the top left side of the image which is encircled, the grid data is getting refreshed and the click event thereafter on the facility location column of that same grid is not working. The code is below:- <script src="..\Images\CDM_Images\Web_App\Js\jquery-1.9.1.min.js"></script>
  • How to find the column in a table?

    I am using the following code to locate a column in a table. However, some rows in the column is working and some is not while I am hovering my mouse over that column. Why is it so? $(document).ready(function()  {     $( "#table_grid_W1269_0 td:nth-child(3)" ).click(function(e)    {           var facilityRollup= $(e.target);         var facilityRollaupName = facilityRollup.html();         var url = './Main.aspx?evt=2048001&src=Main.aspx.2048001&documentID=BC42714F462642081F0A20BCF456405A&promptAnswerMode=2&valuePromptAnswers='
  • How can i detect the Browsers back button.

    Hi jquery team, Can you please help to detect the Browsers back button. I browsing many ways in net but i con't find the solutions. Finally i place a request to jquery team. Thanks & Regards,  Thiru.
  • How can i detect events and anything when i click the browsers back button?

    hi jquery team, How can i detect events and anything when i click the browsers back button? i already use the "on before unload" and "unload" these all are the page unloading functions i am unable to find the event when browsers back button(arrow mark button) ..... Thanks Advance....
  • Sharepoint list adding jquery tooltip

    Hi i'm  new to using jquery ui , i'm trying to implement the jquery ui tooltip but i'm not sure how  or where to insert the code in a share point list new form , can someone please advice or send a sample code in a sharepoint list if possible 
  • Unexpected form submittion

    I'm using JQuery (v1.11.0) on a internal webApp to edit/modify the data on a schedule made up of multiple rows.   I have buttons that activate a row for editing, cancel or save (submition  via ajax). The problem I have is that if I actually include a form element, the page automatically submits for any gesture, such as selecting the input fields, tabbing etc.  If I omit the form element, I cannot access the input values. My form                 <form class="schedule-form">                     <tr
  • stop animations in functions

    Hi I have images that fade in an out in the background. I've put them in functions. When clicking on a button I want them all to fade and stop running. I find no way of doing this. I have tried using stop(), clearQueue() and finish() in different ways but nothing works?  This is my code: function aniBG2() {       bg2.delay(4000).animate({ opacity: 1,       }, 10000, function() {             bg3.animate({ opacity: 1,             }, 10000, function() {                   bg3.delay(5000).animate({ opacity:
  • Jquery Block Plugin

    How can i disable multiple click on same link in block ui.
  • help with adding and removing class

    I am trying to use some jquery in WordPress to add and remove a classname from a div. I have it working on a single page but for some reason, it will not work on the homepage. I have added an alert to give me the height of my div and when I click on a test page, i get the height and can tell just by looking at the page that the class is removed. When I go to the homepage, the alert function does not work and the class is not removed. I know for a fact that jquery is running on my site because It
  • Textarea value is always null or empty?

    <div id="send-complains-to-reporter" title="Изпращане на известие" style="display: none;">                                 <div class="col-xs-8">                                     <div class="form-group"><input type="text" class="form-control" name="reporter_contact_email" value="<?=$oRow->reporter_mail; ?>" >                                     </div>                                 </div>                                 <div class="col-xs-4">                                     <div class="form-group"><input
  • jQuery.isPlainObject() and JSON.stringify()

    jQuery.isPlainObject() and JSON.stringify( ) well my question is , when would you as a developer really decide to use the above two functions ??  i am still reading about these two functions and its a bit confusing , but just in a very general sense , when do such functions get used ??
  • changePage event not working in chrome

    Using Chrome browser my code snippet below fails to change from the current page(a.html) to the new page(b.html) which resides in a different page, but it works fine with firefox and dreamweaver live view.  $('#proceed').on("click",function(){             $.mobile.changePage('b.html');         }); I also noticed that it works fine in Chrome ONLY if new page (page to change to) is in current file as a data-role = "page" What I mean is this:  $('#proceed').on("click",function(){             $.mobile.changePage('#newpageID');
  • Issue on Getting Selected Row Values From Table with Checkbox

    Demo Can you please take a look at above demo and let me know why I am not able to get the values of selected (checked) rows from the table? I have a code like this: $("#btn").on("click", function () {     var checkedRows = [];     $("#tbody tr").each(function () {         if ($(this).find("input").is(":checked")) {             checkedRows.push($(this).find("td:eq(1)").html());         }         // console.log(checkedRows);         });         var result = [];     $.each($("td:eq()"), function (idx,
  • Animated drawing with svg and jQuery

    Hi all, I recently discovered the great possibilities of using svgs (scalable vector graphics) and came across this interesting example on Codepen : http://codepen.io/ghepting/pen/xnezB This page gives a clear explanation of the basic idea : http://css-tricks.com/svg-line-animation-works/ Animated handwriting, quite awesome I thought. But then I realised how poorly CSS transitions and animations are supported (by IE mostly). But as I'm normally using jQuery all the time, I should have turned to it
  • Issue on Loading Dynamic Data to “DataTables” Using jQuery

    Demo I am using this solution to load dynamic data in to Data Table. I have to use the Array of Array since I am getting dynamic data from user on font end selection (NO DATABASE Selection). I am using following code to upload data into the table <table cellpadding="0" cellspacing="0" border="0" class="dataTable" id="example"></table> and JS $(document).ready(function () {               var counter = 0;               var compareTable = [];               var compareRow = [];               var check
  • #.fn.extend question

    I have the following extention: $.fn.extend({     convertToAry: function () {         return $.map(this, function (o, i) {             return $.map(o, function (o, i) {                 if (o.indexOf('System.') == -1) { return o }             })         });                     } }) When I use: $(thead).convertToAry() it doesn't convert the thead object unless I do this: thead = $(thead).convertToAry() I know it's probably a simple fix, any help would be appreciated.
  • What could cause $.getJSON to return XML?!

    This is just so weird that I felt compelled to post... I am using jQuery's $.getJSON function to retrieve a list item from a SharePoint 2013 list. Here is the relevant code: /* Function to display the fields for the selected product */ function WriteProductFields() {     var myURL =  "https://SPserver/this/that/_vti_bin/ListData.svc/TheList(" + productId + ")";         step1 = $.getJSON(myURL,function(data) {             /* First, grab values to be stored for later use */         productLine = data.d.PL;
  • draggable problem in Chrome

    Hello. Using jQueryUI in Edge Animate, I've made a symbol draggable when it's moused over. I've also set it to revert to its original position. When I test the results, everything looks fine in Firefox and Internet Explorer; but in Chrome, if I drag this symbol quickly, it's leading edge can disappear as if it's being clipped or experiencing a rendering problem. This is even more noticeable when it's reverting. I'm using 64-bit Windows 7 SP1 and Chrome is up to date. Has anyone else experienced this?
  • Sortable hard to sort using a horizontal div sort/is sortable exactly what i need?

    Hello all, I was looking for a way to move SVG elemtns created with JQuerySVG back and forth and sort them into place like chrome tabs, and found Sortable in the ui.   There are a lot of useful parts to this, but also some issues I have faced. 1.  The major issue I am facing is that I am looking to use this horizontal and not vertical.  I had looked up ways to do what I needed and "#sortable > div { float: left }" seemed to be what worked the best.  It creates my list exactly how I want, however
  • Using jQuery to scroll through local pages

    Hello, I'm currently trying to make a responsive website that scrolls horizontally through all my pages with the click of an arrow.  my jquery looks like this: $(document).ready( function(){ $('#rightarrow').click(function (){ window.location = 'pages/about.html' }); }); It moves to the about page just fine, but i want to get it to scroll through all of my pages. how would i go about doing that?
  • My Jfiddle doesn't work. Help please?

    http://jsfiddle.net/Inzblaze/1fguke3j/20/ The issue is that no matter how I call the function text() it never prints it out. Does anyone have any suggestions?
  • checkbox showing all icons

    when i try to use a checkbox it shows a ton of icons here is my code <label> I agree <input type='checkbox' /> </label>
  • i want to find the id of the div

    hii i have take the one main container div and in that i have taken the 3 dive i want to find the center div id and want to the class to that div
  • How to make a navbar resizable when scrolling down

    I want to make something like this navbar on this website : http://www.invisionapp.com/ you´ll see, when you go down the navigation bar goes a bit little on the top of the page, what code should i use? and can you lovely people tell me what specially part of the code has to be changed for  set the moment to the nav to change? Thanks  :D
  • GET the content of a div in another page

    Hello Everybody, I need to develop a page who will show a grid with Log. So, I'd like to insert the text "see more..." and below it show a tip from the Questions and Answers page. The Q&A has a list of itens with a code for each one (ex: ABB0001ERROR) and every DIV has the ID with it. So, I need to request in my page to get the content of the id #ABB0001ERROR in the page of Q&A to print in my first page. How can I do That? Ex: var divCont = document.getElementById('DivId').innerHTML; But I need in
  • JQuery problem (Fotorama)

    Hi. I'm trying to design a website for an online exhibit I'm doing.  The exhibit will have a rotating carousel of images (specifically using the Fotorama JQuery plug in).  I wrote the code for the site, and when I tested it out, it seemed to work fine for IE, but the images won't load when I try to open the page in Firefox.  Here's the code I wrote.  Do I need to add or subtract something from the code to make it work in Firefox? ================= <!doctype html> <html> <head> <title>Fashion Through
  • How do you add an icon to the title of a dialog box?

    The question is pretty self explanatory.
  • Table generation

    My goal is to be able to click on a button and create a text with inside a table tag that essentially says <tr><td>text</td></tr> But when ever I try to make the code I cant seem to get it right. I have tried .appened(), . write(), ect but I still can't seem to get it right. Is there a road you can set me on to maybe figure this out?
  • Persistant Header

    For future JQuery Mobile, we'd really like a persistent header. For example, when I use Charles Schwab and I scroll a table/list, as I scroll up, the header stays at the top until the next header.  Then, that header stays persistent at the top until a following header. I really want this (even at one basic level) for my JQM apps. Maybe it's not called a header...but go here: http://demos.jquerymobile.com/1.0a1/#docs/toolbars/footer-persist-a.html Now, I'd like A to be at the for as many of the A's 
  • why the hover effect doesn't quit when i retire the mouse from the square?

    I wonder why, its necessary to write another code for mouse to leave? $(document).ready(function() {     $(".banner1").hover(function() {         $(".banner1").animate({width:"100%"},1000);          $(".banner1").css({'z-index' : '1'});      });  });
  • Cycle 1.0 Security Flaw?

    Hi, I was wondering if anyone knew of a security flaw with malsup's Cycle 1.0 that might allow someone to inject JS into the .js file. A site that I created a couple years ago suddenly had people redirected to another site when the user clicked on a search result for their site in Bing. After doing some investigating, I found some JS code that redirected the user if they came from certain search engines. I'm trying to figure out how this could have happened, I've used Cycle quite a few times over
  • Quick Question – Please Help

    I have a quick question regarding Jquery and I was hoping that someone here could help me or at least point me at the right place to find help. If this question is in the wrong sub section of the forum please let me know and I’ll try and move it to a more appropriate area on the forum. So I recently hired a programmer to create a small program for me and upon reviewing the code it seems the Java code was copied from the Jquery.com website. The thing is I plan on using this script as part of a larger
  • 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