• Problem with Accordion

    Hi ... I've used from according  many times on my site.in the <div id="ui-accordion-accordion1-panel-0"  set style="display: none; height: 0px;" i want to change this value.i want to disable this property(height=0px;).How do I do it?
  • I there any Plugin available in jQuery to customize the page like email mail chimp email template editor

    I there any Plugin available in jQuery to customize the page like email mail chimp email template editor I wish to show the edit delete option when only  hover. the settings block display arround thr border
  • How to avoid this script error in IE8?

    Each time I apply and remove a filter(clicking checkbox) on a my page, IE shows an alert prompting me if I want to, "stop running script," or not. Check my attached file for this error? How to stop this error in IE8?
  • Reset datetimepicker?

    Hello I have included the datetimepciker plugin from; http://xdsoft.net/jqplugins/datetimepicker/ There is a little problem. If you set a date e.g. 31.03.2014 and time 02:00, submit the form and then open the calendar again, the date is not set to current date 04.03.2014. It shows always the previos selected date and time. Is there a way to reset the date and time? I tried: $('#datetimepicker3').datetimepicker({                 value: null,                 inline:true,                 lang:'de'    
  • Collapse problem on jquery tabs

    Hi.I am fairly new to JQuery so aoplogies in advance if I fail to explain correctly ot if I have posted in the wrong forum. Essentially,  I have a number of horizontal rows of  icons that are collapsed by default on page load, when a user clicks an icon,  a tab pane opens with a subset of icons for them to choose. All this is working perfectly in Visual Studio,  however I am having a problem when this is inserted into a Dot Net Nuke skin page. Because DNN automatically loads its own libaries of JQuery
  • How to store data with a multistep form in jquery mobile?

    With jquery mobile and phonegap i'm preparing an app. Inside this app there is a form. I started with a plain form en posted the data with php. (no Problemo!) Because of lack of space on a tablet when the keyboard is popping up, I want to make a multistep form. So far so good I made a multistep form with "fieldset" "to separate the steps. So that is working. Now here comes the problem.  How can I post the data with php. The php file is going to send the data to an email address. (other solutions
  • Replace using text() to search, and html() as returned

    Hello, What I would like to achieve is to search through the text of elements and replace it with html using .replace and regex while preserving the html structure (including descendant elements). I fully understand that regex can't be used on html tags, so the only way to not have the input contaminated is to use the .text() property of the element. The side affect of this is that I can't .replace() with html in the replacement string as it is shown as plain text (obviously). This is similar to
  • Chrome problem - formatting buttons in navbar

    Hi all, I wonder if anyone can help me with what's going on here? Here is a simple page with a navbar that has two buttons and one has a different swatch applied: <head> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.css"> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="http://code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.js"></script> </head> <body> <div data-role="footer" data-theme="b"> <div data-role="navbar"> <ul>
  • JQery /HTML5 Audio file Fade 2

    Hi OK after much tinkering I've given up. An descriptionof what I'd like to achieve: User scrolls down the page the sound fades in. Scroll up the page the sound fades out. I want to be able to control (more or less) at what point on the scroll the sound fades in/out. Please be aware there are other sounds playing as well I don't want to affect if possible. If this proves too difficult then I don't care if the others sounds fade out as well. I'm using a specific plugin called volumizer found on post
  • Manipulate box perspective

    Hi, I was wondering how I can transform a regular box to one that has perspective. What I want is to have the image animate, but I'm not sure how to go about doing this. Do I go through using CSS's perspective/transform:rotate      or is there another way? I can't quite get the grip on undertanding CSS's method of perspective transformation. The main thing is I want one state to animate to the next state. Doe anyone know how to accomplish this?
  • find the tab index of the next cell and give focus to it when pressing arrow keys

    0 down vote favorite I am using VS 2005, ASP.NET,C#.NET AND JQUERY. I have gridview in update panel. I have tab index of one cell $(this).attr('tabIndex') I have to move the focus to the next editable cell . how to find the tab index of the next cell and give focus to it when pressing arrow keys thanks in advance george n t
  • dom traversal on click issue

    I am trying a form validation on click of a button.  I expected to be able to traverse up using closest and then use find for each input field.  It doesn't seem to be working.  Also, in general, I am finding I can select an element just by id without any traversal.  This is the jsfiddle code   Thanks in advance.
  • debugin website

    Digite um texto ou endereço de um site ou traduza um documento. Cancelar My site're in error in Firefox / Chrome Logo and gets the out of position, can someone tell me how to put him in position? reminding q in internet explorer that's okay, if they see errors on the site let me know ... http://www.agenciadreamup.com/ I await responses ... thanks!
  • hide/toggle not working reliably

    I have the following code, that for some strange reason will not execute the toggle code (near the bottom) every time through, and it seems to work on the second click.  Does anyone see an issue with my code that might be responsible for this? It's my belief that there is an issue with the way the file is being served, but I don't see how that makes sense.     Also setTImeout doesn't work as expected. I would expect it to not do anything for 3 seconds, but it starts making AJAX requests immediately.
  • jQuery Hover Drop-Down-Menu Full Width Size

    I have a vertical menu in my Website. Now i need a dropdown system in some links. I've see this example on the internet: http://jsfiddle.net/4jxph/3018/ But i want a full width submenu. The Dropdown System of Sony is what I want. Dropdown system by Sony: Sony I've always craetet a full width size dropdown menu. My Code: http://jsfiddle.net/3aK9k/4/.  So what i want, when i hover the content so the submenu and again to the menu link which slidedown the submenu than the submenu should be still there
  • Validation isn't being done when I need it to be

    I have a page that has been using the jQuery validation plugin successfully to validate several text fields.  There are several submit buttons on the page, and I have configured the validator as follows: _validator = $("#ftsEditTripForm").validate({     onkeyup: false,     submitHandler: function() {} }); I register the following click event handler for all the submit buttons on the page: function clickHandler(jqEvent) {     var action = jqEvent.target.id;     if (action !== "cancel") {         _form$.validate();
  • jquery-ui-custom.css

    I downloaded some code on converting a HTML Select to a combo box using JqueryUI autocomplete.  The code required the stylesheet  "jquery-ui-1.8.5.custom.css" .  However my download of the JQuery UI library for 1.10.4 contained no "jquery-ui-1.10.4.custom.css".  What took the place of this style sheet?
  • Unrecognized Expression

    I need to replace links on a page with some text and the link. A typical link looks like this:     <a class="xlat-en" href="../../bio/s/a/i/saillens_r.htm">Ruben Saillens</a> When I run this code: $(".xlat-en").each(function(index) {               translatorPhrase = "Traduit de l’anglais au français par %s";               var newHTML    = translatorPhrase.replace('%s', this.outerHTML);              $(this).replaceWith(newHTML); }); The desired result is an updated node that looks like this: Traduit
  • When using CSS zoom, mouse position is not scaled to jquery-ui slider element

    I'm using the following transform in javascript:     $("body").css({"zoom": (100*scale) + "%", "background-size": bgsize, "-moz-transform": 'scale(" + scale + ")'}); The problem is, the jquery-ui slider element still uses the original mouse click coordinates and not the scaled one. Thus, for scale < 1, the slider click is non-functional. I would like to just adjust the mouse click coordinates only when dealing with this slider and not other elements on the page. Note: I have tried all jquery-ui versions
  • Where are changelogs?

    Why don't you guys publish changelogs anymore for new jquery mobile releases?
  • what is the difference between ".position().left" and ".css('left')"

    iam pretty confused with this pls help?
  • fixing mobile template spotweb

    Hi, I am trying to solve a problem with the mobile template of spotweb, there is a button for downloading it directly in a program, but i have a ui-loader that i can't get rid of. The mobile template is in version 1.0a3 i know its an old version and i'm thinking about updating the script but thougt i fix this problem first, at least try:) I'm just a newbie for jquery (got to mention it:)) Google Chrome element inspector say's its a  Uncaught TypeError: Cannot call method '_trigger' of undefined on
  • Problem firing click event .

    Hello, Im trying to fire a click event on an id that I have ?"bolded"?. Only it's not firing, hence my post. The code is from a third party that cant be changed.  The code builds a div section at the very last element, on every keydown in a text box.  It's an autosuggest that produces markup and is deleted after every new keydown or click My code is as follows Any help is most appreciated alert("clicked"); $("ul > #as_ul a").on("click", "#as_ul", function() { }); The markup is as follows: <div style="left:
  • Question For Creating Vimeo Gallery

    I have a video gallery, using Vimeo, where I have a main player at the top, title, date, description underneath that, with a thumbnail list of other videos at the bottom. I have it working where you click the thumbnail and it updates the url in the main player. The only thing left is to update the title, date and description. Here is what I have so far. top video, title, date and description html: <iframe src="//player.vimeo.com/video/{series_weeks:seriesWkVidId}?title=0&amp;byline=0&amp;portrait=0&amp;color=ff9933"
  • jquery repaet show/hide every 2min

    hi, i developpe a site web  and i have a small problem i want to display  image 2 munite after that i want to hide this image 2 munit  and i want to repat this operation for ever can i help me? thank's
  • How to add link to an auto complete search box using jQuery?

    Can some one please guide me with regard to this. I have failed to come up with a way to "bind" an item's name (which pops out on clicking it's initials in the search area) to it's respective link. So, that after selecting it from the auto complete pop out and clicking on search ,  we are directed to the page with the particular item. I intend to use jQuery Ui's Autocomplete.@ http://jqueryui.com/autocomplete/ And it has all the listed items in an Array. Is it possible to assign specific web links
  • how to add a progress bar animation before the page loads?

    is there any plugins or have to do custom code development??
  • using adobe after effect in jquery

    hello my friends it is possible to use adobe after effect in jquery? after effect plugins is very beautifull. there is a plugin like after effect? thanks a lot.
  • Changing the title on a page

    Hello How may I access and change the title in the head statement of an HTML page using jQuery please. e.g. $("head").???("title","Something new") Regards
  • Multiple Select All checkbox using Jquery not working on Internet Explorer.

    Hi, I have a table, containing 3 columns having checkboxes. I have created 3 different Select All checkboxes as header for each of them, which should select respective checkboxes only. Could someone please let me know, whats wrong with the below piece of code, as it's not compatible with IE. The same code works fine on Firefox & Chrome. Error Message from IE: Object doesn't support this property or method JQuery Code: function toggle(source) {   var checkboxes = document.querySelectorAll('input[type=checkbox][name*='+source.name+']');
  • jquery scroll

    I'm trying to make my page scroll down to a specific part in the page. For example if I click on heading 3 then it must scroll down to heading 3. The problem I'm having is that my other anchor tags don't work Here is my html <div class="nav-wrapper">                         <div class="nav">                         <ul>                             <li>                                 <a href="#heading1">HEADING 1</a>                             </li>                             <li>                                
  • Delete multiple Rows from table populated using pagination

    Dear All I want to Delete multiple Rows from a table which  populated using pagination   I am using following code fo select multiple rows of a table which is populated using Pagination This code is working fine $(document).ready(function() {       $('#selectall').click(function(event) {   alert("AA");//on click          if(this.checked) { // check select status             $('.checkbox1').each(function() { //loop through each checkbox                 this.checked = true;  //select all checkboxes
  • problem with scrollor

    pls see this fiddle  http://jsfiddle.net/shaik/xGZhP/ i want to stop scrolling when last div comes into screen and animate whole animate " inner div" to left:0px..pls have a look
  • show/hide effect with jquery on vertical text

    Hello, I am in the process of creating a jquery effect that resembles the one at: http://jsfiddle.net/zA23k/215/ As you can see, the user is able to click on 'more'/'less' buttons to show part or the entire line of text. I'd like to create something similar but with a few key differences. First, the initial state will be like this: State 1: Lorem ipsum dolor sit amet.... (Show more button here) State 2: Lorem ipsum dolor sit amet,  consectetur adipiscing elit.  Nam at ipsum eleifend, eui smod nunc
  • Strange behaviour Scroll Bar in Internet Explorer

    I am using Perfect-Scrollbar in combination with an iframe. So far so good in chrome, firefox and safari but when i am using internet explorer 8-11 I get a strange behaviour. When i hoover over the iframe i normally see the scrollbars directly but in Internet Explorer they only appear when i am directly above them. Anywhere else in the iframe they don't show up? In the <head> i am using this: <link href="src/perfect-scrollbar.css" rel="stylesheet">       <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  • Parsing XML

    Hi all, I have a question regarding parsing my XML file. Here is the task at hand, I have created my css and html to properly display a tournament bracket.  Also, there is an XML file that contains all game information regarding, teams, winners and losers, as well as the game number.  At different spots in my HTML i have different games.  Here is a sample of my XML : <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <tournament xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <game id="1">
  • conditional addClass("active") to Bootstrap nav-bar

    My previous post disappeared  How can I set the class of a <li> tag if it contains text that matches the id of the body tag? I used a PHP include to attach a nav-bar to all my web pages. Would like to dynamically add a class "active" to the <li> tag that has the text matching the id of the body tag. <body id="Journal"> <!-- Docs master nav --> <header class="navbar navbar-static-top bs-docs-nav navbar-inverse" id="top" role="banner">     <div class="container">       <div class="navbar-header">  
  • fix in example in jquery documentation

    Good day. I've been trying to get the code in this page to work submit example Someone needs to remind readers that you MUST place the script under the html code because doing it otherwise wouldn't make it run properly. The alert wouldn't appear. But placing it under the html code, by the time this script is reach and executed, it'll recognize $("#target") In other words, you need to tell people why the script was written after the html code. In doing so, you can also prevent an alternative if you
  • jquery autoComplete append

        $('.autoPhase').autocomplete({         source: 'files_json/auto_Phasecode.php',         minLength: 1,         select:function(evt, ui)         {             form_edit.proj_PhaseCodes.value = ui.item.phaseCode;         }     });    I have the above autocomplete code. Works great!! BUT what I would really like to do is append the ui returned value to the form_edit.proj_PhaseCodes.value rather than just store the value. TIA for your assistance jdadwilson (newbie)
  • jquery datepicker

    Hi, I am new to jqeury. I have a few queries regarding jqeury datepicker. I faced the issue while displaying the datepicker on postback. which I resolved using pageLoad function in javascript. Now I want datepicker whos value gets set on postback.  Textbox to which the datepicker is bound shows the value from the database. Used hidden field. However datepicker calendar doesnt show the value which is displayed in the textbox. My code :      <script type="text/javascript">         Sys.Application.add_load(LoadHandler);
  • 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