Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wont work for me using Bootstrap 2.2.2 #26

Open
emage opened this issue Jan 31, 2013 · 2 comments
Open

Wont work for me using Bootstrap 2.2.2 #26

emage opened this issue Jan 31, 2013 · 2 comments

Comments

@emage
Copy link

emage commented Jan 31, 2013

For those who got it working can you share? I download the latest bootstrap and then use this clickover. wont work

thanks

@lecar-red
Copy link
Owner

Hi emage,

Are you receiving an error in the javascript console?

@meck373
Copy link

meck373 commented Feb 6, 2013

For me it`s also not working. Running the newest version of bootstrap.

//
$('#login_popover').popover({
html : true,
trigger: 'click',
placement : 'bottom',
title : function() {
return $("#myformIdorClassTitle").html();
},
content : function() {
return $("#myFormIdorClassForm").html();
}
});

$('#login_popover').clickover();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants