Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
193
rated 0 times [  194] [ 1]  / answers: 1 / hits: 11044  / 11 Years ago, fri, january 24, 2014, 12:00:00

Bootstrap Button Link Not Working see code below:



<ul>
<li>
<a href=home.aspx?Id=146>
<button class=btn btn-primary btn>Button Link</button>
</a>
</li>
</ul>


I use firebug for development, is there an easy place to see what javascript events are attached and to which objects such as this button class? find it hard to debug as don't know what code is being called and on what events for bootstrap and other external js files


More From » html

 Answers
0

Or, you can just use a link which looks like a button..



<a href=home.aspx?Id=146 class=btn btn-primary>Button Link</a>

[#48384] Thursday, January 23, 2014, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lonnier

Total Points: 621
Total Questions: 113
Total Answers: 98

Location: Nepal
Member since Mon, Jan 4, 2021
3 Years ago
;