• Interactive BG and Adobe Muse

    Hi there,  I need some help to get this interactive BG:  http://www.onextrapixel.com/2014/04/09/create-an-interactive-moving-backgroundobject-that-reacts-to-viewers-cursor/  done in Adobe Muse. Could some please just tell me how this one works in Adobe Muse?  Cheers
  • Old JQuery codes in Dreanweaver cs6

    Hi Guys.    I recently started with Mobile Apps using Dreamweaver which kind of makes things easier but I found out the codes which Dreamweaver is using are all outdated and needed to change Jquery and JS and related css files. Since I replaced them all the icons are gone. What am I doing wrong ? <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>moapp</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="jquery-mobile/jquery.mobile-1.4.5.min.css" rel="stylesheet"
  • vedio on the web ...

    hey guys , i just recently had the requirement of embedding a video on a website and i used the following syntax: <video width="100%" height="auto" loop="" autoplay="">             <source src="">             Your browser does not support the video tag. </video>            ofcource you can put the source in the source tag , now i have heard about fitveds.js etc .  Just wanted to know , what js had to offer as far as video is concerned, I had seen a similar thread posted a few days ago , but just
  • Adding a class to dynamic content

    Hello, I'm trying to add classes to a dynamically generated bootstrap datepicker. on a static page this code works  $(window).load(function() {         $( ".day" ).each(function()         {                 $_inner = $(this).text();                 $(this).addClass( "day_number" +   $_inner + "");          }); }); but on the dynamically generated not. I don't know how to work width on() in that case. any help would be appreciated.
  • Why is jQuery not adding numbers properly?

    Here is my JavaScript code: Is the logic contained in this code correct? I noticed that when the $RoundOneEarnings is increased by the correct amount only after the first question is answered. Afterwards, it increases it by the wrong amount. var $RoundOneEarnings=0; //global variable for Round One earnings. function showClue(e) {     var eventTarget=e.target;       if (eventTarget.id=='10')     {                function inputProcessing (e)         {             var $end_time=e.timeStamp;        
  • How does url() work, and why might it end up pointing to the wrong place for images that are part of a jQuery UI theme?

    In jQuery-ui.css, I see the following: .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {     border: 1px solid #d3d3d3/*{borderColorDefault}*/;     background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;     font-weight: normal/*{fwDefault}*/;     color: #555555/*{fcDefault}*/; } I see what looks like a function call: url(images/ui-bg_glass_75_e6e6e6_1x400.png)
  • Dialog button focus is misshapen

    Using the latest Chrome in Windows 10, any jQuery UI Dialog box close buttons (the default X in the upper right corner) have a screwed up focus shape. See below. This not only happens on my own dialog boxes, but also the preview ones on jQuery UI's site, so I know it's not an issue with the implementation on my site. Does anyone know what may be causing this?
  • Moving content of one div into another div

    Hello all I'm trying to move the the content of one div, into another div. Just not getting it and its now working for me. Here is the code. https://jsfiddle.net/Seanhegs/end1bsqa/ Can anyone shed any light for me?? Thanks Sean
  • what is a wrapping element ?

    I was just reading THIS SECTION in bootstrap and came across the following statement: Only one plugin per element via data attributes Don't use data attributes from multiple plugins on the same element. For example, a button cannot both have a tooltip and toggle a modal. To accomplish this, use a wrapping element. What is a wrapping element , something to do with wrap() and unwrap() or just an element is used as a container for the child element on which you are actually going to init the plugin. 
  • add button

    hye every one i want to put a button when i click on that button one row will be added at botton in form can you help me
  • How to center jQuery Mobile Popup with scrolled contents?

    All Popups have the data-position-to="window" style. The body has style="overflow-x: scroll !important;". And the viewport is set to: meta name="viewport" content="width=device-width, initial-scale=1" If the user did not scroll all Popups are nicely centred in the browser window. But after a horizontal scroll the Popups are no longer centred and are partial or completely invisible. They can only made visible after scrolling back. Any suggestions how to fix this?
  • after Magnifying the image in div : the images remain

    Dear Sir http://webvikas.net.in/palavi/landscape.php#nav6 after clicking the  View Image Detail works fine. however when  i close  the div still the image and magnifying image remain...... i mean the div is closed.... however when i move cursor on same position  i can see the magnifying image how can I hide this ?
  • object unshift

    i don't know if i need a js forums but..how do i unshift a object please? Object { 1: File, 3: File, 4: File, 5: File } in this scenario how i make key 5 appear at the beginning of the object? like so: Object { 5: File, 1: File, 3: File, 4: File} thank you
  • enable a button after I choose an item in a select.

    When the page loads, the #classeditbutton below is disabled.  What I want to do, is make a choice in the select below, and as a result enable the #classeditbutton. I am confused about .active and .disabled .enabled. Functionally, I want the button to load so that it cannot be clicked until a choice is made in the select. Then when a choice is made, I want that button to be enabled so it works.  I have tried a few things that have worked before but I am trying to use query this time.  Thanks for the
  • change dropdown submenu open style at hover to click

    hi every one i need change my submenu dropdown open style at hover to click i changed :hover in css file to :click and not work it after changed :hover to :click and click on submenu my page just refreshed how to change this style to click please help me i attached my files http://sazeaftab.ir/sx.zip
  • Can't hide and show controls within a table

    Hi, In my table, I have 3 columns, each row has 4 controls: ddlType, ddlOperator, lstSearch and txtSearch. User can add row on the fly. I am trying to make it so that when user selects "Department" or "Location", lstSearch will show, but txtSearch will be hidden. Otherwise, lstSearch will be hidden, but txtSearch  will be shown. Here is the code: http://plnkr.co/edit/Z28EfHPWVirRzWa5l3s6?p=preview But for some reason, it is not doing what I want. Please advice. Thanks in advance.
  • Having trouble with on() and off() method

    I'm an old newby to jQuery and encountered a problem with the on() and off() method. At the end of a game some buttons are switched of: if (good == all){             $(".knop").off("click");             $(".knop").css({"cursor":"default"}); } This works good. However: $(".knopReset").click(function() {       $(".knop").on("click");       $(".knop").css({"cursor":"pointer"}); }) doesn't set the buttons to work. The cursor becomes a pointer, but "click" is not activated. What went wrong? Thanks in
  • How to get value of listboxes separately in a table

    Hi, I have a table and each row has a dropdown and a listbox. There is an option to add rows on the fly, so if the "Add" button is clicked another row with dropdown and listbox is added. Now, I would like to know how I can get the value of the dropdowns with selected list items in the associated listbox let say, the listbox is called alllstSearch, I will get all the values of the listboxes (for all rows) with the following syntax alllstSearch.join() But I won't be able to know which row it belongs
  • setting anchor button in bootstrap from disabled to enabled.

    I posted this before, but as my wife says all too often, I don't think what I said was that clear.  What I want to do is simple. I have a popup on a page. And an edit button in bootstrap, made out of an anchor, on the right of the select. Clicking the edit button is meant to open a dialog and edit the item that has been selected in the popup.  When the page opens, no selection has been made in the select. In that case, I don't want the edit button to be enabled because a selection hasn't been made
  • Question

    what is called selector? how many type of selector?
  • page change jump after transition but only first time

    Hi all, searching the web I have seen a lot of similar posts, but all of them very old and without aproper answer: I have a jquery mobile application and I use phonegap build to deploy it. if I specify a page change transition ( I'm using pop ) I can notice a 'jump' in the transition, but only the first time a certain page is loaded. I can see it both on prepared pages ( already present as they are on the index.html file ) and pages that I fill and enhance after an ajax request. I notice the problem
  • How to Now Button click functionality Perform in datetime Picker

    Hello, Here I attached image and below my code. How to Now Button functionality perform in my code. <script type="text/javascript">         $(document).ready(function (){             $("#date_begin").click(function(){                                 $('#date_begin').datetimepicker({                                          startDate: "today",     todayBtn: true,     autoclose: true,     todayHighlight: true, minDate: "today", changeMonth: true,     changeYear: true,                 dateFormat: 'dd/mm/yy'
  • Remove specific value in a file input type element after multiple selection

    Hi there, is there a way to modify a file input type's value?, i am using a multiple type selection and i want to remove a specific value in it, help is very much appreciated!! ,Thank you and Godbless 
  • Animate - toggle counter confused by colorbox

    I have a simple animation loop running that rotates an element (using jquery.transform.js) and toggles its opacity. This runs fine on page load, but gets all verklempt when the user opens one of several colorbox links on the page. What happens then is that the opacity toggle seems to have its counter set wrong - instead of toggling the opacity from 0 to 1 and spinning the element, the animation spins the element and toggles opacity from 1 to 0.  Is there any way to protect the counter or reset it
  • Back Button Broken in iOS App

    It appears that iOS 9 and the last version of iOS 8 broke the back button in jQueryMobile.  The back button works on a site while in Safari and Chrome browsers.  However, the minute you save it to the Home screen (to lose the browser chrome), its back buttons fail in the Web app. Example: http://newmaterial.com/backbutton Short of a custom JavaScript button, is there any workaround strictly within jQuery Mobile? Thanks.
  • Adding / Removing Selected Checkbox and Radios to Array of Object

    Can you please take a look at  This Demo and let me know how I can store the selected checkbox  and it's associated data (radios)in array of objects like this:     var yourSelection = {     commedy: [                  {                   movieName: "",                   bestPart: "",                   overall: ""                  }                  ....                  {                   movieName: "",                   bestPart: "",                   overall: """                  }          ],
  • I use Datepicker Widget

    I use Datepicker Widget  and i need do to close the month with arrows were only their names (previous and next). How i can do this? 
  • Getting the EQ from dynamic list.

    Hi, can anyone help me with the following,  I have created a fiddle, https://jsfiddle.net/a4poster/zd6uwmp5/ . When a user clicks on the list the eq() of the list is displayed in the alert box. Thanks in advance.
  • Using Jqurey Mobile without the Ajax/caching stuff?

    I like the jQuery mobile, but new to it and new to jQuery. I am having issues with the caching. Ive used $('a').live('click', function() {     var $this = $(this);     if ( !$this.attr('rel') || $this.attr('rel') != 'external' )     $(document.getElementById( $this.attr('href') )).remove(); }); to disable it, but it does work all the time. Ive also had trouble setting up default transitions, I put in $.mobile.defaultTransition('none'); without any effect. With these 2 key issues, I just want to turn
  • FAQ jQuery function trouble

    I am trying to finesse a FAQ section in Wordpress using jQuery, but am stuck on the last part of the function. We have categories, which have questions, and each question has an answer. At start, all elements are closed. Each element opens as it is clicked. Each category will close when it is clicked a 2nd time. Here is the test page so far: http://www.maxwellparknc.org/faqs/ What I can't figure out is how to get the answers that have opened to close when the category is closed. I can't figure out
  • "uncaught exception: jQuery UI Tabs: Mismatching fragment identifier."

    This has been driving me crazy.  I can not find a mismatching fragment identifier.  If there is one, what is the fastest way to find it? But using google to search out this error, every hit I examined indicates it is due to an incompatibility between specific versions of jQuery and jQuery UI.  How does one distinguish between a real fragment mismatch and one due to such an incompatibility? My next question is based on the observation that the versions of jQuery and jQuery UI are rather dated relative
  • Remove selected value from other dropdowns

    I have some html form labels and each of them has a dropdown list next to it. Now I want people to choose a dropdown value but when one value is chosen this value has to be removed from other dropdown boxes. This is my html (sort of): <label>Gebruikersnaam</label> <select class="dropdown"><option>1 to 20</option></select> <label>Gebruikersnaam</label> <select class="dropdown"><option>1 to 20</option></select> <label>Gebruikersnaam</label> <select class="dropdown"><option>1 to 20</option></select>
  • Strange width change to all elements after a form that won't submit

    I have 2 problems on a page that may be related somehow. 1) The first form on this page simply will not submit. 2) All of the elements immediately after the form are slightly wider on the screen than anywhere else on the page. http://m.publicmissiles.com/page1AF.aspx Please help! ---Frank 
  • Event handler multiple functions

    In jQuery, can an event handler function execute multiple functions simultaneously when 1 or more event fires?
  • Input file iOS 9 display issue

    Hello, I have an issue on IOS 9 when I click on input type file when I build my app on phonegap but when I execute my code on safari then it works OK. Attached the issue (on left safari browser on IOS 9 iphone 6s, on right phonegap build app on IOS 9 iphone 6s) When i click on: '<input type="file" name="myFile" accept="image/*;capture=camera" id="myFile">' For information, it was working fine with jquery mobile 1.2 on phonegap, now I passed on jquery mobile 1.4.5 and it is not working anymore
  • understanding what gets returned when a plugin thats attached to $(jQuery) is executed .

    Hey guys suppose i have the following plugin: ;(function($) {     $.me = function() {         console.log('i am a plugin that does nothing !')         if(this.init) {             // if "if" gets executed , all methods exposed with only $.timer are exposed and available             return new $.me();         } else {             // so if "else" gets executed all methods exposed through jQuery $. are available ? correct ?             return this;         }     }; })(jQuery); I have commented my difficulty
  • Combine forms

    Hello, I'm trying combine 2 forms if requirement is met.. Basically we have contact form and newsletter. We need to clone the email and name values unto the newsletter form if the user opts-in to subscribe to it, and when he/she clicks submit, the contact form will be sent and the newsletter as well.. but if he unchecks the checkbox, only contact form will be sent..kind of vice versa.. below is the html, but I don't know where to begin..thank you.. <form action="contact.php" method="post"> <input
  • two different jquery autocomplete with widget on same page not allowing mouse selection

    using jquery 1.11.1 jquery UI - v1.11.2 I have two jquery auto-complete user controls in asp.net that using the mcautocomplete widget. The two auto-completes are in different .js files and are going against different data sources. The first ends up putting it's data into a cAgencyID class, the second and different js puts its data into a class called cClassID. The issue I have is when I have these two users controls on the same page which ever control is at the top does not allow for mouse selection
  • accessible jQuery UI autocomplete that functions like jQuery mobile listview or filterable widget?

    I'm creating a filter functionality for a search results page that must be accessible (WCAG 2.0 Level AA) and mobile friendly.  I can see there are accessibility considerations for jQuery UI's autocomplete widget , however I'm looking for the options list to always be visible, much like jQuery mobile's filterable and listview widgets. Can anyone either suggest an accessible extension of the jQuery UI autocomplete that will achieve this? I'd like to progressively enhance a select box (so that without
  • Bug DatePicker jQuery-UI - Year less than 1000

    Hello, When I use a date lower than the year 1000, the DatePicker has some strange behavior, see two examples in Plunker: http://embed.plnkr.co/AFpkwKHDZA7rnU0sJiPh Selínger
  • 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