• Need JQuery Expert In Atlanta

    We are definitely seeking a full-time SAS professional for work in Atlanta, Ga. supporting and extending our CMU product which is extensively described in a NESUG 2012 presentation (http://www.nesug.org/Proceedings/nesug12/sa/sa18.pdf. The requirements are very straightforward.  Candidates must have experience successfully developing web applications using the relatively new SAS Stored Process Web Application.  They must also be highly skilled with Javascript particularly the Jquery and Kendo libraries.
  • Dynamic Content with Ajax Using a Dropdown Menu

    what I am trying to do is have a specific div from another page being loaded into a div when you click on a dropdown menu. Here is my dropdown menu code and the div #location-info is where I want the info pulled into. <div class="nav-location"> <ul> <li class="locationhead"><a href="#">Select Locations</a> <ul id="location-options"> <li><a href="http://modocom.ca/gillons/atikokan/">Atikokan</a></li> <li><a href="http://modocom.ca/gillons/dryden/">Dryden</a></li> <li><a href="http://modocom.ca/gillons/emo/">Emo</a></li>
  • Using trigger('create') and checkboxes

    I've got some code that injects HTML into the DOM and uses trigger('create') to update the UI: displayDom.html(html).trigger('create'); For my first test, a simple paragraph and a button, this worked fine. For my second test I had a set of checkboxes. The UI looked perfect (screen shot - https://www.evernote.com/shard/s3/sh/9c5ffb14-e50b-4840-82c1-f41ed23cf433/5f0be6fd780c50df110815fc7a8a9a1f) but I couldn't actually click to select a checkbox.  Any ideas for what could be wrong? This is the HTML
  • AJAX data not passed to php correctly only in Internet Explorer

    Hi All I have js file which is calling a php file. following is the code. $.ajax({     type: "POST",     url: "user.php",            data: {username : username.val(),password : password.val()},     success: function(result) {                              if (result==0)         {               //displayerror;         }         else         {              location.reload(true);         }     } });   in user.php file I'm assign variables as follows, $username =$_POST['username']; $password =$_POST['password'];
  • Noob question about fadeIn and fadeOut

    I'm starting to learning jQuery and i have this problem: I have a <h2 id="click1"> and a <div id="div1" style="display:none;">.. i put a fadeIn for div when click on the h2 text, but i need to fadeOut when click h2 again... I tryied this:  $("#click2").click(function(){   $("#div2").fadeIn("slow", function(){     $("#click2").click(function(){        $("div2").fadeOut("slow");      });    });  }); But it fadeIn and fadeOut at same click lol Thank you guys
  • jQuery access text file from multifile zip

    Hello, I am new to jQuery and I am searching a way to load a text-file into a string, where the text-file is stored on the server in a multifile ZIP with a directory struture inside.(Reason: Lots of textfiles with less space on the server and easy maintainance) Also a fileexist-check would be great and Password support of the Zip. Is this possible or must I pepare serverside-unzip for example with PHP first? Regards Hans-Peter  
  • Help... How to append the image that has been in the href tag into a div??? thanks

    Guys can you give me some idea on how can i append the image that has been in the href??? thanks...
  • Jquery mobile only in dialogbox

    Hi, can i use this library/style only in dialog box or only in exactly box/div ? regards
  • Upgrading jquery library from 1.3.2 to the latest stable jQuery 1.11 ?

    I am currently using jQuery-1.3.2 & jQuery UI-1.6 and planning to upgrade both the libraries to the latest stable version.  Need some suggestions or best approach(links / blog / docs) to upgrading the jquery library from 1.3.2 to the latest stable jQuery 1.11 ? Thanks in advance.
  • listview trigger('create') not working with jasmine-jquery mobile.

    I have developed an app with jquery-mobile. Now I am trying to setup a jasmine framework for it. In original code, I am creating a listview dynamically. After appending items to `ul.list`, I  am calling `ul.list.listview('refresh');` This is working as expected in main app.  I have added different UTs, to check behavior of different events on this list. So every time I am calling populate function to load this list. The general structure of my jasmine code is:     describe("List behavior", function()
  • Horinzontal scrolling table.

    Hi to everybody, I need help to realize an horizontal scrolling in html table. I would like to realize something like that: Can someone helps me, please? Thanks in advance. Tegatti
  • How to adjust auto slide for DIY Slider?

    The following slider has an auto slide option which is linear and does not halt for any frame. Is it possible to modify it to hold for a brief period of time for each frame. Also the auto-slide never ends.Could it be possible to make it stop once some one hovers over the slide/ presses any of the buttons - Prev/Next. Sample JsFiddle @http://jsfiddle.net/pioul/7Yf34/ Please help. Thanks. All credits for the Slider goes to PHILIPPE MASSET@http://pioul.fr/jquery-diyslider.
  • Filter on Multiselect box and options are moving from right to left & and left to right

    Hi ,   below code is working fine, but while filter is applied if you use move left and right ,i am facing problem, please can any body help us in this case.   1) Individual Filter is working fine. 2) Move right and left is also working fine 3) if filtered options are moving to right to left or vice versa , then remove the filter text then , see moved options are back to the list . orginal list is appearing.     <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  • How to disable text boxes?

    How to disable all text boxes except current selected radio text box? For example, I am selecting "male" other text boxes of female and others option text boxes will disable automatically.Is it possible?How to disable it in dynamically? My js fiddle http://jsfiddle.net/J5PWz/
  • Does $.browser exists in jqueryV1.10.2.js?

    Recently, I found that when I use jqueryV1.8.3.js, the follwing codes works .When I use jqueryV1.10.2.js,these codes does not work. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Test</title> <style type="text/css"> body{ font-size:13px; } div{ margin:5px; padding:10px; border:1px solid #666; background-color:#eee;
  • Keyup event triggered by mouse click / blur

    I have a keyup event attached to a text input field. I've found that focusing/clicking on the field with the mouse and then clicking outside the field triggers the keyup event. Is this expected? The specs for .keyup() says, "The keyup event is sent to an element when the user releases a key on the keyboard."
  • Sliding out a dropdown after lavalamp stop

    www.drippro.com/index.html As you see, I am implementing lava lamp navigation into bootstrap 3 and i already find a way to open a dropdown by hovering instead of clicking. And i want it toanimate it as i animated in gif picture but i couldnt work slide up/down after lava lamp position is set. http://imgur.com/5uOTq68 I am not good in javascript/jquery but i wanna do it as i imagine.I need your help.
  • on after off scroll window

    hello, I would like to know how to activate the event scroll after off in the browser window Heres is my source $('#btn').click(function() {         $(window).off('scroll');//This works     }); But I need to activate the scroll after  keyup event $('#txt').keyup(function(){  $(window).on(); }) But the scroll event does not work anymore, I tried with bind and unbind, but I get the same behaviour like this: $('#btn').click(function() {         $(window).unbind('scroll');//This works     }); $('#txt').keyup(function(){
  • Does google js api make XHR?

    I originally posted in jquery but then realized I put in the wrong forum. I am trying to deconstruct an autocomplete that someone else wrote who is even more clueless than me. She basically did a cut and paste of an example she found somewhere and it worked. This example uses google apis, so I am trying to find out if google api makes the XHR or what is going on because I want local copies of jquery, ui, etc. Let me show you the code and please if there is a brief explanation as to why it would work
  • jQuery performance and data load

    I am using spservices and datatables in Sharepoint. I was looking for advice.  I am having form in one div and in another div I am datatables data. I will hide and show div as per the logic.  Now my question is doing hide div will still keep data in the div and make my page heavy or it will get data when I make my div to show.
  • Password strength meter - issue connecting jQuery to html

    I click on the password box and it doesn't show any meter as I enter the characters. I believe my issue is how jQuery connects to html. I'm using a piece of public scripting and looking to use it as my password strength meter for "pass1". I'll include all the script since I don't know where it could be failing. The script has a .htm extension. Here's the script so far:     :     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">     </script>     </head>     <body>    
  • Change ID?

    Hi, I was wondering how to chance the ID of a object using jQuery? Is this the general idea? Also the way it's written, will the code change circle1 to circle 2, then change both circle2's to circle1? <div id="box1">       <div id="circle1"></div> </div> <div id="box2">       <div id="circle2"></div> </div> $(document).ready(function(){   $("#Click").click(function() {     $("#Circle1").removeClass('Circle1').addClass('Circle2');     $("#Circle2").removeClass('Circle2').addClass('Circle1');     });
  • can find () by used in iterating through XML

    I am trying to find a way to read through an XML file that allows me to associate some siblings and children to each other. Appropriately enough I wonder if I can do this with find().  Actually I have tried many things with no luck. let me show you some xml: <bn>     <node>         <name>Stability</name>         <state>Low -             <state-prob>.15</state-prob>         </state>         <state>Moderate -             <state-prob>.25</state-prob>         </state>         <state>High -            
  • Problem refreshing Widget

    Hi, I'm having a problem refreshing my Widget that is created via javascript (meteor framework): <div>     <div>Output: EXO-01.1</div>     <select id="flip" name="." data-role="slider">       <option value="Off">Off</option>       <option value="On">On</option>     </select> </div> In order to get the widget rendered, I tried: $('[data-role="slider"]').trigger('create'); or $('[data-role="slider"]').trigger('refresh'); But none is working. How can I make sure the Widget is refreshed/rendered? Thanks,
  • Jquery Tabs and Reveal Modal conflict!

    First, I am a newbie and not a coder so apologies in advance. I have implemented the Jquery Tools tabs (jquerytools.org/demos/tabs/index.html) on my page and it works as expected. I can tab back and forth without issue. I have since added the reveal Jquery Modal plugin (zurb.com/playground/reveal-modal-plugin) to links inside each of the tabs. When I load the page, I can go to any one tab and click a link in that tab and the modal will work perfectly. the problem is, when I then click on ANY other
  • Jquery. Change element id

    Helo, I try to change element id and then do something with it. This script changes id, but click not works with it, I dont understand why. Thanks for help. $('#some').hover(    function(){        $(this).attr('id', 'new');    } ); $('#new').click(    function(){        $(this).fadeTo('slow' , 0.2);    } );
  • looking

    Hello guys Im looking for a menu plugin. (Look on image down below to see what i mean). When you press on the little thing left-above, the menu will appear (you can see the menu on the right side of the image). Does anyone know what kind of plugin this is or do you know a plugin that looks the same as this one? Tell me please!  Im also new on Jquery mobile, so is it easy to do? It has to be a easy plugin or something:) Thanks for helping me!
  • DateBox/Flip Mode always shows up as normal text input

    As you can read in my caption, the DateBox always shows up as normal text input and even after I refresh the page there is no change. I did the following imports: (I have to summarize them here, because I'm working on a JSP project and I did most of the imports via <%@ page import="" %> ) <!-- jQuery and jQueryMobile Files --> <link rel="stylesheet" href="css/jqm.css" /> <script src="js/jq.js"></script> <script src="js/jqm.js"></script> <!-- DateBox Files --> <link rel="stylesheet" href="css/mydate.css"
  • jquery autocomplete

    noobie question, how can i the autocomplete plugin for my database using mysql and php. because i have a form that accepts data and submit it to the database. my problem now is how to emplement autocomplete to my form, by giving out list of data from my database and accept what the user has chosen on the list but not the value but the id of the data in the database. any tutorials or links that can be useful for me? cause i am very new in using jquery and i dont know json yet just mysql and php and
  • export to excel using jquery

    hi every body, so i´m new to programming and i need a big help. is it possible export to excel datatable from resulset sql (jsp) using jquery? 
  • How to start implement QUnit

    Hi everyone,  I am new in the QUNit world and Im not English so apologise for any future mistakes XD So my issue is: I have an HTML page where I load a MediaPlayer.swf. I'll post how my folders are organized: MediaPlayer (folder)  - app (folder)       -- img (folder)       -- js (folder)             --- main.js             --- jquery.js             --- backbone.js             --- handlebar.js             --- qunit.js       -- styles (folder)  - MediaPlayer.html  - MediaPlayer.swf so now what Im wondering
  • how search data from table in IP format.

    i need a help to search data from html table in from of IP format. i mean when user  search from search box ip no it should come itself in ip format like 123.343.234  means "dot" should automatically come after three digits....please me out ....thanks in advance... 
  • Accordion Not Working

    Hi  I want to implement JQuery Accordion on following Page.  http://www.reverselogisticstrends.com/dashboard/requests-done.php All the necessary files are included, but whenever I load page it gives me following error: Uncaught TypeError: Object [object Object] has no method 'accordion' Please help me out in resolving the error Thanks
  • How to do Cross Domain Request?

    I have 2 questions really. I need to return a message returned by an API and display this message on my own website. I'm pretty new at this so I'm struggling a bit. http://cloudandproud.cloudapp.net/api/values?id=42 My first confusion is that when I run the command through CURL the it tells me the content-type is JSON, however when you go to the link above, its posted as an XML file, if it was an XML file or a JSON file, I think I would know what to do so I am stuck at with what I need to do next
  • How not to slice the links displayed in <p> element using jquery?

    Hello all! I have a jquery code used to show more or less link for the comments displayed from my database. I noticed that this jquery code can't display the link properly that is queried from the database and some can display well. Some instances that the link won't display properly are as follows: 1.If you are entering long comments with several paragraphs and there's link in it 2. Mostly, if the link is located at the middle of the first paragraph, the link is not displayed properly. 3. If you
  • Validation based field id rather than field name ------ jQuery validation plugin

    By default jQuery validation plugin validates form fields based on name of the field. I want the plugin need validate based on field id. http://bassistance.de/2013/03/22/release-validation-plugin-1-11-1/
  • How to replace all href="http://www.Example_links.com" in html with generic "#" using jQuery?

    I have a sample html file of a project which has the links of  a  certain company. example:  <a href="http://www.Example_links.com"> How can i replace all the links at the same time with a generic "#" using jQuery? Please help . I tried using the Find & Replace All Option in DreamWeaver but since all the links are different and there are a lot of links, i was wondering if its possible to do the same using jQuery/ plain Java Script. Please help me with this .
  • jquery setinterval

    Hi i'm new to this post and i'm currently studying jquery. I have a jquery book and have been following it's examples to the T. but i've come across a problem when it talks about setinterval. The my coded example simply just doesn't work. I typed it word for word, letter for letter and it simply doesn't work. I've tried it in chrome and explorer, been trying to figure out a solution for some time now please help. Thanks. Here is the js code: $(function(){ var $green = $('#green'); greenLeft = $green.offset().right;
  • Dropdown filled using $.ajax call

    I have a dropdown whose options get filled dynamically:  var dropdownMenu = "<select id=\"NRdropdown_" + i + "\" onClick=\"populateDropDown(" + i + ")\"><option>Existing Blocks</option>" populateDropdown(dropdownNum): 1.  Makes the ajax request 2.  Parses the json response for the option values into an html string called optionsHtml 3.  Replaces the inner html of the select element with the option values via: var dropdownSelector = "#NRdropdown_" + dropdownNum; $(dropdownSelector).html(optionsHtml)
  • iFrame inside another iframe using Jquery

    Hi for all, In Scenario 1 I have an iframe that is created inside a div and it works well var tabs = $("#tabs").tabs(); var divTemplate = '<div id="' + id + '"></div>' var ifrTemplate = '<iframe id="ifr-' + uuid + '" src="' + Url + '"></iframe>' $(divTemplate).html(ifrTemplate).appendTo(tabs); In scenario 2 I have an iframe that is created inside another iframe. And all this inside a div, and it also works well. var tabs = $("#tabs").tabs(); var divTemplate = '<div id="' + id + '"></div>' var bodyTemplate
  • 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