[jQuery] Re: IF. What am I doing wrong?

2009-12-12 Thread morwo
On Dec 6, 8:31 am, Rafał Pocztarski r.pocztar...@gmail.com wrote: 2009/12/3 shapper mdmo...@gmail.com: Try using === instead of == This is PHP operator, isn't? And we're talking here about javascript. Is there such operator in JS? O.o I'd rather write it like that: if( typeof(cookie) !=

[jQuery] Re: IF. What am I doing wrong?

2009-12-12 Thread morwo
On Dec 6, 8:31 am, Rafa³ Pocztarski r.pocztar...@gmail.com wrote: 2009/12/3 shapper mdmo...@gmail.com: Try using === instead of == This is PHP operator, isn't it? And we're talking here about javascript. Is there such operator in JS? O.o I'd rather write it like that: if( typeof(cookie) !=

Re: [jQuery] Re: IF. What am I doing wrong?

2009-12-12 Thread Rafał Pocztarski
2009/12/12 morwo lukaszewsk...@gmail.com: On Dec 6, 8:31 am, Rafał Pocztarski r.pocztar...@gmail.com wrote: 2009/12/3 shapper mdmo...@gmail.com: Try using === instead of == This is PHP operator, isn't? And we're talking here about javascript. Yes, I somehow managed to figure it out that

[jQuery] Re: Tablesorter: what am I doing wrong?

2007-05-17 Thread Daemach
I don't know tablesorter, but here is another potential option - it's not very configurable right now, but some interesting things are coming soon. I'm just trying to work out some performance issues in * %#%$!%$ Internet Explorer. http://ideamill.synaptrixgroup.com/?p=7 On May 17, 7:33 am,

[jQuery] Re: Tablesorter: what am I doing wrong?

2007-05-17 Thread Sarcastic Zombie
I'm trying to use tablesorter on a dynamically generated table. Most of the columns sort fine. However, I'm having issues with the number columns... Victory! I figured out the problem. I have a tendency to structure my tables like this: table tr td data! td

[jQuery] Re: Tablesorter: what am I doing wrong?

2007-05-17 Thread Sarcastic Zombie
On May 17, 3:20 pm, Daemach [EMAIL PROTECTED] wrote: I don't know tablesorter, but here is another potential option - it's not very configurable right now, but some interesting things are coming soon. I'm just trying to work out some performance issues in * %#%$!%$ Internet Explorer.