• How to unit test extjs application using qunit ?

    please can any one suggest me some tutorials or reference links for qunit for extjs
  • How to get hidden field array values

    I have multiple hidden fields of the form <input type="hidden" class="mail-contacts" name="to[]" value="abc1"> <input type="hidden" class="mail-contacts" name="to[]" value="abc2"> <input type="hidden" class="mail-contacts" name="to[]" value="abc3"> Number of hidden fields can be different for different cases. How can i get the values of these hidden fields ? As this is an array so can't get it with  document.getElementById('') I need to get the values of these hidden fields and then pass it as query
  • Newbie Question

    I am trying to animate an image by clicking a button and then clicking the button again to reverse the animation of the image. I am really new to this and could really welcome your help.
  • jquery value geting

    sooryy for my english.. hello to every one , im new t jquerry , ihave 2 forms in same php page , the problem is , i wants to pass two hidden field valeus from one form with jquery on click function , and get those values in 2nd form on the same page.... how i can get those vales on the 2nd form , and how to show those on the 2nd formm (if some one have the demos , it will be so goood for me..) any help is appreciated... thanks
  • New Dev Tool Based on jQuery

    I would like to introduce to you all a new HTML5 dev tool based on jQuery "DaVinci Studio". You can download it for free at DaVinci Lab's homepage: www.davincisdk.com  Here are some of DaVinci Studio (taken from the website):  - Has a powerful project manager and code editor developed as an Eclipse plug-in. - Use the emulator to simulate multiscreen environments and the build server to easily create hybrid applications. - Includes a tool chain of everything you will need for web application development:
  • width change problem of html element during JQuery append in Django template

    Below you will find the HTML code. If you try to load it into the browser directly, both alerts (before placement onto "body" and after) will give you width=498px as expected. However, if you set it up as Django template and run with Django development server, the second alert (after placement onto "body") will give you a slightly different number depending on the browser: Firefox gives 497.76666px, IE gives 498.1px. I have not checked other browsers. It is important to note, that it is that combination
  • Optimization of a web sprite animation for mobile devices.

    i have made a web page with some sprite animation in it. this animation is based on the sequence images, so i used 100 .jpg images to make my object turns around. you can see it here http://www.akkromedia.com/Temp/360degre/originalweare/weare.php the plugin i used to make this effect is threesixty.js any suggetion how could i optimize this king of animation for the mobile devices.
  • retrieve modal dialog value and send it to php using ajax

    I have form that has one field. I have one field that is in modal. Both of these are part of the form. When I fill in the first field and click on submit dialog opens and i enter another value. Once I click on submit i would like to send both of these values to php using ajax but i am having troubles retrieving these values. Can suggest how to solve this please. my code
  • Radio box value in input textbox

    Hi; I have three buttons, i want the content of any clicked button to be shown in the text input as value. Here is a working example here but i don't figure to reproduce it in this case especially with div. I am using jQuery 1.9. Thank you. The three buttons : <div id="myradiobutton" class="btn-group" data-toggle="buttons-radio">     <button type="button" class="btn btn-primary">Left</button>     <button type="button" class="btn btn-primary">Middle</button>     <button type="button" class="btn btn-primary">Right</button>
  • passing a variable to ajax when a specific button is clicked.

    Hi, I have a PHP script that populates a split list of locations on a jQuery Mobile page.  When you click on any location in the list, I want it to take you to a new page that displays the address and contact information. Everything is working except I can't figure out a way to get Javascript to recognize the specific button in the list that was clicked in order to have the ajax-loaded PHP file display the proper result. I tried creating a form with each button and a hidden input called "lid" (tried
  • Problem with Ajax form submit

    I have this mobile page I'm working on, and I can't seem to get the ajax call to work properly.  Whenever I click the submit button, it reloads the page, with all the data submitted in the url, as in a get method.  However, this data should be submitted via post, and it's only "posting" data back to this page, instead of the "users.php" page like it should be.  My guess would be is that the "submit" function for this is somehow incorrectly implemented, but I'm at a bit of a loss as to what I've done
  • Embeded object not responding to the click event

    I have Div that when clicked the div inside rotates, like a playing card one side showing the face the other back, see this tutorial http://desandro.github.io/3dtransforms/docs/card-flip.html I have it working perfectly fine and it rotates when I click it, then I embeded another page into the 'back face', it's a work report.  Now when I click on the report it doesn't click back. Can jquery respond to a click event on a clicked object, or can I put something transparent over the top??? here is my
  • an element Smooth Horizontal scrolling by jquery

    hi everybody i have elements like this <div class="main">       <div class="columns">             <div class="column" ></div>             <div class="column" ></div>             <div class="column" ></div>             <div class="column" ></div>             <div class="column" ></div>       </div> </div>main div have width property lower than screen weight , and overflow:hidden columns div have big width base on divs in it column are sections i want sections be in screen horizontal and scroll no
  • form submit() function works for Mozilla but not IE?

    My intent:  override form's submit so I can make google search my choice of sites.   Problem:  While this works fine in Mozilla, is doesn't work in IE (it's as if the 'action' I formed isn't even passed to the browser??)   Any ideas what will get this to work for IE?   (I see that IE has a history of issues regarding form submit()... , and I have read advice that includes ensuring there is NO <input> named submit, etc.)   <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  • all except next sibling......

    how do I say all except following element? $(this).siblings( $('ul') ).slideUp(); don't see syntax to use .not() and :not() in conjunction with sibling(),  parent(), etc. thank you.....
  • Disabling zoom on fullscreen fixed toolbars

    Hi, Is there a way to disable zoom on fullscreen fixed toolbars, so that only the content in between header and footer will zoom when the user zooms? Have started a test case here: http://jsbin.com/otujez/2/edit Thanks!
  • Opening jQuery Mobile page inside another jQuery Mobile page

    Hi, Is there a way to open a jQuery Mobile page inside another jQuery Mobile page? http://jsbin.com/olohiy/2/edit This is for desktop users of my jQuery Mobile app, where certain pages do not need to load in whole new pages. Thanks.
  • global variable vs. passing a variable into an option's function

    Some code for the source: option in Autocomplete does not work when I try to pass a variable (containing an array) into the function, but the code works when I don't try to pass it into the function. What's happening here - or am I doing something wrong in the 2d case? This works seems like threeStepCountries is a global - var threeStepCountriesTest = [ "US", "GB", "PH", "ZM" ]; $("#neighborhood").autocomplete({       source: function ( request, response ){             if ( $.inArray( countrySelected,
  • validation engine not validation fields under accordion

    Hi, I am using validationEngine for validating form fields. I have tab and inside the tab, I have two accordions. Each accordion has 4 fields. When I submit, only first accordion form fields that are opened are getting validated. Is there any way I can force to validate all the form fields and open all accordions to show the required field message? Thank you!     <div id="tabs-1">     <div id="accordion">    <h3>Select Agent</h3> <!-- First accordion title) -->    <fieldset>     <div>     <label
  • Want to implement the slide operation from right to left

    Hi All, Already, slide up is implemented using animate method of jquery. I want to change that to slide left. Please help. What all i need to change in the animate method? Or else, do i need to change anything other than that? Thanks Manikandan
  • JQM 1.3.1: Why loading works only in some browsers?

    Hi,   With JQM 1.3.1, l use loading('show') in this way:         $(document).bind("mobileinit", function(){         $(document).ajaxSend(function() {           $.mobile.loading('show');         });         $(document).ajaxComplete(function() {           $.mobile.loading('hide');         });         $(document).ajaxStart(function() {           $.mobile.loading('show');         });         $(document).ajaxStop(function() {           $.mobile.loading('hide');         });       }); It works only in some
  • jQuery function $('selector', variable) [RESOLVED]

    Hello everybody, I'm reading a book about jQuery and sometimes it's writen something like $('selector', variable), but I only know the meaning of $('selector'), and the author doesn't explain. So what's the utility of the variable at the end of the function $() after the coma ? Why it is used ? An exemple of code given in the book is  $(document).ready(function() {       $('#news-feed').each(function() {             var $container = $(this);             $container.empty();             $.get('news/feed.xml',
  • $.access

    Hi guys, I've found a method in the main jquery file which has the line: return $.access( this, function( elem, method, val ) { Can anyone tell me what $.access does? I can't find any reference to it in the docs. Is it a native js method, maybe? I can't find any access to that either! Any help would be appreciated... Thanks James
  • Jqgrid

    Dear friends,                   I'am developing a new project on billing system so i need grid. the grid features are data retrieve from the database, it is a pop-up window, add new row (multiple row) and connect to database.                                                                                                                      Thank u advance..
  • Difference between asynchronous and synchronous

    what is the meaning of asynchronous and synchronous in Ajax or anything related both of this?
  • Video Stop Problem

    Hey, I'm having a problem on a portfolio site using jQuery. http://denizkurtel.com/theintrospectaculareurope.html at the slider place after the photos there are videos ( streaming from vimeo ) when you clicked play and opened the video and after from the buttons go to another photo the video keeps running and giving its sound at the back. I want the video stop after moving to another photo at the slider. I tried from here and couldnt get a positive result : http://jsfiddle.net/deshg/8CV2S/ Need help
  • Wich tutorials or courses for studying jQuery?

    hy, I'm beginner in web-programming and now I'm going to start learning jQuery.  wich tutorials or video courses do you prefer for begginers, from where can I beggin? If someone know where to find jQuery studying courses please Link here! this help won't be only for me, it will help every beginner ! if you now something please Link Here ! thanks : ))
  • How To Save Page Table content as A Text file Using Java script?

    Hi Experts, I Have data in a table with id tblData. I want save this data into a text file using Javascript. Please Provide a solution to save in text file. Thanks and regards E V Krishna
  • jquery how to update drop down menu list based on previous drop down menu selection

    Hello lovely members, This is my first time I tried a new post   and hope this would help :) I am developing a form , one of things that required is when the user selects his country : <select  style="width:221px;" id="country" name="country" class="country"  >         <option value="0">Select your Country</option>         <option value="KWT">Kuwait</option>         <option value="UAE">UAE</option>         <option value="KSA">KSA</option>         <option value="JOR">Jordan</option>         <option
  • Login from different browsers should not allow

     if the same user logs in different machine OR different browsers in the same, system should not allow.
  • Unwanted symbol are getting displayed along with (X) close button in dialog box header.

    I am getting unwanted symbol along (X)close button in jquery dialog box header only in smartphone(In desktop and tablets it work's fine). I am using the following code to create a dialog box. How do i remove the unwanted symbol from the dialog box header. $("#addmeetingdialog").dialog({ autoOpen: false, position: ['center'], modal: true, width: 'auto', height: 'auto', buttons: {         'Save' : function() {                $("#iframemeeting")[0].contentWindow.currentmeeting();             $(this).dialog('close');
  • hai friends...

    am new to jquery am having problem like  when am doing dynamaic for ordering some products,that table has fields like quantity,price,tax, total for each row,that row are ganarating dymamically means product id changed  when loop run, in this stiuavation how can i write a jquery for calculation the total...
  • Safari and clear cache

    Hi to all, I'm developing a web app with jquerymobile 1.3.1. When I test my app in Safari iPhone, the first time (or when I clear the cache), jquery doesn't able to load jquerymobile. If i put the jquerymobile reference as:  <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script> It works fine. But if I use the offline version: <script type="text/javascript" src="js/jquery.mobile-1.3.1.min.js"></script> The first time doesn't work. After refresh the page all works fine.
  • I couldn't load the dynamic(run-time) data into select box

    Hi All,          Based on one select box selection, I need to populate  the data into another select box. Actually, I am getting data from database. Plz tell me where is my problem? Select Box 1:       <select name="contextId" id="contextId" data-native-menu="false" data-mini="true"                          contenteditable="true" data-count-theme="c">        </select> Select Box 2:       <select name="to" id="to" multiple="multiple"                             data-native-menu="false" contenteditable="true"
  • Popups - re-position in iOS6

    Popups - re-position in iOS6 in jquery mobile.when i focus in text field it will reposition so how i will solved it.the problem only occur in ios 6.1.
  • jQuery 1.9 and jQuery Migrate Plugin - help needed !

    hy, I'm begginer and need your H E L P !!!  if I set jQuery 1.9 and jQuery Migrate Plugin in my page, and I use old functions and method (toggle(),jQuery.sub(), .die() and others) wich were in versions before 1.9 and were removed in 1.9,as I know thay will work, but does thay make any problem or bug in older browsers like IE 6/7/8 and old versions of safari,Chrome,Opera,FireFox ?
  • Function Firing Only Once

    I've got 10 pages of purple links on Google, so I'm not being lazy.  var count_element = $("input:empty").length;         $(".panel-container").keyup(function () {             $("#total").text(count_element);         }); The above function works great, but only once. .keyup is tied to the div containing all form elements, so whenever the key comes up I thought it would recalculate the variable and output it again, but it only fires once, and the total stays the the same no matter how may fields I
  • Generating table dynamically using jquery

    Actually i am stuck at one place. I am preparing a page in which i have to add text fields and drop down dynamically. I am done with that but after that i have to make a preview functionality in table format in which i ave to show the entered values for text boxes and corresponding drop down. And the values which will be shown will act as a link. Can u help in that
  • fancybox2.1.5 prevent close click outside of window

    Hi, How can i make no close click outside of the window, when fancybox is open. If i try like below it is opening when i load the url in browser,fancy box is opening automatically. I like to do fancy box should be open when i click the link and once it is opened if i click outside of the window fancy box should not close.It should still remains. My code: What is the issue with this ...... <script type="text/javascript">                        jQuery.noConflict();             jQuery(document).ready(function()
  • Having trouble putting script on wordpress

    Hello all, I've exhausted every possible resource I could find but I'm having trouble getting this to work. I scripted a media player which works fine on the following website: http://www.jaypbeats.com When I put it on this website, it simply would not load (likely due to conflict with WordPress): http://www.talasol.com/#contact After changing all references of "$" to "jQuery within the "p.js" script it appears; however, there are still many errors (ie. volume slider, search box placement, FixedHeaderTable
  • 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