Re: [fossil-users] Enabling unobtrusive and progressive UI enhancements with Javascript

2011-03-26 Thread Bill Burdick
Wow, good point! That's a better way for me to do FossilHub stuff, I think! I didn't notice that the header can specify the element... On Sat, Mar 26, 2011 at 1:54 PM, George Jempty wrote: > By placing the below script in the UI's header immediately above the > closing tag, I've managed to

[fossil-users] Enabling unobtrusive and progressive UI enhancements with Javascript

2011-03-26 Thread George Jempty
By placing the below script in the UI's header immediately above the closing tag, I've managed to emulate the document/ready behavior of various Javascript frameworks such as jQuery. Instead of trying to optimize for the various browsers, I just rely on what works for the least common denominator