Hi,
my jquery animation is not working, i think the porblem are the dynamic elements.
Is it possible to say live() with animate()?
$(".tls").animate({"left": "-=50px"}, "slow");
kind reagards
peter from germany
...
Hi!
Does anyone know how to implement the Live Update Module into Views?
The module is found here: drupal.org/project/live_update (still too green to post more than one link)
And a short example is provided here: Question and Answers: Using Drupal and the Live Update module.
The module, and thereby live update, works out of the box o...
I am working on a Python application that involves running regression analysis on live data, and charting both. That is, the application gets fed with live data, and the regression models re-calculates as the data updates. Please note that I want to plot both the input (the data) and output (the regression analysis) in the same one chart...
I have a customer that is currently using ustream.com as his live video streaming service. Basically he has a site for local sports where they stream the games. The problem is, ustream does not keep a copy of the videos for archiving for watching later.
Basically I'm looking for a php/mysql compatible solution for having him handle the ...
Hi
I am having troubles binding live events to dynamically created content.
I have a page which loads a html page through an ajax call. The loaded html page contains some javascript which is then executed. The executed javascript creates some elements.
I want to bind a click event handler to those elements, however after binding them ...
I have some content that is appended to a form when dropped using the 'droppable/draggable' jquery plugins.
Once the content has been appended to the form. I have a button to submit the form. The form submits correctly in all browsers but in IE7. In IE7 it will not submit I'm guessing it does not see the appended 'live' content.
Is th...
I have select inputs dynamically added to form by
$(selector).append(html)
I'm using live('change',handler) to bind change event for all selects. The problem is that code is fine in all browser, except Internet Explorer (all versions).
I've replaced live() with the plugin livequery() still working in all browser and i have strange b...
Hi,
I want to stream live data from iphone camera to webserver,
I know this can be done using ffmpeg,
I tried to modify the iFrameExtractor sample code, but not yet produced any results.
I am looking for some sample code or any help.
I am repeating again "live streaming from iphone to webserver".
Please drop a line if anybody knows how...
After reading jQuery .live() post and looking through the jQuery API I could not find a full list of events that jQuery 1.3 supports cross-browser.
...
Is there a good library in c# that can check against a ftp and subversion and then upload the updated files (when comparing against a given rev.)?
Forbidden files to upload should be given. (like local web.config, dev files etc)
...
Hi,
I have a script which adds click event handlers to about 500 elements in the page via JQuery .live or .bind (not decided which yet), and I am having a JQuery performance issue.
With a small dataset, I can load the page and as soon as the page has finished loading according to the browser, I can click on something and off we go. ...
I have the following code which work fine:
$('.ui-selectmenu-menu a').click(function() { alert('OK'); });
However, if I replace it with:
$('.ui-selectmenu-menu a').live('click', function() { alert('OK'); });
it does not work.
What could be the reason for that ?
(In my case, $('.ui-selectmenu-menu a') elements could be removed and...
When I use the following jquery live function
$("a[rel]").live('click', function () {
e.preventDefault();
alert('clicked');
});
e.preventDefault(); does not work, because the action behind the a tag is still fired.
How do I prevent an event when I use jQuery.live?
...
I'm trying to make a simple livewallpaper out of a series of boot animation .pngs...
I'm using
private static final int NUM_RES = 9;
private final Bitmap[] mPics = new Bitmap[NUM_RES];
CubeEngine() {
Resources res = getResources();
for (int i = 0; i< NUM_RES; i++) {
int id = res....
Hi all,
I am trying to implement a Apple HTTP Live Stream tool, which can take a video and audio sources as the input, and HTTP Live Stream as the out put. It can create multiple .ts files and also the m3u8 playlist. For some input files, it works. But for some other sources, the ipad can only play like 2 or 3 seconds media at the very ...
We are educational sofware service provider, we want to work on the integration of live@edu with the asp.net. Currently we dont have any domain to register. Can we explore the features of live@edu mainlly Chat with our application without having any domain. Is there any workaround from the developers prospective to analyze how the live@e...
I've been trying to make a simple live wallpaper out of a boot animation. So basically i have about 50 .pngs in my drawable folder. I'm able to set the animation to about 10-20 frames and it works great. But once i set it to about 30 frames...I get an OutOfMemory Error. I was hoping maybe someone could take a look at my code and maybe gi...
I was using the technique described here http://stackoverflow.com/questions/2217267/click-event-in-google-map-infowindow-not-caught to dynamically add click event handlers to some of the content added to the Google Map InfoWindow. Works great except in IE.
I have content with normal anchor tags and those links work just fine.
I have a...
I am dynamically creating forms from a JSON object that I fetch with a getJSON. If there is a better way of building forms in this manner, please let me know. I used this example to understand how to rebind submit button:
http://stackoverflow.com/questions/2754961/rebind-dymanically-created-forms-after-jquery-ajax-response**
What I need...
For hi5 there is a way to validate email addresses by importing your contacts from a hotmail account. I want to try and automate this task but am running into trouble.
Steps to get to form page.
Create hotmail email account.
Using hotmail email, make a new hi5
account.
After creating an account do not add
photo, but navigate to home ...