You mean at every load of the page, if an element has a tooltip it get a 
xhr request to get the tooltip content?

This may hog the browser, mostly if you do not use deferred objects 
(http://api.jquery.com/category/deferred-object/, e.g. using 
$.ajax().done(); )

How about you have a json view that contains all the keys you may want, and 
your javascript reads it when needed instead.

?

Renoir

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to