I need to add some css to a class. This is what I have so far:
$(document).ready(function() {
$('.tech').css({ "border-bottom": "dotted 1px #0860a8", "text-decoration": "none" });
$('.tech').Tooltip(onMouseEnter)
});
Its not working. What can I do to show up for all class="tech"