• How to Merger Images and pdf into one pdf using jquery

    Hello All, I wanted to merge images and pdf into one pdf using jquery.
  • Changing page after successful AJAX call

    I have two offline apps - let's call them A and B. Both using same/latest version of jquery and jquerymobile When A log's on, jquery does an ajax call, if credentials are good, the page changes to the main menu. When B log's on, jquery does an ajax call, if credentials are good, the page does NOT go to the main menu. Both have <a href='mainmenu' id='login'> HTML tags. Both have $("#login").click( LoginFunction ) Both return true inside the success call of ajax. Both return false inside the error
  • JQuery drag and drop to making a flow model or binary tree

    I have a OL with three LI. When I drop an element onto that ol it creates a new LI node. This new LI node needs to allow other similar elements to be dropped on it but it isn't recognized as droppable. How do I update the DOM or the jQuery object to know that the new nodes are droppable? thanks in advance Js fiddle
  • ajax call...

    hi.... Let me clear my doubt..... How to call Json file in Ajax call Using Jquery itself( To call jquery itself and load the data)..... Give me a Solution ......
  • jquery mobile grid

    hi.. How to implement jqgrid with jquery mobile ....Give me any example for that....
  • How to do text editor in Jquery

    I need a text editor and a button.so whenever a student enters some text in the text editor and press the button the text should show up on the achievements page.So do i need to do Jquery. How would i do this.
  • Jquery Mobile

    Hi..       i am new for Jquery Mobile i want to design one page.... am seeing all example given text box or any inputs taking full page size.. if i decrease that size i did't get mobile responsive... please help me
  • in website view

    hi I want one favor. Let me explain my doubt  1.if possible in standard website use jquery mobile  2.standard website view  and mobile view both are same or different.
  • jquery website

    hi .. I want one favor.. let me clear my doubt.. In jquery mobile concept we can use only default (jquery mobile css) or our own css to use in the application please send some link for me...             To learn a Jquery Mobile .step by step to clearly... Thanks...
  • Ajax - Related Prob :(

     I am trying to retrieve data from web services using j-query $.ajax method from local browser  $.support.cors = true;  $.ajax        ({            type: "POST",            url: myUrl + "/" + method,            data: param,            dataType: "json",            contentType: "application/json; charset=utf-8",            crossDomain: true,                     cache: false,            processdata: true,            success: function(data) {                try {                    data = $.parseJSON(data.d);
  • Modifying Mobile Menu Toggle State

    I'm using the script below on a mobile menu. I would like to modify it so that when any menu link is clicked, the dropdown menu list is hidden (menu is closed). I believe that would be done by removing the class "expand" from the DIV with class "responsive-menu" placed on it. This would need to be consistent with toggling the menu off by clicking the menu hamburger icon (that's the default behavior). jQuery(function($) {     $('.menu-btn').click(function() {         $('.responsive-menu').toggleClass('expand')
  • Trouble creating box from unicode box symbols.

    Updated: I'm trying to make my own check box from unicode symbols. On my screen the upper half of the box is on one line by itself in the middle of the <div>  and the bottom half of the box is on the next line left of the text. Don't know what happened here but copied clip board here and all appears ok.  Explanation would be appreciated. (I'm wondering if CSS would do this) ┌┐ └┘ Click to delete. ┌┐ └┘ bridge: Player Scores;  SELECT id, playdate, player, score FROM `bdata` ORDER BY playdate DESC,
  • preloadCssImages : Unresponsive scripts

    Hello, can you please help me with this issue,
  • How to set DatePicker so that when it get focus it doesn't show Calendar Window?

    Hello, I have tried both jQuery UI DatePicker and Bootstarp-DateTimePicker so, that when they get focus e.g. using TAB-key their Calendar window is NOT shown. Only click to DatePicker or DateTimePicker should open Calendar Window. How should I implement this? Thanks, Michael
  • Attempting to open a certain option on a css / jquery menu during page load

    Hello, I am trying to get Sub Category 1 to open on page load in a CSS Jquery driven vertical menu but have been failing to do so over 4 hours. Would an expert be so kind to please assist? http://jsfiddle.net/mttw5y9q/ Thanks in advance and kind regards - M
  • Dynamically populate dropdown list with jquery

    Hello I'm using SharePoint 2010 and have an issue with ASP dropdown list. Based on user's AD groups, some users should have anywhere from 2 to 4 items in the drop-down list and it could be different combination of items for each user. Then the value that user choses from drop-down is passed to multiple web parts on the page. I'd like to setup that dropdown list dynamically, using jquery. I already have the code to get the items based on the AD groups. I'm new to jquery and not quite sure how to assign
  • VERY new to jQuery-UI!

    Hello my people!   I am about to start using the jQuery-ui and downloaded it about an hour ago but it is not working. I specifically wanted to try the datePicker and accordion widgets to experiment but they are both not working. I beleive the problem is that I connect to the regular jQuery through Google by using the following scripts:    <script type = "text/javascript"          src =  "http://www.google.com/jsapi">  </script>    <script type = "text/javascript">  //<! [CDATA[          google.load("jquery",
  • JQUI Newb, Accordian unable to finish when appending..

    Greetings, I am a newb with Jquery UI.  Trying a side project that pulls in some JSON data, formats it, and displays it. I have a working demo here (no JqueryUI): http://majorgeek.azurewebsites.net/ajaxjson.html I want to play with an accordian on the page.  Here is a demo: http://majorgeek.azurewebsites.net/ajaxjsonaccord.html My accordian Div is created in the DoM, and I have Jquery creating the content and appending it to the Div.  It appears jQueryUI is firing, and styling the accordian DIV,
  • hi I am using jquery cycle plugin with srollHorz effect but it is not showing my images plz help me! below is my entire code

    <!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>Jquery Slider</title> <script type="text/javascript" src="jquery-2.1.3.min.js"></script> <script type="text/javascript" src="jquery.cycle.all.js"></script> <script type="text/javascript"> $('#slider').cycle({     fx:     'scrollHorz',     next:    '#next',
  • bind accordion to API XML

    I have an API that is returning data as Accounting -- Accountant Accounting -- book keeper IT -- Developer IT -- Architect IT -- Jr . Developer Marketing -- Sales Marketing -- Sales Manager   and in my accordion I want to see the data as Accounting -- Accountant -- book keeper IT -- Developer --   Architect -- Jr . Developer Marketing -- Sales --Sales Manager   I'm able to show the header, however, when I add the roles, its not grouped, how can I show the data in the accordion correctly? I need to
  • Jquery bug

    jqueryui version 1.11.3 doesnot work with internet explorer
  • Draggable droppable resizable and clone

    Having a error when i try to resize element after i'v been dragged it inside of container. And another thing is that i cant send right width and height after element is resized. It sent element last size. http://jsfiddle.net/pqxmbcdh/
  • animation

    hi to all. i facing small problem in animation this is my example <html> <head> <style> #mydiv { border: 1px solid green; background-color: lime; height: 46px; width: 121px; } </style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script> $(document).ready(function(){ $("#mydiv").click(function() { $(this).animate({height:"300px",width:"200px",'backgroundColor':'red'}); }); }); </script> </head> <body> <div id="mydiv"> hi this is inside div </div> </body>
  • JQuery, not mobile: make an ajax call, ignore if it comes back or not, and load a new document. Can it be done?

    I am using JQuery. Not JQuery mobile. Please pardon the inaccuracy of the term page, which I generally use to refer to an HTML document. It will probably show up several times in this post. Watusiware says there are no pages, only documents. OK by me. I hope this clarification will help, whatever term I use, and that you will understand that I intend document. In a given page/document, I'd like to fire off an AJAX call and completely ignore the results. No callback. No dealing with the answer. I
  • validation of name

    hey guys, I am trying to work on that code which will validate any name that are typing in name's registeration box and I have included php file which will connect to the mysql database,I tried to run the code but it doesn't work as I try to typing a name that exists in database it says it's registered,but when I tried to type any other name that doesn't exist should appear name available but it doesn't..I don't know what's wrong with my code That's my index.php file: <html> <head> <link type="text/css"
  • timestamp difference

    hey guys im tring to get a difference between 2 timestamps, now here's the first timestamp string i have: 2000-12-15 21:51:45 and i've tried to use the following to create a timestamp     today = new Date();     var dateString = today.format("yyyy-mm-dd hh:mm:ss");     console.log(dateString); but its not working =/ basically i'd like to know how many days difference between the timestamp string and todays date. if anyone can help or know a article on this, that would be great. thank you
  • Click Event Not Firing on Dynamic Table Row w/ Button

    I have a table that loads just fine.  Each row has an ID matching the database.  The last row in the table is there to insert a new row.  When the user clicks the Add button the data is added to the database and the row is displayed in the table.  Each row in the table contains a button for deleting that row.  Here is the button markup: <button class="btn btn-default delete-increment" aria-label="Delete" data-id="1"> <span class="glyphicon glyphicon-trash" aria-hidden="true"></span> <span class="sr-only">Delete</span>
  • How to only show toggle when More Clicked and not any links nested in <li>

    When I click anything nested in the li it toggle opens. How do I make it so only when I click "More"? url: http://198.12.124.155/meixicn/test/ $('.ajax-filters-li ul').each(function(){ var $this = $(this), lis = $this.find('li:gt(7)').hide();     if(lis.length>0){     $this.append($('<a class="more">').text('More').click(function(){         lis.slideToggle();$(this).text($(this).text() === 'More' ? 'Less' : 'More');         }));}});
  • Using jquery with sharepoint 2010

    Hi guys, So I get the basic concept on loading jquery via a CEWP in Sharepoint, but thats about where my understanding ends.  I don't understand how to use the plug-ins you download from the internet.  I downloaded a few and there are 3-4 folders plus a couple .js files included with the plugins.  Where do I put all those files and how do I call them inside a CEWP?  I tried putting them inside a document library, but what .js file do you call?  I know its probably something simple, but I'm just not
  • Returning from href

    Hi ... I have a multipage web application, in which I utilise Jquery. The first page (index) specifies all javascript libraries I am using. Variables are passed between pages utilising "window.xxxxx"). all works fine. Now, when I click on an href, which directs me to a different site, and want to return, using the browser back button, all my definitions of javascript libraries are lost, and all window.xxx variables. It looks like I am returning to a new window. I have tried the _self, _parent etc
  • Jquery help on div

    Hi, I am trying to build client side Grid.  i will be pulling the  values  from db and making it on the div box. . let us take an example of  i have 1000 records in my backend and on the grid i will diaply 1000 boxes by filling it's values. I just gven one box detail on this post. Am struggling to create dynamic box and add it to the grid shows in the example link along with pagination. Can you please help on creating the box dynamically and addding to the placeholder using client side code. Any
  • jQuery ui selectmenu vertical position offset (relatively to buttons in this line)

    In my form I place control elements in a line: button, select box, checkbox. It looks logically right. But since I've started using jQuery UI I see strange vertical of select box. Here's the example from jquery-ui site, a little bit shortened: https://jsfiddle.net/Tertium/z829pay7       $(function() {         $( "#speed" ).selectmenu( { width: 200});         $( "#files" ).selectmenu({ width: 200});         $( "#but1" ).button();         $( "#but2" ).button();           }); Tested on jquery 1.11.2
  • need help!

    I am trying to working on uploading pages and I managed to do it except when I define the path which the file would go to,the file is not saved there and I tried many times but with no use This is my code: <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> <script src="jquery.uploadify.min.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="uploadify.css"> <script> $(document).ready(function(){
  • Banner Fixed Floating in the sidebar through the footer

    Hello everybody , I'm doing a floating banner for my blog in the sidebar , the more the banner is exceeding the footer , the blog is : http://www.aisenhor.com.br My Code JS: jQuery(document).ready(function ($) {         $('[data-toggle="tooltip"]').tooltip();         $('ul.nav li.dropdown, ul.nav li.dropdown-submenu').hover(function() { $(this).find(' > .dropdown-menu').stop(true, true).delay(200).fadeIn(); }, function() { $(this).find(' > .dropdown-menu').stop(true, true).delay(200).fadeOut(); }); 
  • Where do I put my jquery files

    OK So I finally got jquery loaded for my site, but I'm still confused as to how do I load an actual plugin.  For instance, I just downloaded the slidebar jquery plugin (http://plugins.adchsm.me/slidebars/).  When I download it there are the following files: slidebars.css slidebars.js slidebars.min.css slidebars.min.js slidebars.jquery.json So now what do I do with all those files?  I didn't see an html file or anything like that.  Do I have to compile a separate .js file and reference them all in
  • rpjquery infinite photo carousel not working on explorer and on chrome

    Hello I followed this tutorial that I will link, I got it looking and working perfectly on Firefox, I am very pleased with the result, I a different look as the one on the video, because the guy make some changes that I didn't, he changed the buttons, original are more discreet. The problem I have is that it doesn't work on explorer, obviously, but also it doesn't work on chrome. On this web browser the image is still and the little squares bellow the main pictures that indicate the pictures and
  • help guys I am stuck on this

    That's my jquery code..I am trying to set cookie for that code but in vain,I don't know really how that's my code:  <html> <head> <link rel="stylesheet" href="jqueryui/jquery-ui.min.css"> <script src="jqueryui/external/jquery/jquery.js"></script> <script src="jqueryui/jquery-ui.min.js"></script>  <script src="jqueryui/jquery.cookie.js"></script> <style> #tabs{ font-size: 12px; width: 300px; } </style> <script type="text/javascript"> $(document).ready(function(){ $("#tabs").tabs({ ajaxOptions:{ error:
  • Show/hide Div

    Hello, i have downloaded the new jQuery 1.11.3 so i can use the show/hide effect on my webpage, but it doesn't work, this is codes i used. <html> <head> <title>test</title> <link href="styles.css" type="text/css" rel="stylesheet" media="screen"> </head> <body>  <Div id="buttons"><input type="button" id="hide" value="hide">  <input type="button" id="show" value="show">     </Div> <Div id="content"> <h2>               This is the text i want to Show/hide by clicking on the hide                show
  • checking if e.target is a child of a constant element

    Hey guys , i am trying to basically write a Jquery programme that tells me when i click on an element weather that element is a child of another element(parent element , and in my programme , the parent element is a constant ). so heres what i got so far .  HTML code :  <div> <p>lalalalalalalalalalal</p> <span>blaaaaaaaaaaaaaaaaa</span> </div> now the Jquery :  $(document).ready(function(){      var str_dv = $('#la');      $('p').on('click' , function(e){           if (!str_dv.has(e.target).length)
  • Trying to replace a CSS rule dependant on the current winow size.

    I've been trying to create a script that loads an appropriately sized background image dependant on the window size. I am able to confirm the screen resize is being registered but the CSS doesn't seem to be updating, at least the image is not being replaced ! Can any one see where I am going wrong ? css #bg { background:url(img/backgrounds/1920.jpg) no-repeat center center fixed; /* default image to load */ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:
  • 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