I have problem on Google chrome. I hover on "Sign in " button and after that login form visible.
Mohammad Ashabi () - 10 years ago - Reply 0
Even better with JSF, can use partial update/logon to modify the sign in form thus not needing the propagation stopper in javascript :)
John Redwood () - 10 years ago - Reply 0
This doesn't work consistently for me unless I add this to the javascript $(document).ready - $('.dropdown-toggle').dropdown();
James O'Brien () - 10 years ago - Reply 0
I'm trying to use this with the Social Buttons (http://lipis.github.io/boot..., but the CSS is all screwed up. Anybody else having this problem. Check out www.mywebwishlist.com for an example.
Drew () - 10 years ago - Reply 0
it seems putting it in the navbar messes things up. You'll need to adjust the color and padding for the buttons that are in .nav class.
maxsurguy () - 10 years ago - Reply 0
This snippet is not compatible with ie8 or less. I dont know about ie9+. Not even with the css3mediaqueires.js loaded.
mike () - 10 years ago - Reply 0
Hi Bhaumik, Thanks for making this available to us. Was wondering if you have any idea on how to make this look modal, even though it is not. I will like to focus all user attention on the login screen and fade everything else until that is done. would appreciate any help in getting that done.
otomori () - 10 years ago - Reply 0
So I'm trying to incorporate this into my Rails 4 application but the drop down does't seem to work. When I click on the Sign in button, the drop down doesn't appear. I appended the CSS to my custom.css.scss file and I added the JS to application.js. Is there something I'm doing wrong?
anirudhgm () - 10 years ago - Reply 0
Try adding this to the JS $(document).ready
$('.dropdown-toggle').dropdown();
James O'Brien () - 10 years ago - Reply 0