[jQuery] Re: jquery + splitter plugin problems

2007-07-23 Thread new_developer
Thanks alot for that, it is now working! On Jul 22, 12:10 pm, Dave Methvin <[EMAIL PROTECTED]> wrote: > Whoops, I see you're doing a three-pane now. Get the sample code and > css from the demo page and run it in your ajax handler.

[jQuery] Re: jquery + splitter plugin problems

2007-07-22 Thread Dave Methvin
Whoops, I see you're doing a three-pane now. Get the sample code and css from the demo page and run it in your ajax handler.

[jQuery] Re: jquery + splitter plugin problems

2007-07-22 Thread Dave Methvin
The only obvious problem I see is that you're not calling the .splitter() plugin anywhere. Also you are missing the basic css required to show the splitbar etc.; see the sample pages and get it from there. I would load splitter.js through a normal script tag on the page, there's no reason to wait