Why is there a difference.

 
Huffstutler: I am just a newb, will try

Hartung: Select 2 rows with 3 columns

Hartung: Http://jsfiddle.net/jamiguel77/v9j8prtg/

Huffstutler: Http://jsfiddle.net/v9j8prtg/1/ jak2000

Dural: Https://jsfiddle.net/gq6qzm3p/ i can’t figure out what is wrong

Sovern: When I off mouse to go into dropdown menu, it goes invisible

Wallner: Does anyone have a chance to help with HTML5 video/jQuery issues that has been killing me for days?

Kiely: Hi all, I’m doing an intro course to jquery and I feel that some of the material is outdated. Is .delegate still used and if not, what is the recommended way of handling dynamic elements? Thanks

Blihovde: Jquery667: .delegate is not used anymore. since 1.7, they decided they wanted a single function to do it all.

Lemmert: Http://api.jquery.com/delegate/ As of jQuery 1.7, .delegate has been superseded by the .on method. http://api.jquery.com/on/

Acree: That’s great, thanks.

Blihovde: Element.oneventName, handler is like .bind, rootElement.oneventName, selector, handler works like .delegate

Marchione: Ok, it works. Thanks again. One more thing – if I want to use .hover with .on, do I need to check event.type or can I p*** two functions?

Baumli: I guess just use separate functions for mouseenter and mouseleave? what is good practice?

Hofstadter: Google API inside Google Developer Console is throwing JS error when trying to use their API via HTTP referrer.

Huertes: Even though, they do accept request from HTTP referrers.

Gosch: Google API inside Google Developer Console is throwing JS error when trying to use their API via HTTP referrer. Even though, they do accept request from HTTP referrers.

Yerhot: I have a table where i want to use jquery to click on a row, and then grab a hidden column value

Noordam: So I am using an ajax request. inside this ajax request in the success function I have an array of item names. I am then doing a foreach $’.element’.find’a’.eachfunction { and trying to match an item from the a attribute to an item in the success data return. what is best way to accomplish this?

Noordam: Should i loop through the data instead?

Noordam: Why would if$’#block-superfish-1′.length work just fine until I add $.eachdata.data, functionk, b { inside of it? Then I get cannon read property ‘length’ of undefined ?

Noordam: I don’t understand how #block-superfish-1 exists. But adding a $.each loop inside that if statement makes it undefined.

Huffstutler: Https://jsfiddle.net/sasapp/171zr14a/1/ how to do this ?

Janey: Can anyone help me with updating JQuery on my server files for a WordPress site?

Amir: I downloaded jquery-2.2.3.min.js

Lefleur: I see the JS folder in the CherryFramework subdirectory, and I see the Prior Jquery-1.7.2.min.js. but there are some 11 or 13 other jquery files in the directory.

Billups: Does only this one file need to be updated?

Fernet: Morning guys i want to turn this https://jsfiddle.net/csrno0d5/2/ so it looks like this https://drive.google.com/open?id=0ByGgvwO76KWTYXFLNXR3Tkw3bGs. basically when you

Lowrance: Its not jquery mobile

Rentoulis: Rewte: replacing 1.x with 2.x is prob a bad idea

Bearse: Rewte: also some methods has been deprecated in later 1.x series so you can’t just straight up replace 1.7 with a 1.9+ one

Devendorf: The scripts depending on it has to be checked so they support the new version

Wax: Ou42, http://demos.jquerymobile.com/1.4.5/collapsible/

Staub: Is it possible to download only a small site of jquert mobile library

Ewards: Also does jquery mobile still act weird with jquery?

Hanusey: Dunno. “Download builder: Customize for speed” http://jquerymobile.com/

Serrato: That might be better but will try the jquery mobile and see

Schmaltz: Why is there a difference between .find’option’.detach and .detach’option’ ?