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 :)
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 :)