Sorry I should have been more clear. In my controller I want to know
whether or not jquery-ui is available to the page I'm building.
-Jim
On 9/16/2011 9:43 AM, Richard Vézina wrote:
Use chrome dev tool or under firefox firebug there is also firebug
lite for chrome...
In chrome dev tool there is a Network tab that will tell you if each
refering file (.css, .js, etc.) is finded and loaded or not with HTML
code error of related error.
Richard
On Fri, Sep 16, 2011 at Use10:34 AM, Jim Steil <[email protected]
<mailto:[email protected]>> wrote:
In my python code, is there a way for me to determine whether or
not jquery-ui has been loaded?
-Jim