live

Setting JqueryUI datepicker on a AJAX incoming form

Hello, I'm trying to put a JqueryUI Datepicker on an AJAX appearing form. The traditional $(".datepicker").datepicker(datepickerParams); does not work since the ".datepicker" element is not present on DOM ready. I've tried the live() method but there is no load event on <input>. Then, I do the following : $("#datepicker_button").live...

setting windows live messenger nick and status message using win32com.client

is their any way to set windows live messenger using the win32com library ? ...

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 elements with a certain class. The inner a elements are bound to a live click event handler. The list items themselves have also a click event h...

jquery plugins: Tooltip plugin using live()

I need a tooltip plugin that depends on live() method instead of normal hoever and mousemove ...

How do I prevent a href to be followed in IE when clicking on a links child elements but still execute the method bound to the a tag?

Edit: The same problem seems to occur with events bound with bind('click'). How do I to prevent a live()-bound link from being followed, whether I click on the link itself or any of its child elements? With the following markup: <a class='dynamiclink' href='file.htm'>Some text <span> more text </span></a> And some javascript (with j...

how to stream my webcam live to my mobile phone

i need to find a way to stream using my usb webcam and be able to view the live stream on my mobile phone (blackberry) without using a program such as orb or mobiscope any help would be great thanks ...

jquery live method in combobox interaction

Hi. I am trying to do the next thing in Jquery. I have 2 comboboxes and i want to make sure that their selected values is identical. If user chooses a value in one of the combo like the other one, i want to alert "invalid op" and set the combo selected value to its previous value. so i wrote: $("#SelectGroupMargin").live("onchange", fu...

Building smarter connectionStrings for use Live / Local

Currently we are running multiple Sitecore projects. Whenever the projects go live we create new repositories in our subversion system. The downside in this case is, that when we go live we edit the connectionstring obviously, so that the connectionstrings correspond to the live servers instead of our local servers we run on. When a pers...

Live video streaming website

Hi All, we are looking forward towards developing a very interesting community portal that would help the user to broadcast their live videos across the community. I've been checking over sites like ustream.tv, justin.tv and wondering what/how Technology they been using to do so. I am doing a lot of research over the last few days che...

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 pseudo-jquery that might look like this: $.fn.changeSomething = function(){ $(this).live("change", function(){ alert("yo");}); } On anoth...

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() { $('#add_photos').submit(function(e) { // more stuff to do e.preventDefault(); }); } }); e.prevent...

Using jQuery, how can I obtain form data from fields that have been added by manipulating the DOM?

I have a table body that grabs it's rows (and form fields) via AJAX on various events. Everything is working fine, except one part: I can't obtain form data from any of the table's rows after it gets manipulated. I've played around with the live() function, but I can't seem to get the right setup to pull in the form data. Any ideas? ...

ASP.NET Live activity monitor

I have a lot of HTTPHandlers in my server code. How can I monitor performance of my web server in Live? I need the next statistics: 1. Requests per second (of each handler or summary) 2. CPU-usage Thanks in advance ...

Is there an API for accessing data from Live Calendar?

The question actually in it. Google Calendar provides a convenient API for access to their data, and whether the same API for Live Calendar? ...

Import Hotmail contacts "the right way" ?

I have a website where I want to allow the users to invite their friends, by getting their contacts in hotmail/msn. Google has the google contacts API for these purposes, does MSN publish a similar javascript API? Please note that I do not want to ask the user for their username/password like http://openinviter.com/ . Also, if anyone ...

Where to get streaming (live) video and audio from camera example app for Android?

Where to get streaming (live) video and audio from camera example for Android? Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have some stand alone app for PCs now I want to go on to mobile devices. So I want to see some sample app g...

How to Join N live MP3 streams into one using FFMPEG?

How to Join N live MP3 streams (radio streams like such live KCDX mp3 stream http://mp3.kcdx.com:8000/stream ) into 1 using FFMPEG? (I have N incoming live mp3 streams I want to join them and stream out 1 live mp3 stream) I mean I want to mix sounds like thay N speakers speak at the same time (btw N stereo to 1 mono), please help. BTW: ...

Using FFMPEG and url_fopen example

So I wonder how to get a streal from URL (with url_fopen for ex) (live video or PCM stream for example) and encode it into somsh? ...

weird problem with load () or live () !!

I load a page with load () and then I create dinamically a tag. Then I use live() to bind a click event and fires a function. At the end a call unload (). The problem is that when I load the same page again ( without refresh ) when on click the function will be fired twice. If I exit again (again with unload ()) and load the page aga...

Getting frequency of sound on iPhone

Hi Guys, 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 seconds. Thanks for answers, Christian ...