tabbing for anchors not working in opera
$(document).ready(function(){
if($.browser.opera){
$(‘a[href]‘).attr(‘tabindex’, 0);
}
});
Latest posts
- bootstrap popover | bootstrap popover hide on click | bootstrap popover hide on document.click
- Avoid console errors in browsers that lack a console | HTML5 boilerplate
- getting started with Sublime editor | how to install zen coding | zen coding for sublime editor
- getting started with backbone | Models in Backbone
- How to delete a model in backbone






