[jQuery] Re: Taconite question...

2007-04-23 Thread Shelane Enos
OK, so as a workaround for IE, I assigned the click event to the img. My lasso code looks something like this: [if:client_browser >> 'MSIE'] $j('#mystatusimg').click(function(){ setStatus('mystatus', 'statusID', 'update status to this value'); }); [else] [/if]

[jQuery] Re: Taconite question...

2007-04-20 Thread Dan G. Switzer, II
Shelane, >I'm having a strange issue on IE (isn't it almost always the culprit >of issues). > >I'm returning this: > > > > height="16" border="0" /> > > > dynamic date status created > > > >it's hard to see exactly what's coming in on IE without firebug but >the items are getting upda

[jQuery] Re: Taconite question...

2007-04-20 Thread Shelane Enos
Ahh. I'll have to wait until Monday to test firebug lite. It's not working in the crossover version of IE and I don't have access to a PC at the moment. Thanks for the link though. On 4/20/07 7:02 PM, "Daemach" <[EMAIL PROTECTED]> wrote: > > http://www.getfirebug.com/lite.html helps a lot. >

[jQuery] Re: Taconite question...

2007-04-20 Thread Daemach
http://www.getfirebug.com/lite.html helps a lot. On Apr 20, 7:00 pm, Shelane <[EMAIL PROTECTED]> wrote: > I'm having a strange issue on IE (isn't it almost always the culprit > of issues). > > I'm returning this: > > > > height="16" border="0" /> > > > dynamic date status cre

[jQuery] Re: Taconite question...

2007-04-20 Thread Shelane
I'm having a strange issue on IE (isn't it almost always the culprit of issues). I'm returning this: dynamic date status created it's hard to see exactly what's coming in on IE without firebug but the items are getting updated. The problem comes when I try to click on th