Are there any plans for prototype to implement and standardize the
onHashChange call back?
https://developer.mozilla.org/en/DOM/window.onhashchange

IE8, Firefox 3.6 supports it

I think this would be a good tool to have and since browsers are slowly
implementing it--we can check for it existence.  I believe the best way to
implement this is to check the URL every X milliseconds.  The great thing
about this is that we don't have to actually set up this checking until
there is an observe placed on window: window.observe('hashchange', ...)
reallysimplehistory does a good job with this (
http://code.google.com/p/reallysimplehistory/)

I'm going to be to implementing something like this for my project soon, and
was wondering if there is something planned, or if prototype would like to
have this addition?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en

Reply via email to