[jQuery] Re: I am looking for the datagrid which supports row/column merging and JSON

2008-02-22 Thread Channa L.
Cool! Thank jquertil! On Feb 21, 9:50 pm, jquertil <[EMAIL PROTECTED]> wrote: > tablesorter.com comes to mind. > > On Feb 21, 6:10 am, "Channa L." <[EMAIL PROTECTED]> wrote: > > > > > Hi All, > > > I am looking for the good jsdatagridwhi

[jQuery] I am looking for the datagrid which supports row/column merging and JSON

2008-02-21 Thread Channa L.
Hi All, I am looking for the good js datagrid which supports AJAX column sorting, row/column merging (rowspan/colspan), and JSON. Does anyone know where I can find such datagrid? Thanks, Channa

[jQuery] Firefox's back button stops working after using Thickbox

2007-11-09 Thread Channa L.
Hi, I use Thickbox to load a separated file into iframe. After clicking a few links in that file in the iframe and closing the Thickbox, my Firefox's back button stops working. How to get around this? Thanks, Channa

[jQuery] Re: How to upgrade from JQuery 1.0 to 1.2 without changing the existing code?

2007-10-31 Thread Channa L.
Sorry John, I did place and it produced the above error. In several places of my application with JQuery-1.0.3, I use following code to create tab, JS FILE: $(document).ready(function(){ // tab activateTab = function(tabNode){ var t = $(t

[jQuery] Re: How to upgrade from JQuery 1.0 to 1.2 without changing the existing code?

2007-10-31 Thread Channa L.
Thanks to Glen and Karl. Currently, I'm using JQuery 1.0.3. And the plug-ins I use are, auto.complete, bgiframe, cookie.js, dropdown, dimension, and thickbox...etc I've tried again today to upgrade from my current version to JQuery 1.1.4 first. What I was doing is, However, I still have some a

[jQuery] How to upgrade from JQuery 1.0 to 1.2 without changing the existing code?

2007-10-30 Thread Channa L.
I have built quite a bunch of things with JQuery 1.0. for my web application project. Every time, I want to upgrade from this version to the latest one...there is always some errors. What is the best practical way to achieve this? Thanks, Channa