I've managed to build a rough model of what I'm trying to do, though it will
be obvious from my jquery code that I have limited knowlege of how to really
harness the power of jquery. This mock-up works "okay" in FF, a little less
so in IE6 & 7, and doesn't really work in Safari.

I've posted the page here - all code is inline:
http://www.monkeypuzzle.net/testfiles/jquery/splitwindow/

The idea is that you start with a Summary View with a data table. Clicking
on some data will split the screen in half vertically and open a Detail View
via slideDown pertaining to that data (drill down one level). 

Clicking on some data in that Detail View should close (slideUp) the Summary
View, and load a 3rd 'More Details' window via slideDown (drill down one
more level). 

Closing 'More Details' should return to Summary View/Detail View
split-screen. Closing 'Detail View' should kill both Detail View & More
Details, leaving you with Summary View full screen.

Does that make sense? Can anyone advise on how to streamline my jquery (even
the markup!) and get things sliding smoothly?

Thanks!
-- 
View this message in context: 
http://www.nabble.com/how-can-I-improve-this--tf3296960.html#a9171800
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to