Top "Live" questions

.live() function in jQuery attaches an event handler for all elements which match the current selector, now and in the future.

jQuery 1.9 .live() is not a function

I recently updated jQuery from 1.8 to 2.1. I suddenly discovered that the .live() stops working. I get the error TypeError: $(...).live …

javascript jquery function live deprecated
jquery .live('click') vs .click()

I am wondering whether there are any circumstances where it would be better to use .click(function {...}); rather than .live(…

jquery live
Live search through table rows

I want to do a live search through the table rows, using jQuery, the "live" word is the key, because …

jquery search live tablerow
How to embed new Youtube's live video permanent URL?

I stream live on youtube a lot and since yesterday I experience a weird thing: I embedded the livestream URL …

video youtube embed live live-streaming
How to remove an appended element with Jquery and why bind or live is causing elements to repeat

Now I know this basic question has been asked before, but I must be doing something wrong. I know that …

jquery append bind live
jquery live hover

I'm using the following jquery code to show a contextual delete button only for table rows we are hovering with …

jquery live jquery-1.4
jquery click doesn't work on ajax generated content

I am using $(".button").on("click", function(){ }); to click to a button which is on a container but then an …

jquery ajax click live
Play RTSP streaming in an Android application

I am trying to develop an Android based application, which can play video from a live stream. This live stream …

android streaming live rtsp wowza
Free JSON formatted stock quote API (live or historical)

I have an project where i implement live stock updates of various companies of all countries. Can any one tell …

api live stock
TypeError: $(...).live is not a function

I have a problem with jquery 1.9.1 . I have searched it but these are not solved my problem. $('.sm2_expander').…

live jquery