[jQuery] Re: does JQuery have browser bookmarklet development support??

2009-12-02 Thread George Adamson
I'm not aware of any explicit bookmarklet support but if you need to get jQuery onto the page then at least it has a nice light file size. A few things to note: IE limits the length of your bookmarklet to 250 characters or so. To keep bookmarklets small it is common to have them simply load a

Re: [jQuery] Re: does JQuery have browser bookmarklet development support??

2009-12-02 Thread Rafał Pocztarski
2009/12/2 greghauptmann greg.hauptm...@gmail.com: What about caching the user credentials - how would you cache this typically?  (noting the username/password could not be tied to a particular page/tab, so it would have to be cached at the overall browser context if this makes sense) Also

[jQuery] Re: does JQuery have browser bookmarklet development support??

2009-12-01 Thread greghauptmann
ok, so really just javascript then What about caching the user credentials - how would you cache this typically? (noting the username/password could not be tied to a particular page/tab, so it would have to be cached at the overall browser context if this makes sense) Also re caching the

Re: [jQuery] Re: does JQuery have browser bookmarklet development support??

2009-12-01 Thread Jonathan Vanherpe (T T NV)
greghauptmann wrote: ok, so really just javascript then What about caching the user credentials - how would you cache this typically? (noting the username/password could not be tied to a particular page/tab, so it would have to be cached at the overall browser context if this makes sense)