puikinsh/Bootstrap-Admin-Template

Jquery problem

Closed this issue · 2 comments

when i downloaded the 2nd version and viewed the calendar page i noticed that it didn't shown up !
nothing its blank
and in the forms area , the drop down menus and select aren't themed.
2

1

i use windows 8 , i installed the zip .

and please if you could make a panel in the message icon on the top nav par , or notification icon that when i press it it shows a notification menu :D or something like that.

  1. jquery-ui library can't be loaded by google cdn on file:/// protocol. You should use http:// protocol. For example wamp server etc.
  2. Forms area has the same problem.
<a data-placement="bottom" data-original-title="Messages" href="#" data-toggle="dropdown" class="btn btn-default btn-sm">
  <i class="icon-comments"></i>
  <span class="label label-danger">4</span>
</a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
  <li><a href="#">Lorem <span class="pull-right label label-danger">important</span></a></li>
  <li><a href="#">Ipsum <span class="pull-right label label-default">+43</span></a></li>
  <li><a href="#">Dolor <span class="pull-right label label-info">Hello</span></a></li>
  <li><a href="#">Sit <span class="pull-right label label-success">Ok, well</span></a></li>
</ul>

you are the boss , thanx man