normal Bootstrap Applications

More
7 years 10 months ago #8762 by Mr Black
Replied by Mr Black on topic Bootstrap Applications
Hello Kien,

Thanks for your reply and example for the Bootstrap popover. I had to look at the source code for the example article you provided and it appears that your code is slightly different from the standard Bootstrap popover code. For example, your code:
Code:
<script> jQuery(document).ready(function($){ $('[data-toggle="popover"]').popover(); }); <script>
And the standard Bootstrap code:
Code:
<script> $(document).ready(function(){ $('[data-toggle="popover"]').popover(); }); </script>

The difference is that you have used “jQuery” instead of “$” at the beginning of the first line of code and added “$” to the end of the first line. Hmmm… This appears unusual :unsure: but it does produce the required result! :cheer: However, when clicking on the link the page scrolls to the top of the page, as it does on your article demo page. Replacing href="javascript://" with href="#" seems to prevent the scrolling. Thank you for taking time to look into this matter and producing a solution.

A final note, could you say when the Jarvis framework will receive its next update with a revised version number and changelog?

Kind Regards,

SJ

Please Log in or Create an account to join the conversation.

Time to create page: 0.248 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam