• Getting ListView items into an array.

    Hi all! I have a problem getting my label values into an array. I am filling a ListView with entities from a database. I want to get the name, type, address, city, etc... from each entity and put the location(which is a label with Latitude and Longitude coordinates) into an array. I am trying the function below, it is getting the CenterName, but it is setting all of my vars as the CenterName, instead of the city, state, zip, for all of my entities. My HTML is here too. I just need a little direction
  • DatePIcker: Can you scroll through it by year?

    The jQuery UI Datepicker has arrow buttons so you can scroll forward or backward a month at a time. Is it possible to set up extra controls that would also allow the user to scroll forward or backward a year at a time?
  • Need Assistance - jQuery / Datatables / JEditable - Record Details being Editable

    I'm a bit new to all of these libraries so please bear with me - let me try to explain: I have Datatables working fine, I'm employing the hide/show technique for record details, and I'm applying jEditable but I'm running into a snag when I try to get the record details to be 'editable'.  Main record info becomes editable upon click with no problem. I thought with just adding the same class name to the inner table td elements would do it - nope.  Anyone have any insight on what I may be doing wrong
  • selected tab not highlighting

    I am upgrading Jquery UI to 1.10.3 (from 1.8.1) and Jquery to 1.9.1 (from 1.6.1). I also downloaded custom css theme. As suggested in the upgrade notes, I made minor changes to tabs code (replaced 'select' with 'beforeActivate', 'selected' with 'active' and ui.index with ui.newTab.index()) and tabs are working fine now. However, the selected tab is not getting highlighted. The tab panel itself is correctly rendering. The selected tab was getting rightly highlighted, prior to upgrade. Can someone
  • Sending XML Data and Credentials using $.ajax

    Hello there   I am successfully using the $.ajax(0 function to get data from a server in what I understand is a relatively secure way:   $.ajax({       type: "POST",       url: "...",       cache: false,       data: { username: "...", password: "..." },       xhrFields: {             withCredentials: true       }, ...   This works fine, and is in fact what I understand to be a more secure replacement of the original code, which used "GET", and which appended the user name and password to the end
  • button add select

    guys i tried insert the options in my select inside div staff-tag, but i dont have sucess, someone can help me, and say whats wrong? thank you.  $('#staff_specialization').click(function(){                 $('#staff_specialization').append(                     $("<option></option>" , {                         text: "foo",                         value: "bar"                     })                 ).appendTo("#staff-tag");                     });  <select id="staff_specialization">                
  • body loading many times

    Hi, Jquery architecture to make the header and footer one time loading. But body loading many times. How to design the page regards, kathir
  • JQuery support vendor experiences?

    Hi,   We are looking at replacing a mobile vendor product with JQuery Mobile, but are in a commercial environment and will need to purchase support.   I would love to hear who you are using (if any) for product support and what your experience has been. If you are willing to talk via phone instead of over the forum, please post your contact information and I'll reach out to you directly. Thanks, Anita B.
  • Calling Server side event from jQuery dialog

    button click event not firing.I am firing this dialog from serverside using RegisterClientScriptBlock. Dialog comes successfully but when I click the "save Comment" button, event does not fire. Here is my Script: <script type="text/javascript">         $(document).ready(function () {           $('#dialog-form').dialog({                 autoOpen: false,                 draggable: true,                 width: 500,                 modal: true,                 title: "Event Details",                
  • JQuery plugin evaluation framework.

    Hi! We are a group of software engineering researchers trying to convince industry people to invest in research studies. For this reason we are trying get evidence that developers are interested in this kind of research (specially, now we are working in a JQuery Plugin Evaluation Framework) so I will ask you only ONE question. If you want, send this survey to any developer that you know or you think that can be interested. 1 Question survey
  • Dialogs and datatable

    I have a datatable , contains data that has hyperlinks opened in a Jquery dialog to open different URL. I am using different divObj.dialog('open'); to acheive this. Now when I click each link first time when the datatable loaded the target page is opened properly with data populated in it. But when I click the second link without refreshing the datatable I only see the html getting loaded without any data in it. I thought this is something to do with the datatable closing. I even tried destroy the
  • Multiselect dropdown menu positioned wrong at resolution 1920X1080

    I am using the jQuery Multiselect widget for many fields in an application I am currently developing. I have had to use the jQuery Position API so that at low screen resolutions the dropdowns near the bottom of the screen are displayed correctly.   The problem I have encountered is that when the screen resolution is set to 1920X1080 AND the browser window in maximized, all the multiselect dropdowns do not position correctly when they are opened for the first time (the dropdown menu is way offset
  • More exact use of the Slider

    On smaller screens or sliders, it is not easy to pinpoint a slider value.  You may say that it is not meant for that. However, I would argue that it could well be used for that with a modification.  Here is an example: Before: Slide the slider to where you want to be.  The feedback may show a number like '50'. Lift your finger.  The feedback now changes to '49' or anything but '50'. Result: :-( After the mod: Slide the slider to where you want to be.  The feedback may show a number like '50'. Keep
  • Adding input to jquery multiselect

    Hi good afternoon everyone!!  I was wondering if it is possible to add an input box on a multi select combobox! thanks!!! <script type="text/javascript"> $(function(){  $("select").multiselect({  }); }); </script> <p>   <select name="example-list" multiple="multiple" style="width:400px">   <option value="option1">Option 1</option> <option value="option2">Age = Here pot an input box </option>  </select>    thanks!!!!!!!!!!!!
  • two jquery in one html, one dropdown menu another one slider not workin slider

    this is slider <script type="text/javascript" language="javascript" src="js/jquery-1.6.3.min.js"></script> <script type="text/javascript" language="javascript" src="js/jquery.easing.1.3.js"></script> <script type="text/javascript" language="javascript" src="js/jquery.animate-colors-min.js"></script> <script type="text/javascript" language="javascript" src="js/jquery.skitter.min.js"></script> <!-- Init Skitter --> <script type="text/javascript" language="javascript"> $(document).ready(function() {
  • first jquery call first api

    Hi I am trying for the first time to use JSON and I am trying to use the world weather online api(another first!). I am not sure how to tackle this when I create breakpoints and step through firebug, it seems to drop out inside the Jquery library, I am unsure what is wrong let alone how to rectify this, the tutorials made it look simple, I have included a fiddle below. many thanks Jasemilly my fiddle
  • Show/Hide div with radio button

    Hi guys,   I've looked through the fourms and tried some of the other "Show/Hide div with radio button" responses and I'm not sure if mine is the same and cannot to get it to work.   I basically have a table and when "Other" equals "Yes" it should show "myDiv", if they then select "No" it'll hide it.   By default I have it hidden.  The other part I'm stuck with is - if they select "Yes" and type something into my div (which is an open text box) I'm thinking there must be a way to reset the fileld
  • how to change width & height in "bootstrap application wizard"

    im using bootstrap application wizard as my form entry, i can change the width with code var options = { width:'900px', color:'red'}; var wizard = $("#wizard-demo").wizard(options); but the wizard do not locate to middle of screen, any expect can help? 2nd, how to change the height of the wizard? hope it will appear in center after amend.
  • Javascript - Performance

    Halo All, I'm new to javascript and Jquery. I'm working on analysing the memory leak of a thick client application running on IE8. This application uses one HTML with multiple javascript pages. I checked the application and found that the variables created in some pages are still alive even after the call of destroy function. I want to write a generic function to kill all global variables that were not destroyed in the destroy function. Can someone please help me with this? Also, let me know the
  • JQM 1.3.1 Missing From Microsoft CDN

    Are there plans to put JQM 1.3.1 on the Microsoft CDN? http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Mobile_Releases_on_the_CDN_4 Thank you. Jim
  • Colorbox display 5 seconds after page load

    My goal is to create a colorbox content and will display 5 seconds after page load. I'm using Drupal 7 and colorbox is working very good with images and forms/content. There are many websites that has these popup offers or forms that displays in couple of seconds after the page loads with x button to close. These offers are only displayed daily on anonymous users, so I guess it uses cookies. I will be really grateful if someone point me a direction how to do this. Oh, and my apologies if this topic
  • jQuery 2.0 beta 2 still causing exception in Win8 apps?

    I'm building a Windows 8 Store metro app with VS2012 using HTML5 & JS. Everything works when I code using jquery-1.8.2-win8-1.0.js, but I get an immediate exception when I try to use jquery-2.0.0b2.js, as shown below: Exception is about to be caught by JavaScript library code at line 5756, column 6 in ms-appx://40531768-3358-4def-a573-fafbf210b95e/js/jquery-2.0.0b2.js. 0x800c001c - JavaScript runtime error: Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously
  • Close dialog X Then Launch Dialog Again

    I am using JQM 1.3.1 and CodeIgniter 2.1.3 I have 2 pages: Page 1 is a multi-page HTML with 2 dialog sections. Page 2 is a multi-page HTML with a single dialog section. 1) On page 1, launch a dialog 2) Click the CLOSE X button on the dialog 3) After the dialog closes click the same button to relaunh the dialog 4) The dialog launches and everything is good. *************************************************** 1) On page 2, launch the dialog 2) Click the CLOSE X button on the dialog 3) After the dialog
  • Align Select options with labels horizontally

    Hi.. Am trying to align 2 select options with labels horizontally . I implemented the  Control Group code  but am not able to display labels... it hides the labels . Only Select options are visible .(dropdowns no labels are associated with)     <fieldset data-role="controlgroup" data-type="horizontal"> <label for="location" >Location</label> <select name="location" id="location" width="20%"> <option>Add new location</option>      </select>             <label for="selectmenu2">                 Choose:
  • full code

    Hi, in www.jqueryui.com website, they gave source code for many functions, can anyone tell me how to combine all those codes and execute in one single program, or can anyone give me the full code..?...
  • How to scale header image to header height?

    Hi,   My header looks like this   <div data-role="header">     <img src="..." class="ui-btn-right" /> </div> How to scale this image height to match the header height?   Thanks!
  • Two footers one fixed one not

    Two footers on one page?  HTML5 and CSS still boggles me at times so its why I here asking....  My question/problem is I really like JQM panel/header/content/footer and how its set up.  The problem I have is I want a Fixed Tool bar that I can leave on the display at times and I still want my regular footer.  From what I understand and my testing I have to give up either the header or footer to the 'fixed' tool bar but I can't have both. I've tried putting my footer at the bottom of the content section,
  • Change Selected Option in Drop-Down List

    I want to change the selected <option> in a <select> element when certain criteria are met.  Here's the scenario: I have a form with two drop-down menus. Drop-down menu #1 holds all main categories. Drop-down menu #2 holds all sub categories I want drop-down menu #2 to only show categories that belong to the selected item in drop-down menu #1. Demo: http://jsfiddle.net/Hm3rA/1/ When I get rid of the old selected item, the drop-down menu breaks. E.g When I added: //Remove the old selected attribute
  • Create Dynmic page tranistion in weebly

    Hey guys Im new to creating website and css world. But ill try my best to explain my problem. I wanted to create a dynamic page transition effect so that everytime when i clicked on a navigation tab only part of the content get refreshed and not the whole website. I've found a way to do it but had no clue of where to dump all these codes in weebly. http://css-tricks.com/dynamic-page-replacing-content/ can you please give me some guidance.
  • Veritcal Accordion and DatePicker Incompatible

    I can't seem to get an Accordion pleat (is that the right term?)  [ jquery.nestedAccordion.js] to contain a DatePicker selection graphic. Thoughts?
  • ajax caching? how to force reload?

    Hello - My ajax call appears to be getting cached, specifically the InitRowsPerPage function in the code below: $(function () {     $('#ddlRowCount').change(function () {         SetRowsPerPage(this.value);     });     InitRowsPerPage(); }); function InitRowsPerPage() {     $.ajax({         url: '/Home/GetRowsPerPage',         success: function (count) {             $('#aSessionRowCount').html(count);         }     }); } function SetRowsPerPage(count) {     $.ajax({         url: '/Home/SetRowsPerPage/',
  • .ajax within a function

    Being new to this, I have a problem with what I believe to be a simple question.  Why is 'undefined' being returned from the function below? function validate_manager(manager_id) { var a = $.ajax({  type: "POST", dataType:"JSON", data: { ajaxCall: 1, manager_id: manager_id }, url: "/system/php/ajx_check_username.php", async: false   // Wait for completion ...... }); a.done(function(data) { console.log(data); return data; }); a.fail(function(response) { var data = { success: false, error_message:
  • jreject not run on page load

    i use the jreject plugin ( http://jreject.turnwheel.com/ ) i want to run it on page load but it doesn't running. My page is http://exiled.dyndns.org:88 Thanks.
  • combine datepicker and accordion

    i want to make a accordion with input fields in it like this: <h4><a href="#">Lieferung 1 </a></h4>    <div>    <input type="text" name="lieferdatum-1" id="lieferdatum-1" value="01.01.2009"  onclick="TestAction('lieferdatum-1');"/>    </div> <h4><a href="#">Lieferung 2 </a></h4>    <div>    <input type="text" name="lieferdatum-2" id="lieferdatum-2" value="05.06.2009"  onclick="TestAction('lieferdatum-2');"/>    </div> <h4><a href="#">Lieferung 3 </a></h4>    <div>    <input type="text" name="lieferdatum-3"
  • CLA form is leaking email addresses to spammers

    I signed the CLA to be able to contribute to jQuery UI a month or so ago. I used an email address allocated exclusively for it. Today, I started to receive French language junk mail to that address. Your CLA repo seems to be leaking email addresses to spammers.
  • jQuery .offset() doing strange things

    I want to put a translucent screen over a div so I can show an image on top of the screen without the div contents being a distraction. The main div could move around so I read its current width, height, and offset with jQuery and then apply those to the screen. But the screen appears in a different place each time! There's a jsfiddle here: http://jsfiddle.net/bdWW3/1/ When you click Screen On the screen is applied. When you click Screen Off the screen is removed. When you click Screen On again the
  • Is it possible to use jquery scrollTo together with this trick?

    Short version: Hello, with this trick I mean the method to force webkit scrollbars described here.  Basically, it's  body   { position: absolute; top: 0; left: 0; bottom: 0; right: 10px; overflow-y: scroll; overflow-x: hidden; } and so the window itself can't be scrolled, something inside the window is scrolled. But what? Which is the object I can use together with scrollTo to make it work that way? I tried document.scrollTo(...), $(document).scrollTo(...), $(html).scrollTo(...) and $.scrollTo(...), but
  • Json WS Second, 3rd level List view consumption..Please Help

    Hi I am trying to display a Dynamically generated List View upto 3 levels where 3 levels of list view would call 3 different Json webservices. I was able to generate fist level of Listview by consuming Json but i am not able to(or I dont know how to call the next two webservices as we navigate by clicking on the first level dynamically generated  List views Items...By a filter as parameter. here is theJson  for now it has only one returned value but will have more.....(this is returned by passing
  • swaping two html pages

    hi ,     I am working on a app where i need to swap two html pages.There are two html pages which will be swaped to and fro. Can any one help me .
  • Cycle2 plugin set options programatically

    Hi. I have a few slide shows on my site (abbeybookspaisley.co.uk).  I'd like to change properties in one place rather than for individual slide shows. I have jquery 1.91 and jquery.cycle2.js loaded.  I also load my own file, Myjquery.js, which I know works OK since I can get Pause/Play buttons to work. If I add this to Myjquery.js: $('.cycle-slideshow').cycle({     timeout: 10000,     fx: 'scrollHorz' }); I thought it would do the job but it doesn't affect the slide shows - from which I have removed
  • 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