i was using bootstrap earlier. Now i required file-upload feature so was trying to give jasny a try. I downloaded the extension but it is not working?
the files in my include files are (apart from jquery.js):
<script type="text/javascript" src="jquery/jquery.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="jasny-bootstrap/js/jasny-bootstrap.js"></script>
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="jasny-bootstrap/css/jasny-bootstrap-responsive.css" type="text/css">
<link href ="jasny-bootstrap/css/jasny-bootstrap.css" type="text/css">
The bootstrap features are all working normally. But i am not able to use this extension. Am i including it wrong.?
I am not using the complete bootstrap including all jasny extensions because it is breaking some of my previous bootstrap features.