Posts tagged js:
Cross-Browser Rounded Buttons with CSS3 and jQuery
Running jQuery with Other Frameworks Via noConflict
While there’s nothing to stop you from using multiple frameworks simultaneously, compatability problems can pop up — particularly between jQuery and Prototype. Luckily, there’s a simple solution called noConflict mode. […]
Using JavaScript to Style Active Navigation Elements
I’m all about efficiency when I’m writing web code, and navigation is often one of those areas where I try to improve my efficiency. Here are some ways to automatically style your “active” navigation elements using some streamlined JavaScript and/or jQuery. […]