Yeah man! Works very fine! I forgot to include jquery class! Thanks!

2013/8/5 Steven Hudson <[email protected]>

>
> Hi there,
>
> I think you don't have the complete files, do something like this.
>
> <!DOCTYPE html>
> <html>
>     <head>
>        <link href="
> http://twitter.github.io/bootstrap/assets/css/bootstrap.css";
> rel="stylesheet" type="text/css" />
>        <link href="
> http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css";
> rel="stylesheet" type="text/css" />
>     </head>
>
> <body>
>
> ........
>
>
> </body>
> <script src="http://code.jquery.com/jquery.min.js";></script>
> <script src="http://twitter.github.io/bootstrap/assets/js/bootstrap.js
> "></script>
>
>
> <script type="text/javascript">
>     $(document).ready(function () {
>       $('.dropdown-toggle').dropdown();
>     });
>   </script>
>
> </html>
>
>
> CODE VIEW: http://jsbin.com/urujat/1/edit
> LIVE VIEW: http://jsbin.com/urujat/1/
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "twitter-bootstrap" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/twitter-bootstrap/SHIjBUAoQkY/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to