• DDSlick hiding behind when opened in a modal form

    I am trying to open ddslick with images in a modal form. It opens fine, but the issue is when you click on the down arrow to expand the dropdownlist, the list hides within the modal form. User has to scroll the form to select a image. I want the dropdown list to expand on top of the modal form just like a normal dropdown list would in a modal form. Please advise!
  • Uncaught TypeError: Cannot read property 'settings' of undefined JQuery Validate

    0 down vote favorite I am using JQuery Validate on a JQuery Mobile form that has a listview with an Auto Complete option that is created dynamically. I get this error if you try and type into the auto complete field, once validation is active. I can see that the problem is related to the form that jQuery Mobile creates to hold the filter input but I can not figure out how to stop jQuery Validate from validating the field. I can reproduce it using  JS Fiddle (Press Validate and then type in the filter
  • JQuery SelectBox - adding an .active class when expanded

    Hello, I've been trying to understand how to select and style jUqey's SelectBox when it is expanded. There seems to only be an ARIA attribute,  aria-expanded='false' / 'true' but targeting the SelectBox this way doesn't seem correct and I haven't been able to apply styles this way.  Does anyone have any insight into targeting the SelectBox while it is expanded for CSS styling?
  • JQuery and https issue

    Hi, I am using Jquery on a Sharepoint site and I have some issue by using Jquery and https. Here my error:  Mixed Content: The page at 'https://***********.sharepoint.com/sites/******' was loaded over HTTPS, but requested an insecure resource 'http://vivafiliates.com.br/afiliado.php?user=opensubv5'. This request has been blocked; the content must be served over HTTPS.jquery.js:5 (anonymous function)jquery.js:5 x.fn.extend.domManipjquery.js:5 x.fn.extend.appendjquery.js:6 (anonymous function)jquery.js:4
  • Common initialization / common variables in jQuery UI Widget factory?

    I have a jQuery UI plugin that is working successfully. I want to convert it to jQuery UI Widget Factory. My current widget allows me to apply one initialization across all of the selected elements. I do this just before my this.each statement. Works great. I call my current plugin like this: $("input[title *= 'Cost Center Name']").simpleDialogListSP({spListName : "Cost Centers", dialogTitle : "Cost Centers" }); I have multiple input boxes with the title of Cost Center Name X. My plugin goes out
  • contenthover

    It works, but I have a two issues: 1) How to disable the overlay slides for mobile (touch) devices? I'm currently detecting mobile devices with good success using the PHP library mobileESP . I can also use the following Javascript: $( document ).ready(function() { var isMobile = window.matchMedia("only screen and (max-width: 760px)"); }); if (isMobile.matches) { //adjust for mobile device } But how can I use a boolean variable (either PHP or Javascript) to disable contenthover functionality? 
  • scrolly.js understanding a simple function code

    Hey guys , the below is a parallax scroll pluggin : a rather simple one :  Scrolly.js from line 71 - 77 : what are these lines of code really doing ?? (i hv pasted the code below)     $.fn[pluginName] = function ( options ) {         return this.each(function () {             if (!$.data(this, 'plugin_' + pluginName)) {                 $.data(this, 'plugin_' + pluginName, new Plugin( this, options ));             }         });     }; i have really been struggling to get my head around this ! , Like
  • drop event does not trigger in firefox

    Hello, I built a drag/drop layout builder that works in chrome and safari, but in firefox and IE 11 the drop event is not fired. Is there something special I need to set/do for firefox and IE? 
  • superfish and large number of menu items

    hello - i have been using the awesome superfish (v1.5.9) for some time with a rather large number of menu items and sub-menu items. in other words, i could have 10 menu items, and each item in that menu has 10 more menu items, and each of those has 10 more menu items. the problem has been that the menu items very quickly start to open below the bottom of the page. so i put together this jquery script below to start forcing any menu item near the bottom of the page to open upward rather than down.
  • Strange behavior when draggable div floats on the right

    Hello, I would ask you if there is a reason for which, if I use: "right": "0", at 55th row of javascript code of this demo (like at 45th row), it doesn't work, whereas, if I write in that way: "left": $('body').width() - $(this).outerWidth() it works as expected. Thanks a lot, Cheers, Riccardo
  • SVG Icons Disappear on IOS 8

    Running JQM 1.4.5.  Get same results on 1.4.4.  This happens in IOS 8.1.1 and IOS 8.1.2. This is not occurring on Windows PC or Mac OSX.  Have not tried on Android. When running app in IOS 8, the JQM standard icons in the buttons will start disappearing inside the outer circle.  At first they all show, then as I run the app, they start disappearing. Here is an image showing some missing, with others showing:
  • jquery simple form validation

    I have three group of text boxes in one single form with one confirm button for validation. when confirm button is clicked * I need to find which group is valid and invalid group   with custom error placement :| how to achieve this? fiddleeeeeee
  • how to wrap parameters with Data attribute from ajax get call

    please look at the code below. the web method is not firing when i wrap "data" attribute in double quotes(" ") like [   data:    " { 'Name' : '4' } "    ]  in ajax call. am wrapping in quotes because i have to pass textbox data dynamically.let me know the reason pls.  $('#txt').keypress(function () {             var date1 = $('#txt1').datepicker().val();                       var x = 10;             $.ajax({                 type: "GET",                 url: "school.aspx/GetEmployees",            
  • Inconsistent behavior validating multiple remote and other type fields.

    Hi - we are using the validation plugin for a form with multiple fields.  3 of the fields use the "remote:" validation and 6 fields use 'maxlength:" or "digits" validation.  The behavior we desire is that we display error messages for all fields that have invalid input when the form is submitted.  What we are seeing in the case of multiple invalid inputs is that if I enter invalid data in a remote: type field, we see only the error message for that one field even though other fields are invalid as
  • tablesorter only on blur not keyup

    I posted this under a different username, but my work email is blocking zoho so I recreated it here under my personal email. Is there a way to  have my filters fire only on blur? It seems that firing on every keyup is causing issues. Also, I am very new to AJAX and tablesorter. Is there a way to not have the request fire if there are no filters selected? Currently the page loads with a filter parameter, if the user removes that filter I do not want the request to fire. It would bring back too many
  • jQuery - Read data from database in a loop

    Hi, I want read data from database in a loop; with jQuery code in ASP. Similar inbox in email ,inbox(1),  that show count receive email in every moment. help me please...
  • Ajax call is not firing

    hello guys.. please look at the below code. please tell me where am going wrong. Purpose: just trying to access a web api method and retrieving data. $('#txtApprovedEmails').keypress(function () {                 alert("here ajax method");                 $.ajax({                     type: "GET",                     dataType: "json",                     url: 'selectemployees.aspx/GetEmployees',                     async: false,                     contentType: "application/json; charset=utf-8",  
  • loop through selected checkbox

    Hi how i can loop through only selected checkbox and perform some operation,  out of all checkbox and if no one is selected alert message as ('select at least one) thanks
  • Jquery Split screen Image Hover

    I have a full page split into 6 sections with a background images in each section. Also in each section there will be a <article> element.  **What I want to do**  When you click on a .section all the other <article> elements will fade out except for the one that is in the section that was clicked. Once the .section expands I have an .excerpt that fades in along with an X to close. When you click the X I need it to close and fade out the .excerpt and fade back in all the <article> elements that were
  • Use one filter to search across listviews

    Hi, non-working example of meaning: http://jsfiddle.net/V3CYc/24/ I have three listviews; each has own filter. I'd like to have one filter for all three. Before I start hacking, any advice? To avoid mess if there is a nice way. Thank you very much in advance. Bijan
  • Delay on all buttons and links

    Hi, if i click on buttons/links the response always tooks ~1 second. There is no data retrieved or something, it's just switching from a page to a page (multiple pages on one site). I've tried "Fastbutton" for jQuery but this doesn't solve the problem. My mobile browser is IE 10. Thanks!
  • Having trouble with resizable()...Please have a look...

    hi forum, im totally new to jquery and trying to play a little bit around. i hope that my question is not to stupid but after playing and trying for hours i decided to ask you.  i have one thing i dont understand and i have no idea how to get this work. i tried to find a answer and i was searching hours... but i dind't this is my code: <script src="js/jquery/jquery-ui-1.11.2.custom/external/jquery/jquery.js"></script> <script src="js/jquery/jquery-ui-1.11.2.custom/jquery-ui.js"></script> <style>
  • increment id when adding new line in table

    hello everyone. need your help for advices on jquery code; when i add a new line to table, the selection.change() dont work anymore. i thinks i have to change ID ( increment ) for each element in table  when i an adding a new line to table: tr , select input how fixe this problem. and how call it in selection.change()  script  thanks here his my code, <HTML> <HEAD>     <TITLE> exos </TITLE>     <script type="text/javascript" src="jquery.js"></script>     </HEAD> <BODY> <button id ="add_line" class="add">+</button>
  • JQuery Contact form

    What is a simple JQuery contact form that I can use?
  • header Banner

    Hello I want a jQuery to create header Banner, Initially it has to show Header (it has a man picture) with Title, after few seconds title should be overwritten by some Topic link and summary with thumbnail. Can you please give an idea how to do this. Thanks
  • Having trouble with the Menu widget

    Very new to jQuery, can anyone tell me why I cannot get the menu widget to work?  I would appreciate it so very much. Firebug is giving me the "function not defined" error. Here is my code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>In Page Viewer</title> <link href="../_css/site.css" rel="stylesheet"> <style> #navigation ul, #navigation li { margin: 0; padding: 0; list-style-type: none; } #navigation a { background-color: rgb(204,204,204); text-decoration: none; font: 16px 'ColaborateLightRegular',
  • What does Native JavaScript mean?

    What does this mean? Familiarity with native JavaScript and JavaScript libraries (jQuery, Prototype, etc.)?
  • Syntax Error?

    Good evening everyone, I'm new to jQuery and I'm trying to create an image slider for a website. My dreamweaver application as well as console mode in browers say I have a syntax error on line 4 (highlighted). For the life of me I don't know how to fix it. Any help is very appreciated. Thanks for taking your time to help out a novice. // JavaScript Document $('.slider').each(function(){ //for every slider var $this   =$(this), //Get the current slider var $group  =$this.find('.slide-group'), //Get
  • Problem jquery with chrome2

    Hello everyone, Need help, my code doesnt work on chrome but no problem in FF and IE. Thanks <HTML> <HEAD>     <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>     <TITLE> Exos </TITLE>     <script type="text/javascript" src="jquery.js"></script>     <script type="text/javascript">     function choixoption(zone,option){         $('#'+zone).toggle();         $('#'+option).hide();         $('#select0').attr('selected', 'selected');         }     </script> </HEAD> <BODY>       <TABLE
  • not understanding the meaning of construct

    iam reading learning jquery book and i came across this sentence ' with the $(document).ready() construct,jquery allows us to schedule function calls for firing once dom is loaded. problem is that iam not understanding the meaning of constructs 
  • Jquery.css() accepts JSON key:values as properties ?? whats the advantage ?

    guys given the following snippet of HTML :  <div class="doit">Click Me</div> and the following snippets of Jquery  EXAMPLE ONE $(document).ready(function(){ $('.doit').css({ "color" : "red"}); }); EXAMPLE TWO       $(document).ready(function(){ $('.doit').css( "color" , "red"); }); BOTH Have the same effect , so whats so efficient about using the 1st method ?? Whats the advantage ?? 
  • searching for lightweight clickable image slider with cycle for jquery mobile version 1.4.5

    Hi, I need a lightweight clickable image slider with cycle for jquery mobile version 1.4.5. I saw Image slider example in v1.4.2 but it seems that many features are removed since 1.4.5. I have used owl carousel framework as a work around but a 1500+ line javascript and 300 line overriding css can easily hang my mobile app(its already huge in size). Please help me solve this problem. Thanks & Regards Praveen
  • tablesorter and SQL_CALC_FOUND_ROWS

    The IT department I just started with is developing with NginX, Dreamweaver, PHP, MySQL etc. and the Tablesorter plugin. I have attempted using SQL_CALC_FOUND_ROWS in a query so I can get the full count for use with tablesorter. However, SELECT FOUND_ROWS() does not return the full count. Has anyone on this forum experienced this? If so, is there a way to use SQL_CALC_FOUND_ROWS with this set-up? I will also look for a Deamweaver forum and ask there, but was hopeful a Tablesorter user might have
  • debugger not working anymore

    I have an Asp.Net MVC 4 project.  I have a considerable amount of JQuery in it.  I learned this year how to use the line "debugger" to get execution to stop in the middle of a JQuery function when you are running the project in debug mode of Visual Studio.  I have used this considerably for most of my troubleshooting on this project over the past 11 months.    Suddenly last week when trouble shooting a problem with a function last week, the debugger command no longer stopped execution at that spot. 
  • Issue with Swipper Slider

    Hello, I have a slider in my site, the slider images are setting with Width and Height 100%, but the slides don't get the 100% because of the scroll bar... I already try all the things, set 100% with js, css, inline, but nothing works... ps: if you resize the window it get 100%, if you reload the page dont. Here's the site
  • MVC form dropdownlist click jQuery.parseJSON error

    I have an MVC form containing three dropdowns @Html.DropDownListFor(item=>item.SourceId, Model.SourceList,"Pick a Source") @Html.DropDownListFor(item=>item.Index, Model.IndexList,"Pick an Index") @Html.DropDownListFor(item=>item.User, Model.UserList,"Pick a User") Clicking the any one first works as expected, but clicking a second causes a jQuery.parseJSON runtime error invalid character in jquery-1.11.1.js while debugging in Visual Studio 2010 Professional. If I continue from the debug popup, the
  • Need help on passing value from jQuery to php

    Hi everybody. I have problem with passing value from jQuery to php and then to echo that on select change. Assume i have page something like this: <html> <head> </head> <body> <input type="text" id="something" value="" /> <select name="Type" id="vals"> <option value="10">First</option> <option value="20">Second</option> <option value="30">Third</option> <option value="40">Fourth</option> </select> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  • ajax, globals that aren't,

    it seems that during ajax, globals disappear. in fact, pretty much nothing is available, making my programs seemingly unattainable with ajax due to buggy async which is due to buggy XHR. what I really need is a nice synchronous version. any implementations?
  • Drawing and moving circle

    Hello, I need for my work to complete this type of document : my idea : screen 1 : you have a lot of circles, 2 : you select what you need, 3 : result, 4 : complete the percentage. THANKS VERY MUCH!
  • Opera browser - Unhandled Error: Cannot convert 'elem' to object

    Hello, I try to find where is my problem. In one article all works fine, but other article where is almost all same not. Opera tool DragonFly shows me: Unhandled Error: Cannot convert 'elem' to object Thanks for any help...regards Zdenek
  • 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