[jQuery] [Fwd: event bubbling]

2007-03-29 Thread Kush Murod
can anyone help me on this Original Message Subject:[jQuery] event bubbling Date: Thu, 22 Mar 2007 19:59:46 +1100 From: Kush Murod [EMAIL PROTECTED] Reply-To: jQuery Discussion discuss@jquery.com To: jQuery Discussion. discuss@jquery.com Hi guys

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-29 Thread Kush Murod
So when is it going alpha can't wait :) Harald Dietrich wrote: Sorry for the delay, but my feedback for IE was missing. I did not have any problems until now. So I think for FF and IE everything seems to be fine. Harald -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] Selector question

2007-03-28 Thread Kush Murod
Sorry I meant this ones $('td').children().is('[EMAIL PROTECTED]') works OK $('td').children('[EMAIL PROTECTED]') Doesn't work -- Kush Murod wrote: Hi guys, This works ok $('td').children().is('img :[EMAIL PROTECTED]') Having said that I assumed I could also achieve same result by doing

Re: [jQuery] Selector question

2007-03-28 Thread Kush Murod
thanks heaps Klaus and Jake, this is gold replies :) Klaus Hartl wrote: Kush Murod schrieb: Hi guys, This works ok $('td').children().is('img :[EMAIL PROTECTED]') Having said that I assumed I could also achieve same result by doing this $('td').children('img :[EMAIL PROTECTED

Re: [jQuery] Selector question

2007-03-28 Thread Kush Murod
thanks heaps Klaus and Jake, gold reply :) Klaus Hartl wrote: Kush Murod schrieb: Hi guys, This works ok $('td').children().is('img :[EMAIL PROTECTED]') Having said that I assumed I could also achieve same result by doing this $('td').children('img :[EMAIL PROTECTED]') and expected

[jQuery] Can it be done using JQuery

2007-03-28 Thread Kush Murod
Hi guys, Saw this awesome site, great concept, written in prototype http://www.invisiblechildren.com/displaceMe/ Was just wondering if same idea can be accomplished using JQuery. -- Kush Murod, Web applications developer Sensory Networks [E] [EMAIL PROTECTED] [W] www.sensorynetworks.com [T

Re: [jQuery] Masked Input Plugin Beta 1

2007-03-28 Thread Kush Murod
appreciate some feedback from those of you with other browsers. Thank You Josh -- Kush Murod, Web applications developer Sensory Networks [E] [EMAIL PROTECTED] [W] www.sensorynetworks.com [T] +61 2 8302 2745 [F] +61 2 9475 0316 [A] Level 6, 140 William Street East Sydney 2011

Re: [jQuery] Can it be done using JQuery

2007-03-28 Thread Kush Murod
referring to? --Erik On 3/28/07, Kush Murod [EMAIL PROTECTED] wrote: Hi guys, Saw this awesome site, great concept, written in prototype http://www.invisiblechildren.com/displaceMe/ Was just wondering if same idea can be accomplished using JQuery. -- Kush Murod, Web applications developer Sensory

[jQuery] change event on select

2007-03-26 Thread Kush Murod
option value=50 label=5050/option option value=60 label=6060/option /select ... /div -- Kush Murod, Web applications developer Sensory Networks [E] [EMAIL PROTECTED] [W] www.sensorynetworks.com [T] +61 2 8302 2745 [F] +61 2 9475 0316 [A] Level 6, 140

Re: [jQuery] change event on select

2007-03-26 Thread Kush Murod
anyone? Kush Murod wrote: Hi, I am trying to do event bubbling on selectbox, works in FF not in IE Maybe I am missing something? $(#workList).change(function(event){ var me = $(event.target); alert(me.attr('name

Re: [jQuery] change event on select

2007-03-26 Thread Kush Murod
Hi Sam, Still didn't work, my guess is The reason I guess, because that 'select' is loaded through AJAX, and once loaded event is not triggered, so I gotta use bubbling --Kush Sam Collett wrote: On 26/03/07, Kush Murod [EMAIL PROTECTED] wrote: anyone? Kush Murod wrote: Hi, I am

Re: [jQuery] change event on select

2007-03-26 Thread Kush Murod
to bind the change event to the select element after it's been inserted into the DOM. Mike On 3/26/07, Kush Murod [EMAIL PROTECTED] wrote: Hi Sam, Still didn't work, my guess is The reason I guess, because that 'select' is loaded through AJAX, and once loaded event is not triggered, so I

Re: [jQuery] change event on select

2007-03-26 Thread Kush Murod
So is this a bug or feature limitation? Kush Murod wrote: Hi Mike, 1. Binding event after content loads works that perfectly. 2. However using bubbling works only in FF not in IE, that's too bad, 'cause I find bubbling more elegant and clean. I'll just use method 1 for now. Thanks

Re: [jQuery] JQuery.com problem

2007-03-26 Thread Kush Murod
it was there last night It is not there now Erik Beeson wrote: I don't see that. What URL? --Erik On 3/23/07, Kush Murod [EMAIL PROTECTED] wrote: Hey guys, I know I haven't been smoking crack and I saw this message on the website jQuery JavaScript Library has a problem

Re: [jQuery] blockUI and IE 6.0 issues

2007-03-23 Thread Kush Murod
Hi Kevin, I've had some issues with the plugin in IE, and received good support from Mike Alsup. Try this version http://khurshid.com/sebs/js/jquery.block.js It is older than what you are using, but works perfect for me. --Kush Kevin Fricovsky wrote: Anyone else having issues with Mike's

Re: [jQuery] Event not firing inside unhidden div

2007-03-23 Thread Kush Murod
Hi Karl, This is as if you were reading my mind, this gold dude Thanks heaps --Kush Karl Swedberg wrote: Hi Kim, My friend Jonathan Chaffer posted a reply to a similar question that I think you might find helpful. Here it is: In the near future there will be a dead-tree reference for

Re: [jQuery] Event not firing inside unhidden div

2007-03-23 Thread Kush Murod
I would also be interested in finding out whether we can do .hover on elements implementing event bubling --Kush Kush Murod wrote: Hi Karl, This is as if you were reading my mind, this gold dude Thanks heaps --Kush Karl Swedberg wrote: Hi Kim, My friend Jonathan Chaffer posted a reply

[jQuery] JQuery.com problem

2007-03-23 Thread Kush Murod
Hey guys, I know I haven't been smoking crack and I saw this message on the website jQuery JavaScript Library has a problem was that supposed to happen? K ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] event bubbling

2007-03-22 Thread Kush Murod
is that I cannot attach .hover of parent so that children would have hover effect. Hope it isn't too confusing -- Kush Murod, Web applications developer Sensory Networks [E] [EMAIL PROTECTED] [W] www.sensorynetworks.com [T] +61 2 8302 2745 [F] +61 2 9475 0316 [A] Level 6, 140 William Street East

Re: [jQuery] loading js files at the bottom of the page

2007-03-20 Thread Kush Murod
Hi Klaus, When you say cached you mean browser caches them for you *OR* do you need to do something else yourself Cheers, Kush Klaus Hartl wrote: Chris Domigan schrieb: Also scripts linked in the head can be cached. - Chris All *external* scripts can be cached, no matter if you

Re: [jQuery] (OT) DED|Chain

2007-03-20 Thread Kush Murod
/ -- Kush Murod, Web applications developer Sensory Networks [E] [EMAIL PROTECTED] [W] www.sensorynetworks.com [T] +61 2 8302 2745 [F] +61 2 9475 0316 [A] Level 6, 140 William Street East Sydney 2011 ___ jQuery mailing list discuss@jquery.com http

[jQuery] loading js files at the bottom of the page

2007-03-18 Thread Kush Murod
Do you guys think loading js files at the bottom of the page would make the page load faster? -- Kush Murod, Web applications developer Sensory Networks [E] [EMAIL PROTECTED] [W] www.sensorynetworks.com [T] +61 2 8302 2745 [F] +61 2 9475 0316 [A] Level 6, 140 William Street East Sydney 2011

Re: [jQuery] loading js files at the bottom of the page

2007-03-18 Thread Kush Murod
Firebug is the BEST!!! thanks guys Erik Beeson wrote: Try it. Firebug makes it easy to see the order that things are loaded and how long they take. I will say keeping script tags in the head makes the body DOM cleaner, FWIW. --Erik On 3/18/07, *Kush Murod* [EMAIL PROTECTED] mailto:[EMAIL

[jQuery] slideDown/slideUp problems when using tables

2007-03-17 Thread Kush Murod
Hi, I am experiencing weird behaviour when using slideDown/slideUp on tables opposed to using divs. Has anyone experienced anything like this before. I'd rather use tables to create something like this http://www.khurshid.com/sebs/?page=portfolio, because css for this purpose is just a

Re: [jQuery] slideDown/slideUp problems when using tables

2007-03-17 Thread Kush Murod
Hi, me again I meant I need some help with sliding table rows (tr) which doesn't slide properly as it does when using divs Thanks, Kush Kush Murod wrote: Hi, I am experiencing weird behaviour when using slideDown/slideUp on tables opposed to using divs. Has anyone experienced anything

Re: [jQuery] slideDown/slideUp problems when using tables

2007-03-17 Thread Kush Murod
. http://resm.whitestonemedia.com/html/trial_slide.cfm Don't worry about the This is the part to click. line... that's just experimentation. Is it performance of the show/hide you're concerned about? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kush

Re: [jQuery] slideDown/slideUp problems when using tables

2007-03-17 Thread Kush Murod
PM, Kush Murod wrote: Hi Karl, Your idea is great workaround, I have tried it http://www.khurshid.com/sebs/?page=portfolio_Table However still something weird as you can see Maybe I should just give up and use pure CSS Thanks for help Kush Karl Swedberg wrote: there have already been

Re: [jQuery] jQuery BlockUI Plugin IE crashes

2007-03-15 Thread Kush Murod
Hi, jQuery BlockUI Plugin, IE crashes every time. I am using jquery 1.1.2 + form plugin Any ideas? Cheers, -- Kush Murod, Web applications developer Sensory Networks [E] [EMAIL PROTECTED] [W] www.sensorynetworks.com [T] +61 2 8302 2745 [F] +61 2 9475 0316 [A] Level 6, 140 William Street East

[jQuery] event reattach

2007-03-15 Thread Kush Murod
Hi, example: $('.buttons').click... attached an event at some stage I've replaced one of many '.buttons' using $.get/$.post via html(newButton) new button does not have click event attached anymore what's the best way to keep or re-attach event(s) Cheers, -- Kush Murod, Web applications

[jQuery] JQuery AJAX PHP tutorial

2007-02-12 Thread Kush Murod
Hi, Is there any good reference to how to use JQuery, AJAX and PHP together -- Cheers, Kush Sensory Networks Web Applications Developer Direct: + 61 2 8302 2745 Phone: + 61 2 8302 2700 Fax: + 61 2 9475 0316 ___ jQuery mailing list

Re: [jQuery] JQuery AJAX PHP tutorial

2007-02-12 Thread Kush Murod
thanks for the reply guys. Actually I meant to like cleaner structure like SAJAX [ http://www.modernmethod.com/sajax/ ], where your php function just returns result, rather than echo'ing as it happens right now. K Aaron Heimlich wrote: On 2/12/07, *Jake McGraw* [EMAIL PROTECTED]

Re: [jQuery] IE PNG hack

2007-02-04 Thread Kush Murod
Wow Christof, that heaps for such a detailed reply and explanation. It will take me some time fully understand whole thing. for now though, to get my project moving I've used part of your code to come up with this, tested http://www.nemoweb.com.au/jquery/IEPNGHack/take3.html Feedback is

Re: [jQuery] IE PNG hack

2007-02-04 Thread Kush Murod
thanks for million dollar feedback Klaus :) I've used Christof's code to come up with cleaner solution http://www.nemoweb.com.au/jquery/IEPNGHack/take3.html Klaus Hartl wrote: Kush Murod schrieb: Hi guys, I've wrote very simple JQuery IE PNG hack plugin. Would like to know your

Re: [jQuery] IE PNG hack

2007-02-04 Thread Kush Murod
/2006/03/15/png-alpha-transparency-fast-and-easy/ Rey... Kush Murod wrote: Hi guys, I've wrote very simple JQuery IE PNG hack plugin. Would like to know your professional opinion, to make it better http://nemoweb.com.au/jquery/IEPNGHack/ Cheers, Kush

[jQuery] IE PNG hack

2007-02-03 Thread Kush Murod
Hi guys, I've wrote very simple JQuery IE PNG hack plugin. Would like to know your professional opinion, to make it better http://nemoweb.com.au/jquery/IEPNGHack/ Cheers, Kush ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Another simple JQuery example

2007-01-25 Thread Kush Murod
Hi guys, Just wanted to post quick piece of code I've developed It is a replacement for js alert function I'll be using. It is a very early stage, but I thought someone may learn from it. code itself is written as plugin and hopefully comments are clear It uses dimensions and bounce plugin

[jQuery] Dimensions plugin improvement request

2007-01-23 Thread Kush Murod
Hi guys, At the moment it is 0 + distance to div + border width I am expecting something like 0 + distance to div *ONLY* Example below I'd like to have it so that both sets touch at corners like first div does. http://eboyreal.com/sandbox/jquery/dimension/test.html

Re: [jQuery] Dimensions plugin improvement request

2007-01-23 Thread Kush Murod
generous :) Paul Bakaus wrote: Hi Kush, we have already implemented this functionality. Just use the offset method with a addtional property object like this: offset({ border: false }); See ya, Paul 2007/1/23, Kush Murod [EMAIL PROTECTED]: Hi guys, At the moment it is 0 + distance

[jQuery] Events are not cloned together with the object

2006-10-26 Thread Kush Murod
Hi, Is there a way to clone events of an object that is being cloned in one go. Because right now when I clone an object its events are not copied across. Cheers ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Events are not cloned together with the object

2006-10-26 Thread Kush Murod
wrote: How are you cloning the object? On 10/26/06, Kush Murod [EMAIL PROTECTED] wrote: Hi, Is there a way to clone events of an object that is being cloned in one go. Because right now when I clone an object its events are not copied across. Cheers