Sorry about that. Hit enter a little too early. I am working on adding Bootstrap to a portlet of ours. It should be noted that I'm not developing on top of Respondr. Using the resource server, I'm importing everything I need to use Bootstrap (i.e. jQuery, bootstrap.css, bootstrap-theme.css and bootstrap.js). I can tell that the Bootstrap css is being imported as the it is applied to my portlet. I can also see the jQuery working when the portlet is not in a maximized state on a tab. When the portlet is maximized, my jQuery instance is not recognized. When viewing the source, I can see that there is a syntactically correct import statement for jQuery and that the source for jQuery is there. Whenever I access jQuery via $ or something similar, the console states 'undefined is not a function.' Importing jQuery manually directly from the jQuery website (i.e. <script src="http://code.jquery.com/jquery-1.9.0.js"></script>) everything works perfectly.
What exactly is going on? Any help is appreciated. Thanks, Steven Wiggins Oakland University On Thu, May 15, 2014 at 3:48 PM, Steven Wiggins <[email protected]>wrote: > Hey everyone, > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
