thecodeholic / lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
MIT License
168 stars 75 forks source link

$j (...).lobiPanel is not a function #14

Closed cyadriane closed 8 years ago

cyadriane commented 8 years ago

Hi

I'm having an issue regarding the tooltip function. I'm also using 2 jQueries available on my page.

Here is the error message throwing every time i click the tooltip: $j (...).lobiPanel is not a function

Here is the arrangement of my sources: link rel='stylesheet' href='css/jquery-ui.min.css'/> link rel='stylesheet' href='css/bootstrap.min.css'/> link rel='stylesheet' href='css/lobipanel.min.css'/> script type='text/javascript' src='js/jquery.1.11.min.js'> script type='text/javascript' src='js/jquery-ui.min.js'> script type='text/javascript' src='js/bootstrap.min.js'> script type='text/javascript'> var $j = jQuery.noConflict(true); /script> script type='text/javascript' src='js/lobipanel.min.js'>

I don't know if there's a conflict between 2 jQueries or what. Thanks in advance for the help :)

cyadriane commented 8 years ago

This is to close the issue. the script " Githubissues.

  • Githubissues is a development platform for aggregating issues.