1

I added a plugin to jQuery today, which is dotdotdot, but it does not work, I added two more plugins, too, all jQuery plugins I download don't work. Here's my <head>:

<title><?php echo $title;?> | Powerity</title>

<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="css/styles.css"/>

<script src="js/jquery.js"></script>
<script src="js/dotdotdot.js"></script>
<script src="js/plugins.js"></script>

And what I typed in my plugins.js file is:

$(document).ready(function() {
$("p").dotdotdot();
});

But the function dotdotdot doesn't seem to exist....\

PepsiGam3r
  • 302
  • 1
  • 4
  • 10

0 Answers0