Jump to content

bootatrap


Recommended Posts

hi

i want make popover for social sharing

 i use this code :

								<li class="container">
								    <li><a href="#" title="social sharing" data-toggle="popover" data-placement="bottom" data-content="{hook h='DisplaySocialSharing'}">
									<i class="social-sharing-puzel"></i>
									    </a>
									</li>
								</li>
								
								<script>
								$(document).ready(function(){
								$('[data-toggle="popover"]').popover(); 
								});
								</script>

but i change code data-contet

beacuse i use hook

 

plz help me

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...