• ajax plist & pull info

    Hi, I'm trying to read a .plist file on the server and pull specific info.  Have gotten it this far, but not sure where it's wrong.  Nothing is being output to console. $(document).ready(function() {   $.ajax({     url: "http://www.server/pathto/my.plist",     cache: false   })     .done(function(data) {       $(this).find("date").each(function() {         var item = $(this).text();         //var bkset = ?         //var bkset_time = ?         console.log("item: " + item);       });   }); }); I want
  • Swiping works on desktop but not on mobile

    Hallo, today I started checking my pages on my new mobile (Samsung Ace 3). One problem I encountered was that swiping pages works on my desktop computer but not on my mobile, e. g. on this page: http://www.ulrichbangert.de/orchid/mediaelement/2013-03-25_Pleione_Ueli_Wackernagel_Pearl.php Resizing the images and the video for responsive behaviour works fine, thus javascript seems to be activated. The buttons for paging are also working fine. Any ideas what's the problem and how I can fix it? Best
  • Where is a good place to find jQuery developers?

    We are AroundWire.com, and we need two full-time jQuery developers in the Los Angeles area to help further our UI. So far, we tried posting on Craigslist, Monster, Indeed ....all we got were a few responses from other countries. Where do good jQuery devs hide?! Please help us find a couple. Any suggestions would be very much appreciated.
  • Linking and embed js file when consist lot of html document in jquery mobile

    Hi I am new for Jquery mobile. I need to develop mobile apps which consist lot of screen. There are around 50 html inside my apps. I am facing this problem nw which is hw to linking to each other page?   Btw let say i need to embedded cordova.js or custom js file to all pages. So did i need to embedded java-script file to every 50 page's header? It is very time-consuming to restructure my apps for example <head> <meta charset="utf-8"> <title>Smart Realtor</title> <meta name="viewport" content="width=device-width,
  • Question about using the event argument

    Hey guys. I trying to get more acquainted with how jQuery works with events. One of the things that I am having a difficulty understanding, is how can I call a specific method or property of an event passed into the function. For example, I  tried to view the timestamp of a certain event and I get a "null" in the console log $("#delivery_method").change(function(event) {     if($(this).val()== "Pick Up") {     console.log(event.timestamp) // Returns Null??     } }); Another thing I am little confused
  • jQuery popup screen fills a field , but values are lost when (by accident) F5 (refresh) is clicked.

    Hello everybody, in my PHP file, by clicking a button, I'm giving the user a popup screen to enter some data.  Once OK is clicked, the data is put into an array and  shown on the "underlying" page. But, when the user presses F5 by accident, the values are lost because the HTML of the screen part is empty by origin.  How can I prevent this ? Greetings and thanks in advance, Davy // ************************************************************************************************************* // Scherm
  • Delay progressbar until hidden page fadesIn

    Hello everyone, I have created a messy script for some hidden content that will fadeIn/fadeOut on click event and also, one of those pages (content actually) has a progressbar that animates the load to the percentage value i insert but the thing is that my animation plays in the background while the content is hidden.  I am in need of a method (probably a trigger on click or a delay) for my code that will allow me to delay the progressbar load till after my content fades in. Here is the code for
  • Is there anyway to disable browser debug

    Hello, Is there anyway to disable the debugging tool bars through javascript. Of is there anyway to disable the local/session storage in the debugger to make it read only?  
  • How to make a div active and background transparent?

    I'm working on a page that requires a captcha div to show up when a button is clicked. And after the button is cilcked, I want the captcha div to show up in front of the form, and the form on the back should appear transparent along with all the body except the captcha div itself. Can somebody help me out? Just the logic is acceptable, I don't need the code. 
  • Different header for desktop

    Hi all, Currently the header looks same for both desktop and mobile view, I would like to have a simple "jQuery" only menus for desktop. And I will have default jQM header for mobile, I will call these different headers using different classes (managing this using device size). Is there a way that I can achieve this? <div class="desktop-header">     //desktop menus goes here </div> <div data-role="header" class="mobile-header">     <a href="#" data-role="button" data-inline="true">Left button</a>
  • Please, Help me in this.

    Hello All,  I am Bhaskar.I am an MCA graduate . Recently I finished my jQuery training. I would like to find a job relating to jQuery. can any one suggest me any job portal link which provides jobs on jQuery.  Please, help me in this.      Thanks in Advance.  
  • minor Javascript issue

    Hi all,  I'm making a portfolio template that i wanna use for a few photography websites.  I'm running into a glitch i'm using bootstrap and some modal/carousel functions that i found on bootply that were simplified.  it's works in theory but i'm having issue with the load.  when i go to view the large image via click on the thumbnail (currently gallery 1 is live) the image doesn't load, UNLESS i reload the page.  i'm using jquery 1.11.0 and here is the javascript in my main.js file.  I think i'm
  • Wowslider pictures position

    Hello I am using wow slider and I would like to display the title/description under the pictures, not on top of them, I could do this by changing the picture size bigger than the pictures are but now there is a white space on top which I would like to get rid of. Does anybody knows how to do this? If I could change so that the pictures not go on the middle of the available space but instead on the top then the problem would be solved, don’t know if possible though. I wrote wowslider already but the
  • Listview Refresh Not Working.

    Hi, I am using JQuery 1.10.2 with JQuery Mobile 1.4.0 but have noticed that list view refresh appears not to work. Can anyone give me and advice? Thanks.
  • How to do "Remember me" or "keep me logged in"

    Hello, I need some propositions to do the "keep me logged in" in my mobile application like "facebook application" or games applications etc.. Share with me the method with details if it's possible.I can do my own solution, but this is very common so i prefer to use the method of the professionals ;) Thank you experts in advance for help and don't forget i'm new to jQuery and i'm trying to develop my first mobile application  best regards 
  • display json on html

    hello. i am calling an json file via ajax using jquery. its response succesfully but i dont have idea how to display this on html using jquery. i only want to display is SCHEDULE_ID, ACCOUNT_NO, POLE_NO and DESC..  here my ajax code $.ajax({    type: 'GET',    url: "test2.php",    success: function(data) {          console.log(data);             document.writeln(data);       } }); and this is the json.. { "SQL_CFG_1": { "@id": "12345678", "schedulebyaccountNo": { "CURSOR_OUT": [ { "SCHEDULE_ID":
  • help for slide iview

    hi  i have a slide iview 2 but can resize image the get 100% of height of slide can you help my
  • jquery post to absolute url gives empty error

    I wrote a small example (http://jsfiddle.net/VLjLX/22/) doing a post to a utexas.edu PHP script which gives an empty error message. Is that because the server doesn't allow posts from another server? I am just wondering because the error message is empty. Thanks
  • jQuery Flv player

    Hi all, I need a plugin of jquery which can play flv... thanks.
  • Process http data-stream incrementally from browser

    I want the browser to read a stream of numeric data (let's say, comma-separated integers) from an http-url on the server. The stream is finite, but can be quite long, and I would like to start processing the data  in javascript (draw a html5/canvas/2d graph) incrementally as the data is received,  without waiting for end-of-stream before start drawing, thus avoiding to hold the complete stream in browser's RAM. And in a fashion that works on all major browsers, of course. But how do I read the http-stream
  • Pass value from iframe colorbox to parent page

    Hello, Some problem with passing values. I have 3 pages : home.php iframe.php (that I display with overlay colorbox) start.php (the url redirection after overlay closing) In home.php i have my colorbox script : <script type="text/javascript">     $(document).ready(function(){        $(".iframe").colorbox({        iframe:true,        transition:"elastic",        scrolling: false,opacity:0.60,        width:"550px",        height:"300px",                onClosed:function(){         var name = $('#name').val();
  • When I click an item second time, not able to bring the jQuery Dialog to the front if it is already opened in background

    Hi, I am opening a jQuery Dialog (with dialogExtendOptions) when click an item in a table.if I click the same item it is opening similar new dialog every time.I don't want to open dialog second time.Since it is already opened,I want to bring the already opened dialog to the front. Please help on this same. Thanks, Karim
  • How to Prevent Sub List to Slide Down and Up Parent List

    Can you please take a look at This Demo and let me know how I can stop /prevent the sub menus to slide up the list. If you click the Two or Three you can see there are sub menus as  Two _ 1 .. Two _ 4  and Three _ 1 to Three _ 4 now I would like to stop them sliding up the opened musthidden class. Here is the code I have: HTML <ul id="slider">     <li class="expandOnClick"> <a href="#">One</a></li>     <li class="expandOnClick"> <a href="#">Two</a>         <ul class="musthidden">             <li><a
  • Doing things in specific order

    Howdy y'all, I have a page with a form on it, and when the form focuses or blurs, I make some changes to the appearance of the form, mostly regarding colors. To accomplish this, I use .addClass and .removeClass, and those work pretty well. Along with those changes, I also want to change the background color of another element to match the new border color of the form fields (Border color is set in the class that I am adding and removing). Basically, the order I do things is this: remove the class
  • jquery-2.1.0.min.js Issue in IE 10

    Hi,   I have included the jquery-2.1.0.min.js in my project but while running the web application it throwing the following exception   SCRIPT450: Wrong number of arguments or invalid property assignment jquery-2.1.0.min.js, line 11 character 14135     I have attached the screen shot of the exception, please provide your suggestion  
  • Jquery-Mobile-Updatepanel Problem

    I have 4 splitted divisions(ex.Default.aspx#home,Default.aspx#grid,Default.aspx#order,Default.aspx#search) in j-mobile in which asp-button clicks, it redirects to the First division(i.eDefault.aspx#home).But it want to stay in same division itself...One more thing,Am using Ajax Updatepanel in that Corresponding Div...Any Suggestions ...Thanking you in advance...
  • How to read in a craigslist page and wrap page elements with jquery objects

    Is there any way do develop a set of tools with jQuery than when a craigslist page loads each add can operated on with jquery methods. 
  • jQuery on Localhost loading images/sprites

    Hi, I am developing on localhost for PCs not connected to the internet so I need to store jQuery files on localhost Everything is working fine except jquery image sprites so for example if I have datePicker and calendar will show up it is shown without LEFT and RIGHT arrow to move between months? My question are: 1. Where to store sprites if my jquery is in folder jquery/jquery.min.js and jquery/jquery-ui.css,js? 2. Where can I download jquery sprites? Thank you
  • Testing for user input does not match CSV value using the $.each method

    Hi, I am having difficulty finding a solution for this problem. I am using AJAX to pull in data from a CSV file that checks user input from a text box against an ID column in the CSV file and outputs the row from the CSV file to screen if a match is found. I am using the $.each method to check all rows in the CSV file and everything works as expected until I add some code within the $.each method to check when user input does not match a row in the CSV file. When this happens I want to out put an
  • A slider compatible with earlier version of JQuery

    Hi all. I have a slider at http://www.christopherstoner.com but I'm looking for a slider which would be compatible with an earlier version. Can anyone recommend one for me please?
  • Tabs widget, make divs inside each tab scrollable?

    I'm using the Tabs feature in my web app, and I'd like to be able to keep the tabs visible when scrolling through the content in each tab. At present, if I set overflow-y: auto to the container div, it allows me to scroll that container (and the tabs with it), meaning that the tabs will disappear as I scroll down the page. I'd like to have each container div scrollable instead. How can I do this? The problem seems to be that the child divs can bloat up the parent div. See what I mean This fiddle
  • why JQuery .load() working on Local Machine but not on server

    Hi, I not understand  why the following script does not work on the server but in local, working properly.     script var url = "lotes_add.php?hacienda="+hda+"&id_lote="+lote_nro+" #tbl"; parent.$("#content #tbl").load(url); something equivalent to the script, maybe ... parent.document.getElementById("new_content").innerHTML='<object type="text/html" data="lotes_add.php?hacienda='+hda+'&nro_lote='+lote_nro+'" style="width:98%; height:600px;" ></object>'; but I do not know how to integrate # tbl thanks
  • How to style jquery validation (http://jqueryvalidation.org/)?

    I'm looking for some sort of reference but I can't find it. All I can find are bits of styling as asked in stackoverflow or mini-examples. Nothing really comprehensive. Also there are other jquery validation plugins and some of the discussion (mostly in stackoverflow) I've seen doesn't really talk about which plugin is being used. I have this code (see code below) without using any CSS and  and it produces this sort of styling by default. I looked at the site linked above and can't find any article
  • .on click button recreated each time called by function

    I have a function that creates multiple forms for a user input.  At the bottom is this jquery statement $('#divID'.on('click', 'nextButton', function() { then the code goes through the form and collects the selected values into a local variable array currentAnswers. THe outer function then pushes the data to another variable to store all the answers.  It seems the function was running twice which I noticed when the two sets of values were in currentAnswers- one set the selected answers and another
  • jQuery UI connected list and PHP/Mysql

    I'm using the jQuery UI sortable with connected list. This is what I want to do: I want to have two lists. When I drag something from the right to the left it will give me the items in the left side with the order, it WONT give me the items in the right side. When I move something from the left to the right, it will only give me the 1 item that I moved to the right. This is what I have right now: http://jsfiddle.net/raygo/k9LRR/ My current code: <script>       $(function() {         $( "#sortable1,
  • How to connect “draggable” and “sortable” in jQuery?

    I'm trying to figure out how to connect draggable to sortable in jQuery. I also want the dragged div to snap to the other divs. Here is an example of what I want the jQuery to do: <div id="yes">Drag me and you'll be able to drop divs into me.</div> <div id="no">Drag me but you won't be able to drop divs into me.</div> <div id="main"> </div>After dragging the div with the id of "yes", the code will be like this: <div id="yes">Drag me and you'll be able to drop divs into me.</div> <div id="no">Drag
  • Drag and Drop whitout Mouseposition

    Good morning, I would like to use the drag and drop function of jquery UI for an application, but instead of event.pageX (mouse position) I would like to use another input eg positionX of a virtual pointer. Exactly how I would do, I have already thought of just the values ​​in the jquery UI js exchange but unfortunately that did not work. Thank you
  • jquery x-editable

    is there a way to implement the x-editable widget so that when it is created, it displays the edit box, confirm and cancel button? Skip the additional click step on the element.
  • Dragging Page But Not A Draggable Element

    I have implemented a couple drag-n-drop in a web application. It works fine on PC. On a mobile device, it doesn't behavior as desired. A dragging action will drag the whole page, but not the draggable element. I notice the drag-n-drop is insde a table on this site. I don't see that will be a right approach for my site. Any other solutions?
  • Need help with Drag and Drop

    Dear Jquery.com users,  I'm a noob in jquery and need some help with figuring out a few tricks regarding drag and drop scripts. Recently, I found "Drag and Drop shopping cart" tutorial. I downloaded the source code but the implementation lacks some functionality. The tutorial comes with a script for removing items from a shopping cart, but the remove function doesn't work. I have a few questions regarding some additions to the existing functionality. 1. How to prevent duplicate drag and drops? 2.
  • 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