[jQuery] Fwd: bug with empty() , quicktime plugin and safari

2007-10-17 Thread Daniel Rossi
ike windows media or else id be in deeper trouble. Begin forwarded message: From: Daniel Rossi <[EMAIL PROTECTED]> Date: 17 October 2007 3:13:10 PM To: jquery-en@googlegroups.com Subject: bug with empty() , quicktime plugin and safari Hi there, Im not sure if im messages came through how

[jQuery] bug with empty() , quicktime plugin and safari

2007-10-16 Thread Daniel Rossi
Hi there, Im not sure if im messages came through however Ive narrowed down a bug with empty(), quicktime plugins in layers and safari. This same code registers as one child available but after removing the video is still playing even though its removed and not visible. while ( el.firstCh

[jQuery] help with safari bug / empty and select

2007-10-16 Thread Daniel Rossi
Hi this wont empty the layer after a video plugin is inserted into the layer using jquery.media $(document).livequery(function(){ $(this) .ready(function() { $('.changeBitrate').change(function(event) { $('#media').empty(); $('#media').media(attrs); });

[jQuery] quicktime plugin not removing when calling empty

2007-09-19 Thread Daniel Rossi
Hi there is there any progress in this bug http://dev.jquery.com/ticket/925 I believe this is a problem in the latest jquery version. The quicktime wont remove itself after calling empty, it will play in the background even though another player object has been added to the elements html

[jQuery] Re: Problems with effects after ajax call

2007-09-19 Thread Daniel Rossi
19/09/2007, at 6:25 PM, Erik Beeson wrote: How does your code relate to ajax? I'm not getting it. What's in 'info'? --Erik On 9/19/07, Daniel Rossi <[EMAIL PROTECTED]> wrote: hi there seems to be a problem loading effects and jquery calls after an ajax call ha

[jQuery] Re: Problems with effects after ajax call

2007-09-19 Thread Daniel Rossi
How does your code relate to ajax? I'm not getting it. What's in 'info'? --Erik On 9/19/07, Daniel Rossi <[EMAIL PROTECTED]> wrote: hi there seems to be a problem loading effects and jquery calls after an ajax call has loaded content, this will not work after an a

[jQuery] Re: Problems with effects after ajax call

2007-09-19 Thread Daniel Rossi
ings, in firefox its the same it wont append the html into the layer, i get the last function call though. Even just $('#media').prepend('test'); Will not show up. On 19/09/2007, at 6:25 PM, Erik Beeson wrote: How does your code relate to ajax? I'm not gettin

[jQuery] Problems with effects after ajax call

2007-09-19 Thread Daniel Rossi
hi there seems to be a problem loading effects and jquery calls after an ajax call has loaded content, this will not work after an ajax call, the html doesnt get prepended etc $('' + info + '') .prependTo( $(container) ) .fadeIn(this.defaults.fadeIn

[jQuery] Each events and safari

2007-09-17 Thread Daniel Rossi
Hi ive noticed the each event only gets called once per page load in safari. Is there any way around this. Is it a bug ?

[jQuery] Re: test

2007-09-05 Thread Daniel Rossi
On 05/09/2007, at 9:06 PM, SeViR wrote: Yes they are :-) On 9/5/07, Daniel Rossi <[EMAIL PROTECTED]> wrote: With GMail, your messages has not shown in the conversations. You can use Thunderbird or another email client ;-) Gmail pop here, I use Mac Mail. Thunderbird is terribly

[jQuery] Re: test

2007-09-05 Thread Daniel Rossi
Interesting, im not getting the initial email, just the replies ! I'm using gmail pop though. On 05/09/2007, at 7:24 PM, Dylan Verheul wrote: Yes they are :-) On 9/5/07, Daniel Rossi <[EMAIL PROTECTED]> wrote: my emails arent coming through

[jQuery] test

2007-09-05 Thread Daniel Rossi
my emails arent coming through

[jQuery] heartbeat plugin clashing with uiblock plugin

2007-09-03 Thread Daniel Rossi
Hi it seems everytime the heartbeat plugin runs , it refreshes the current page and keeps calling the uiblock plugin $(document).ready(function(){ $.jheartbeat.set({ url: "/index/heartbeat", delay: 3000 }); $.blockUI.defaults.pageMessage =

[jQuery] Platform detection solved

2007-08-29 Thread Daniel Rossi
I reviewed the source and its much simpler than I thought, here is an extension to jquery that works well, and obviouslly shouldnt break other plugins var userOSAgent = navigator.userAgent.toLowerCase(); // Figure out what browser is being used jQuery.platform = { mac: /mac/.test(use

[jQuery] JQBrowser alternative

2007-08-29 Thread Daniel Rossi
Hi, I was wondering if there happens to be an alternative to the JQBrowser plugin, it does what I want which is platform detection, not just browser detection although it breaks the jquery browser namespace , therefore breaks too many plugins that user that, as it overrides the property w