I am appending content to a list using:
$('a.ui-icon-cart').click(function(){
$(this).closest('li').clone().appendTo('#cart ul');
});
I want to perform further functions to the appended content (change class, apply animations etc)
How can I perform a callback on this function that will allow me to perform functions on th...
I am using the Vtip plugin to show title values in a tooltip when hovered. Everything works fine apart from when I try and use the plugin to display toolips on dynamically created data. I normally get around this using live() function. How can I implement the live() function to their code???
this.vtip=function(){this.xOffset=-10;this....
I am using livevalidation script on my contact form.But i dont know what is the problem whenever i click submitt or send button.
It just only checks the dropdown selection and other fields go empty and form is validated. I checked every example on livevalidation site but no help. Mine is not working....
It dont check the presense functio...
Dear experts,
I'll be enormously grateful if you can help me with an H264 streaming problem that I've been trying to solve for weeks.
I need to stream H264 video from Live555 (on a Linux machine) to VLC Media Player (on a Windows machine). With RTSP it works very well, but I need to use RTP without RTSP, and with RTP I see no video. VL...
In the new Windows Live Sync Beta you can sync your program settings, though it's restricted to Internet Explorer and Microsoft Office only right now. How do I access this functionality in C# so that my apps will also support this? Is it just a custom folder that's auto-added? I figure they MUST be using some public APIs.
...
My criteria are : less latency possible & less installation needed on client side
...
anyone know of a way to stream live video FROM the iPhone TO a server? the other way around is easy and I've already figured out how to do that.
...
Hi everybody,
I have an interesting situation, I need to trigger a live click , because simple click doesn't work .
this is what I have:
$('.text').trigger('click');
but i need something like this :
$('.text').trigger(live('click' ...));
or something to fix this problem
this is my code :
$(".Sets a.largeImage").fancybox({
...
hi
sorry for the wired title. couldnt find a better one
my app is live and it seems like the app crashes on some diffrent devices (3gs ios4 jailbreak - no jailbreak )
the app uses
- internet
- writes textfile to phone
- reads date from the phone
i dont know how i can solve this problem best.
maybe someone can help me or point me to a...
http://www.ama3.com/anytime/
$(".pick_date").AnyTime_picker({ format: "%W, %M %D, %z" });
This is code to initialize AnyTime picker on .pick_date element. But if I append element then AnyTime doesn't work on it. Is there a way to make it work.
I tried this:
$('#submit-buton').live("click", function() {
$.ajax({
type: "P...
Hello,
I have a form that initially loads with one date picker from the jquery-ui. A user can then click on add to add more dates. These new date fields should append to the DOM, but apparently don't. I know I need or should use .live() or .bind() but I am having some trouble on the best way to do this. Below is the code I have. Thank...
Hello
I am using Joomla as CMS. Right now there is No plugin that enables windows live logins.
I already downlaoded the windows live ID SDK.
The PHP sample works well but I need to make some changes.
I want to have credentials to be checked without being redirected to http://login.live.com! I just need a background check which returns...
Hello,
I have a problem, I'm using .live() to bind mouseenter like this:
$('a').live('mouseenter',function(e){
alert($(this).attr('title'));
});
For all my links I get an alert for the first link's title, I think the problem is from $(this) but I'm not sure, can anyone help?
...
Hello,
I'm trying to display a live stream from an old fotocamera on my computer, by making use of the tv-out.
It is a composite jackit. I have also a composite portal on my pc. But I don't know how to capture from it.
Do I have to instal certain Drivers and what kind of program is easy to use to preview live my foto camera (it works...
Hey guys,
I have a cellular phone which runs a program that uses GPS services. I want to be able to show the phone's current live location on a website. I have a VPS at my disposal. I'm using Waze's Map Services as my map (waze.co.il). I'm familiar with network protocols and client side / forms development but not very familiar with web...
Have been researching the best way to tap into a live stream already being broadcast by S4C here -
mms://media7.unique-media.com/s4c_uk_live
(will open in something like quicktime)
Need to know best practices to get this streamed to iPhone in development.
Any pointers?
...
I hope it is a standard protocol like RTSP so I just need to though the url to JMF but it is not. In C it is easy I am using LAME library. Use first 32 bit to decode the mp3struct then keep reading 70 bytes to decode to 1152 byte wav - Sample rate is fixed in 44.1.
Now I need to develop a java player for it. Most of resource is for MP3 f...
Here's the code:
<p>Morbi vitae erat. Cras sem lorem, porta ut, aliquam id, porta sed, velit.
Pellentesque scelerisque erat rhoncus nulla. <span class="findme">find me</span>Integer pulvinar, est ut</p>
<script type="text/javascript">
$(document).ready(function() {
$('.findme').live('mouseover mouseout', function(event) {
...
hey guys,
sorry i'm asking this again, but I can't find a solution. I know there are a few posts out there, but for me nothing seems to work. I'm loading a part of a website with the jquery load() method. I'll apply the following rule to all links inside them:
$('.file a').live('click', function(e) {
alert('click event firde');
});
...
I have a a php page which updates a mySql database it works fine on my mac (localhost using mamp)
I made a check if its the connection but it appears to be that there is a connection
<?php require_once('connection.php'); ?>
<?php
$id = $_GET['id'];
$collumn = $_GET['collumn'];
$val = $_GET['val'];
// checking if there is a ...