[jQuery] Re: Trouble in Table sorter

2008-11-24 Thread Carpii
On Nov 22, 10:24 am, hyon [EMAIL PROTECTED] wrote: Hi, When desc sorting, it generated 1.5, 0, and No data~~, but when asc order, it generated 0, No Data~~, 1.5. It sounds like it is evaluating all types as numerics, and so No Data is being interpreted as 0 Im not familiar with

[jQuery] table striping performance with livequery

2008-11-24 Thread Carpii
Hi all, ive just started using jQuery, and also the livequery plugin I set up jQuery to automatically stripe a table, and also do a mouseover to highlight the current row. This works nicely, but I wanted to use it inside of a tabset which loads its pages dynamically To do this I started using

[jQuery] jQuery UI Tabset with ajax reloads tab content

2008-11-24 Thread Carpii
Im using a jQuery UI tabset, with each tab contents loaded dynamically div id=example ul class=ui-tabs-nav li class=ui-tabs-selecteda href=accounts.phpspanAccounts/span/a/li lia

[jQuery] Re: table striping performance with livequery

2008-11-25 Thread Carpii
Thanks Brandon, that looks very interesting. Ive read a lot about event handling in jQuery and there seems to be a lot of different plugins, so it was hard to decide which one is best suited. Is there a time when livequery is more suitable than listen? Or even a time when I might want to use

[jQuery] Re: Object-oriented plugins?

2008-11-26 Thread Carpii
On Nov 26, 10:27 pm, ajpiano [EMAIL PROTECTED] wrote: this is just a pattern i have developed for myself but if anyone has feedback on it please do share... Can you show an example of how such a class would be used? Im struggling to understand the benefit of it, although Im sure there is