• when added selectmenu() to a select, it stopped its event

    Hi, I have a dropdown : <div>             Enabled/Disabled<br />              <select id="enabledChoice">                <option value="All">All</option>                <option value="F">Enabled</option>                <option value="T">Disabled</option>             </select>         </DIV> it filter a table by showing all , or just enabled or just disabled, as soon as I added jquery ui and did : $(function($){      $('select#enabledChoice').selectmenu();      The following code (for filtering displayed
  • Multiple Dialog forms

    I have no idea how to do this and I would love the most simplistic way on how to do this.  I have a slew of dialogs and on 2 of them have forms where the user needs to submit information to be stored in the database without the page refreshing. Here is my code so far index page <?php require('classes/change-of-address.php'); require('classes/insert-comment.php'); if(isset($_POST['change_of_address_form'])) { //submit change of address $coa = new ChangeOfAddress(); $coa->SaveToDatabase(); } else if(isset($_POST['comment_form']))
  • Using JQuery for beginners

    Hello I am creating a responsive website sandbox.mercomcorp.com my question is that I am just getting started with jquery and want to know once it is downloaded whats next on wordpress? I have downloaded what I want to use but I dont know how to implement on wordpress?
  • How to

    how to like using jquery and php such as image 1 new tweet, 2 new tweet and many more
  • JQuery UI mutiselect widget

    I am considering using the JQuery UI mutiselect widget, spoken of here http://www.erichynds.com/blog/jquery-ui-multiselect-widget To use it I am instructed to link in the jQuery UI 1.8 widget factory and effects  .  My question is "Is this widget factory already included in the jquery-ui-1.8.24.js file that I've already have included or do I need an additional library?"
  • How to disable button Jquey?

    <button type="submit" class="btn blue"  id="mainbutton"> Submit <i class="m-icon-swapright m-icon-white"></i></button> i have a submit button like this, i need to disable after submit it. how can i do with jquery? i have used  $('form').submit(function(){       $(this).children('input[type=submit]').prop('disabled', true);   });
  • responsiv div

    hey, i want to put this code:  <script type="text/javascript"> var sitename = "http://hls.turkuvazgroup.net/atv-hls/smil:atv.smil/chunklist.m3u8"; var sitenamemobil = "http://hls.turkuvazgroup.net/atv-hls/smil:atv.smil/chunklist.m3u8"; var genislik = "620"; var yukseklik = "350"; var gorunum = "bekle"; var baslat = "true"; var playbaslik = "ATv izle - www.tvizlek.com"; var baslangicresmi = "http://3.bp.blogspot.com/-wLRvmNfqfZw/U1AySrrSoZI/AAAAAAAABoc/lAiVniAxUec/s1600/izlekaltlogo.png"; var logo
  • RegExp.test inside selector.each question

    I have the code below looping through 2 text fields with PhoneNumber class.  I have tried multiple RegEx strings to validate that the user inputs xxx-xxx-xxxx (using jquery 1.7.1.min) - no console errors No matter what i try, i still can't get them to match the regEx string.  I know there is some javascript, but i hope with the amount of jQuery i am using that i can post this here.  Is there something simple I am missing or is my concept wrong or  do i just keep using incorrect regEx strings?  Any
  • JQuery UI Tooltip not working with SVG within <Iframe> or <object> tag

    Hello all, I have successfully been able to use the JQuery UI Tooltip with an SVG image when the image is embedded directly into my HTML page. However, when the SVG is loaded in an IFrame or Object tag, the tooltips don't show, even though the content callback is fired every time I hover on the elements.I have been searching all over the internet for a couple of days without finding any information pertaining to this issue. I hope you guys can help me out. Here is an example of what I'm doing: HTML
  • Select value in an if statement - jquery

    Hi I'm populating a dropdown using JSON data function(dta){ $.each(dta, function(index, item) { //some other inputfield values are updated here... $("#unservices option[value="+item.service_id+"]").prop('selected', true); } }); how do I write an if statement for $("#unservices:) ? if($( '#unservices' ).val() == '1'){ alert($( '#unservices' ).val()) }}; My problem is that $( '#unservices' ) .val()) always is equal to "1"? Thank You.
  • Making a jquery gallery

    I'm trying to create a jquery gallery. I know that there are plugins, but I would like to do it myself so that I can learn.  The way I would like my gallery to have the thumbnails on the left and the main image on the right. So when you click on one of the thumbnails regardless of the position then that image that was clicked must be shown in the main image and the thumbnail image must have a white overlay on it to say that it was selected. If there is a tutorial on how to do this, please send me
  • Auto Explode and Implode image (or background picture) with Jquery

    Hi. I wanna do explode and implode image in jquery. I have my codes, when the picture width is 600 px. it's function but, when i size up picture to 1200x800 px, the picture is broke. Please could you help me for that ? Here is the codes : HTML : http://denemekod.byethost15.com/explode.htm CSS : http://denemekod.byethost15.com/style.css
  • clone and change

    Is there a problem with trying to fire a .change() on a cloned item? It's not working and I can't figure out why.   $("#Category").change(function(e) {     var question_set = this.value;     var replace_set = $("#question" + question_set);     // reset box     $("#question_box").html("");     $(replace_set).clone().appendTo("#question_box");     $("#question_box div").attr('id', 'question_set');     $("#question_box select").attr('id', 'question_one');     $("#question_set").removeClass('question_hidden');
  • $ before variable name?

    Hello,  I'm updating some pre-existing js right now and some of the variable names start with $ like this: var $specialItem = $('.special-item'); Is there any particular reason why a variable should be named this way?
  • IE8 object doesn't support this property or method

    I am building web apps for a company and it had worked in IE9, Firefox and chrome no problem. Using IE8 (most of our departments use) I get an error "object doesn't support this property or method". The line it's showing me is: Var index = arrDates.indexOf( currDate ); There is a plugin of a calendar which shows up and when you click on a date it's supposed to pop up an input field so you can type. That input doesn't show up and I get the above error message only in IE8. Also some other web apps
  • Customize of the Slick Carousel

    Hello, i'm using "Slick Carousel" in my site and he is wonderfull, BUT the autoplay have a little stop between the slides, and i need to make he run fluid, with no stop. Here the config i'm using:       $(document).ready(function(){             $('#seguradoras').slick({               slidesToShow: 8,               slidesToScroll: 1,               autoplay: true,               autoplaySpeed: 0,               speed: 500,               lazyLoad: 'ondemand',             });         });    And here is
  • map is not showing correctly

    sorry my english is basic,can help me on this I can not find the solution,attached image and code code
  • selectmenu() undefined is not a function

    Hi, I am trying to use :  $('select').selectmenu(); but I got : I think select menu is a function from jquery ui.
  • Problems creating url with query string

    Hi all, I'm tring to create a url with query string data using a form with multiple dropdown options. I'm using the first dropdown to select the url and the second dropdown to add the query string to the selected url. The change method updates variable values and the click event merges those variables to form the url. The problem is that I can't seem to tag anything onto the end of the url. I've read about using the $.param function but I have yet to find an example where the output is appended to
  • Can't enter reply on my post

    I have a question at http://forum.jquery.com/topic/jquery-ui-mutiselect-widget I have entered multiple replies to the post.  Then last night when trying to make the definitive reply, the reply refused to post. Instead some page opened saying "One More Step"  Then "enter text above".  but there was no text above.  I tried closing Firefox.  I tried rebooting.  None of this has worked.  Meanwhile I am left hanging.  What is going on?
  • Dialog modal form

    Hi, I am trying to use jquery modal : I copied the source code of the this link : http://jqueryui.com/dialog/#modal-form I don't understand why the button got overwritten from my style to Jquery Dialog style : The button "CREATE RENAME RULE TYPE"  should look green like the other one, but it does not : Thanks, your help is appreciated.
  • avatars don’t match links!

    https://forum.jquery.com/using-jquery , and all forums, show avatars for the last person to post on a thread. But when clicked it goes to the original poster’s page. They should match  or show should show both avatars with correct links or just kill the links. JΛ̊KE
  • [Ques] how to express a selector with a variable

    Animation doesn't work. var large_s = '#b' + last_value doesn't work. I tried var large_s = 'b' + last_value, $('#' + large_s). But it also failed. <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script> $(document).ready(function(){        var now = ["tre", "men", "dous", 2];      var last_num = now.length - 1;    var last_value = now[last_num];      var large_s = '#b' + last_value;             $("#b1").text('#b1' + now[1]);
  • Injected radio controlgroup does not get styling

    I'm trying to take a JSON response array and turn this in to a radio controlgroup. I have the following function: function ControlView(parent, control_name, data) {     this.control = control_name;     this.container = $( '<form><fieldset data-role="controlgroup" data-type="horizontal" data-mini="true"></fieldset></form>')     var option_char = 'a';     for (var key in data['options']) {         var input = $( '<input type="radio" name="radio-choice-h-2" id="radio-choice-h-6' + option_char + '" value="'
  • Problem with DST timings.

    Hi,    I have problem with jquery weekly calendar,if I select availability in the calendar for 03/09 and 02/11 (as per DST standards 03/09 and 02/11 has 23 hours  )dates not getting availability for 24 hours,getting availability for 23 hours.so how can I avoid this problem.please help me. Thanks in advance. Thanks & Regards, Nani. 
  • New to jquery; Odd behavior using $.getJSON to access SharePoint 2013 list using REST

    Got a SharePoint 2013 script editor webpart executing some javascript (and jquery) to pull data from SharePoint lists on the same site. I want data from multiple lists. Accessing the first list works exactly as hoped. When I subsequently try to pull data from a second list, it fails the first time. When I try it a second (or third, or fourth, or ...) time, it works. Will jquery retain some information from the calls to retrieve the first list, or something? Can't figure out why the code would not
  • datepicker keyboard input enables all disabled dates

    Hello, I am using jquery datepicker for simple checkin, checkout dates case. I have two input boxes which are attached to a datepicker. I am also blocking the dates in datepicker using my backend calendar data. This entire setup works perfectly when user selects dates by clicking/selecting checkin and checkout dates using mouse. All validation like User cannot select blocked/disabled dates in calendar etc. function properly with mouse interactions.  Below is the code which is in Place in my JS file:
  • Lightbox inside Accordion

    I have an inline lightbox that I have placed inside a jquery accordion. For some reason, when I click to open the lightbox, the accordion closes automatically (I'm sure the lightbox is removing the "active" class from the accordion tab) Any suggestions on how to get the lightbox not to do this and just appear over the open accordion tab? Thanks! Here's the page: http://www.wiu.edu/student_services/housing/apply_for_housing/index.php
  • Result of offset().top returning wrong value in Safari

    Using WordPress Twenty Fourteen theme, edited to add a banner image, the menu bar is supposed to scroll until reaching the top of the page, then stick. In Safari 7 (Mac) alone among my browsers, the menu bar jumps to the top of the page after scrolling a very little. If you have Safari 7, you can see the odd effect here: hucklesby.com Using the dev tools I traced it to this code (in functions.js): mastheadOffset = $('#masthead').offset().top - toolbarOffset;The value of toolbarOffset is zero. But
  • iscrollview + collapsible-set + Android

    Hi folks, I'm having a weird behavior with iscrollview + collapsible-set on Android 4.1.1. That doesn't happen on my PC with Firefox, for example. If I try to expand a collapsible item, it expands but immediately closes itself automatically. The issue can be seen on the following link: http://easytef.com/mobile/collapsible.html If I take iscrollview off the problem disappears. I honestly don't know what I'm doing wrong. Any suggestions?
  • can't see themeroller custom theme (css) after download

    I have created a custom theme with themeroller. I downloaded the package and then opened the index.html file.  I do not see any of the custom css.  I actually don't see any of the css at all :( Any suggestions would be greatly appreciated!
  • Mouse down trigger and draggable cause following exception Uncaught TypeError: Illegal invocation

    Synopsis - Trying to create a ghost div image and attach draggable , mousedown event trigger on it .But fails :(. Details :- I have a div in the body tag which embeds a div image and an image within it. The html for it is <div class="dragElement" id="8793" style="width: 177.0499793539861px; height: 177.0499793539861px; position: absolute; background-color: rgb(100, 100, 100);"> <div class="image"> <img src="50.png" style="width: 177.0499793539861px; height: 177.0499793539861px"> </div> </div> When
  • addClass and removeClass not working for me - not rocket science but I'm stuck

    Hi all. I am trying to do something that should be a no brainer, and I just can't get it right.  I have 3 buttons on my app.  When I click one, it shows the content for that button and the other div that was showing vanishes.  That works fine.  What DOESN'T work fine is the button doesn't get the class of active_button applied to it.  (The inactive buttons are  class=inactive_button).  So clicking a button to see that content should RemoveClass(active_button) from the active button and addClass to
  • How clear selected option at once in jquery multi autocomplete text box.

    Hi Experts, How clear selected option at once in jquery multi autocomplete text box. for example, in the attached image how to delete entire word when user presses backspace button. and is there event for that Thank you Kailas
  • How to show time format from 00:00 to 24:00 for day view/week view at Jquery FullCalendar

    In Jquery Full Calendar getting some issues showing time format at day view and week view. I am unable to show time format 00:00 to 24:00 in day view and week view, all the time getting 00:00 to 23:00 whereas it is actually 00:00 to 24:00 . I used code below to show time format (00:00 - 24:00): ( defaultView: 'month', header: { left: 'title', center: '', right: 'prev,next,month,weekList,agendaDay' }, axisFormat: 'HH:mm', timeFormat: 'HH:mm{ - HH:mm}', minTime: 0, maxTime: 24,
  • My first script. what to put in the html?

    I have just written my first jquery script using jsfiddle (see links below) http://jsfiddle.net/karlhonda/vsm1x8yp/1/embedded/result/ http://jsfiddle.net/karlhonda/vsm1x8yp/1/ This works fine in the jsfiddle environment but when I create my HTML, CSS and JS files from this and launch in a browser the script doesn't work. All the collapsed sections are open when they should be closed by default. I am assuming it has something to do with the naming convention and / or the way I am referencing the script.
  • Nesting a jquery slide cycle with controls

    Now that I got my jquery slider up and running I am trying to nest it into my content div on the page I am building. But I put it into the content <div> it does go exactly where I want it to but the comtrols are way out of the <div to the top right of the screen... This site is a work in progress but I just want the Slider to be in the middle of the page under the nav bar and in between thne side bars... How is this done? Thanks for any help. I am just glad I got the slider working now I need to
  • From Modal window on close checked a checkbox in a page

    Hi all, I'm new here... I've a problem with a modal window... From my page on a tag open a modal #DatiPersonali. In this when I click "<button type="button" class="btn btn-primary btn-lg" data-dismiss="modal">Autorizzo il trattamento</button>" I need window close (and ok close it) but checkbox on my page must be checked ( <input type="checkbox" aria-required="true" required value="1" name="AutorizzoTrattamento" /> ) Thanks ALEN, Italy --------- HTML --------- <div id="mc_embed_signup">     <form
  • Flex Slider and Layering images

    This is not so much an issue as a question of "is this possible"? Using ver 2.1 of flex slider. Would like to have the images slide BEHIND a foreground image - it is a picture frame where the area that would show the flexslider slide (like a picture of The Mona Lisa :-) is transparent. Would like the slides, to slide behind the foreground image, without sliding over the side of the picture frame. I assume some sort of z-order magic could be employed, but not familiar enough with the flexslider code
  • Usability feedback on Freeciv-web HTML5 game which uses jQuery UI

    Hello everyone, Freeciv-web is a HTML5 version of the strategy game Freeciv which uses jQuery UI v1.11.2. I've been developing this game for quite some time now as an open source project on Github . When asking for feedback from users, most of the users say that the user-interface is very bad. Some say that the UI is clunky and unintuitive. However, experienced Freeciv players are able to withstand the UI. Since jQuery UI is a very important part of the UI in Freeciv-web, I wonder if users in this
  • 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