Re: [Proto-Scripty] Hi, new to group. Having an issue with visible() method. any suggestions?

2012-10-15 Thread Peter Sysko
Yes that's what I am tryingto do but it must be done on a client side, and i want to avoid cookies, I have written some functions for the handling of innerHTML of a hidden div that would hold this index, and will be parsed using string.split method. It should work in theory, I have no desire

Re: [Proto-Scripty] Hi, new to group. Having an issue with visible() method. any suggestions?

2012-10-15 Thread Jason Westbrook
If $("id") returns null (like in this instance) then the id does not exist on the page This might be handled better using a class on each of the panels and simply holding which is the open/minimized index that way you don't have to worry about what ids exist Jason Westbrook | T: 313-799-3770 | jw

[Proto-Scripty] Hi, new to group. Having an issue with visible() method. any suggestions?

2012-10-15 Thread Peter Sysko
I love prototype and scriptacualous. I don't combine with jquery so i know i am not having a noclonflict headache, and I am just trying to get the visible() function ( http://prototypejs.org/api/element/visible) to not throw null type error exceptions: here is the function I need to fix, syntacti