Tagged Questions
The live tag has no wiki summary.
64
votes
5answers
25k views
jquery live hover
I'm using the following jquery code to show a contextual delete button only for table rows we are hovering with our mouse. This works but not for rows that have been added with js/ajax on the fly...
...
35
votes
4answers
5k views
Jquery live() vs delegate()
I've read some posts here and on the web about the differences of live() and delegate().
However I haven't found the answer I'm looking for (if this is a dupe please tell me).
I know the difference ...
33
votes
4answers
1k views
jQuery: live() vs delegate()
I'm using jQuery in my web application. While reading its documentation I read about live() and delegate(). Although they have explained both methods, I don't understand the exact difference between ...
26
votes
10answers
10k views
What is the difference between the bind and live methods in jQuery?
I'm curious to know the differences between the bind and live functions.
To me they seem to be almost identical.
I read the benefits of live/bind methods, but it didn't tell me about the ...
14
votes
3answers
3k views
12
votes
4answers
2k views
jquery live event for added dom elements
I want to add a class to any DOM element that is on the page now or in the future that has a specified class and meets some criteria
so for some pseudo code
$('.location').live('load',function(){
...
8
votes
3answers
214 views
jQuery - Why is “live” inefficient? And how can we measure that?
why do programmers say that "live" is inefficient?
So what are the alternative
methods to replicating that function
that are more efficient?
How do we measure the impact of how much it slows ...
8
votes
2answers
3k views
How to use Microsoft Account in an openID site?
I am planning to build a site with openID authentication , most of my target users will register in the site using Microsoft accounts (hotmail/live/windowslive).
Is there anyway to use Microsoft ...
7
votes
2answers
691 views
What is the Dojo equivalent to jQuery .live()?
What is the Dojo equivalent to jQuery .live()?
http://api.jquery.com/live/
The only solution I found was to dojo.disconnect the event handlers and re-connect them once a dynamic piece of markup was ...
7
votes
1answer
825 views
android live streaming of tv
I am developing app in which I have to implement live tv streaming. My Google search has lead me to believe that live streaming is not possible till 2.1 android.
Is it right?
As I get code of ...
7
votes
3answers
3k views
jQuery: Binding and Unbinding Live Click Events
So there are two constraints to my question:
I must use an external function call in my click event, and
I must use a live click event, rather binding a typical click event.
So my problem is that ...
6
votes
1answer
324 views
JQuery live + Disqus / Google Analytics
I'm using the following function to overload my website url links with Ajax:
$(document).ready(function() {
$('.insite').live("click", function(ev) {
if ( history.pushState ) ...
6
votes
4answers
988 views
jquery .live() event interactions
Let's say I have a scenario where I have a global plugin (or at least a plugin that binds to a wider array of events).
This plugin takes a selector, and binds a live click to it. Something in ...
6
votes
5answers
5k views
How to make live custom events in jQuery
jQuery has a really handy event binder called live() which will add events to DOM elements on the fly (even for the elements that will be added later to the DOM). The problem is that it's only working ...
5
votes
3answers
1k views
Live testing jQuery selector
Is it possible to conveniently test jQuery selectors on some random web page using some sort of plugin for browser (Firefox)?
It would be nice if it could automatically highlight selected elements.
5
votes
2answers
701 views
jQuery how to execute event only on the inner element
Is there is a smooth way to only let the inner element of a listitem
do something?
I read something here that using live complicates things.
Summation:
I have list elements that can contain a ...
5
votes
2answers
4k views
jquery 1.4 Live behaviour on .each?
Does jQuery allow us to use .each loops for live elements?
I'm creating radio buttons on the fly and need to loop over all of them, but the .each loop doesn't seem to work on live elements.
If ...
5
votes
3answers
2k views
JQuery Live() not working
I have made an custom collapsible fieldset control in asp.net. I use jquery to add the toggle effects. The control works perfectly but when i am using my fieldsets inside an updatepanel, afer a ...
5
votes
2answers
8k views
jQuery: how to capture keypress key using live()
I need to capture a tab keypress event on some dynamic inputs, but the normal syntax using the keypress event doesn't seem to be catching the key code.
$('input').live('keypress', function (e) {
...
4
votes
1answer
364 views
Python Mindwave Graphs
I got a Neurosky Mindwave for chirstmas and was immediately unimpressed with the standard software for it. So I took my basic understanding in python to it and quickly found my shortcommings. So i ...
4
votes
3answers
100 views
Using .live() to make jQuery plugin affect new element added via Ajax
I am building a stream (similar to Facebook wall) that inserts new posts via Ajax.
I also use the jQuery plugin Linkify to transform any link strings into a clickable element.
When a user enters a ...
4
votes
3answers
254 views
Git “Live Server” Best Practices
My partner and I have been dabbling with the idea of pushing and pulling from a repo that affects files viewable by the general public as opposed to storing the repos in a hidden location and just ...
4
votes
3answers
962 views
How bind the scroll event on a Live()?
A while ago I've solve an issue for someone that wanted his textarea to grow. I've made a function that listens to the scroll and keyup events of the area and recalculates the number of rows. I wanted ...
4
votes
2answers
212 views
jQuery plugin pattern using “live”
I have red many articles about writing object oriented javascript code and developing jQuery plugin, so far so good, I understand how they work and I can create my own plugins.
But, there is one ...
4
votes
3answers
108 views
jQuery live() in plain JavaScript?
I am trying to accomplish what the jQuery live() function can do, but in plain JavaScript. Can anyone here help with this?
Thanks!
4
votes
1answer
492 views
Mouseup bug in all browsers except Firefox?
Mouseup doesn't fire on scroll bar for elements dynamically added (except Firefox):
CSS:
#dBox {
height: 100px;
width: 230px;
overflow - y: auto;
}
HTML:
<input type="text" ...
4
votes
2answers
3k views
jQuery live draggable / live droppable?
Basically there are two tables: Companies and visitors. Currently it's possible to drag visitors to companies. Works great. As soon as the drop function occurs, there are two $.post's. The first one ...
4
votes
2answers
1k views
Getting frequency of sound on iPhone
I'm looking for an Objective-C class that allows me to get the frequency of a live input sound on the iPhone. Didn't find anything useful.
Before you ask: the frequency will not change for 0.1 ...
4
votes
1answer
741 views
jQuery live() … have to click twice to activate links?
I have the following bit of code, simply:
$(function() {
$('a.add-photos-link').live('click', function(e) {
$(this).colorbox({
overlayClose: false,
onComplete: function() {
...
4
votes
5answers
823 views
jQuery.live() not working inside of a plugin
I am writing a plugin and need to live bind a click. The plugin works fine when I do a normal click bind, but not a live bind.
I've boiled the plugin down to the basics:
(function($) {
...
4
votes
1answer
472 views
Is it possible to listen to any kind of internet radio with HTML5 directly?
Is it possible to listen to any kind of internet radio with HTML5 directly? I mean is it posible to play live mp3 streams in HTML5 complaint browsers?
4
votes
2answers
728 views
Scaled live iPhone Camera view in center, “CGAffineTransformTranslate” not working
I have a little problem which I could not solve. I really hope someone can help me with that. I wanted to resize the live camera view and place it in the center, using the following code below:
...
4
votes
5answers
736 views
hardening drupal for a live deployment
Are there any special security measures to take when deploying a Drupal site to a production server?
For instance: I can imaging that we need to remove install.php from the root directory. Are there ...
4
votes
6answers
131 views
Any good tools for ensuring sites are live?
I'm looking for some recommendations for website tools to ensure that deployed sites are always live and available. Ideally, I'd like to have a decent reporting / messaging mechanism from it to report ...
4
votes
2answers
6k views
jQuery live() removing iPhone touch event attributes?
I am binding live events on links in my PhoneGap app. The event does fire successfully (confirmed by alert()ing), but it seems any touch data is not attached to the event object like it should be. ...
4
votes
7answers
2k views
using Live HTTP Headers
On a website, I enter some parameters in a form, click on search and then get a page with a message "retrieving your results". After the search is complete, I get another page with my results ...
3
votes
3answers
52 views
How to select element that doesn't exist yet (jQuery) and change its style?
Below is my code. I'd like to change background color of #preview div but it always fails to select #preview. It seems that it doesn't exist when script executes. Other jQuery script creates it later ...
3
votes
2answers
80 views
git repository to staging site to live site
I'm just learning git and its basic fundamentals. I've got a live Magento store running and need to version control it asap. I've got git loaded on my work machine and have played around with setting ...
3
votes
0answers
28 views
how to design cassandra (or another nosql) scheme?
We are about to move a project on apache cassandra from test to pilot and as a rdbms team, we were propably missing something.
Basic rules (or lessons learned):
be sure you have big or almost no ...
3
votes
1answer
29 views
jquery select after get() insertion
I'm inserting rows into a table via a get() call to a php page, which works. I then want to update the row numbers of the table.
Jquery updates all the rows except the most recently inserted one.
...
3
votes
2answers
776 views
WP7 - live tiles not picking up image form isolated storage
Within my WP7 app, I am generating an image for a live tile and saving in Isolated storage.
It is then available for my periodic task to update the live tile with and everything is working fine in ...
3
votes
2answers
79 views
How do I distinguish left/right/double click in the handler if $.live('click')?
....live('click', function(){
/*How do I distinguish left/right/double click*/
});
It seems event.button can be used to distinguish left and right click, but how to distinguish double click?
And ...
3
votes
2answers
110 views
How to exlude all the devices which have low GPU in Android Manifest?
Basically, I created a live wallpaper for Android and tried it in my Droid X, Galaxy S, and Fascinate. And I noticed that it runs smootly in Galaxy S and Fasciante but not in Droid X which has lower ...
3
votes
5answers
203 views
How to put a eclipse web project onto a real world server?
I have never placed anything on a web server.
i have a dynamic web project built in eclipse using servlets (using tomcat 7) that connects to a mysql database that is on a computer that is on my ...
3
votes
1answer
490 views
IllegalArgumentException while rotating device in Live Wallpaper picker Android 3.0
I'm developing a Live Wallpaper for Honeycomb 3.0, but I get a random error.
When I'm in wallpaper picker (the window with "Set Wallpaper" and "Settings..." buttons, to understand) and Live Wallpaper ...
3
votes
2answers
249 views
How to use HBase and Hadoop to serve live traffic AND perform analytics? (Single cluster vs separate clusters?)
Our primary purpose is to use Hadoop for doing analytics. In this use case, we do batch processing, so throughput is more important than latency, meaning that HBase is not necessarily a good fit ...
3
votes
1answer
254 views
How do I get jQuery .expander to invoke on load and not just on click?
I am having problems with jQuery .expander function and invoking it when the page loads and I know it has to do with the data being dynamically populated with jQuery.
NOTE: It looks like altering ...
3
votes
2answers
113 views
Solving intermittent Garbage Collection problem - Java
I have spring enterprise app running on JDK 1.6 under Windows 2008. The app gets slow or unresponsive at random times. I suspect it is memory leak and the GC is kicking into over drive.
How can I ...
3
votes
2answers
1k views
Sqlite plugin for Eclipse: debug sqlite database on Android device live
I want to debug database on android device. My application is very heavy and I do too much insertion queries and other stuff so running on emulator is hell slow so I am debugging it on Android phone.
...
3
votes
5answers
620 views
jQuery .live() not working with click event
I have an ajax calendar which changes the month when some arrows are clicked. For some reason, the click event is not working within the live() method. It used to work, but now it does not for some ...