'); }); }); -->
This is a braindump and untested. I maintain the datepicker plugin for trac. Often times, users have some ancient version of jquery that doesn’t work with datepicker. This problem usually shows up on Debian, which provides an older version of jquery and strips the default version from the trac installation. I’m trying to brainstorm a safe solution to use a newer version of jquery for my plugin only. The constraint is that my code shouldn’t interfere with the rest of the site. This solution could be slow, but at least it will always work(in theory). Perhaps I can wrap this code in a conditional driven by a trac configuration parameter like [datepicker] safe_mode = enabled.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Design by Simon Fletcher. Powered by Tumblr.
© Copyright 2010