Jquery Mouse Hover blur Effect




Create a simple jQuery hover call-to-action box | Todd Motto: Graphic Designer & Front-End Web Developer in Wiltshire, UK. »
Wiltshire based Blogger, Front-End Web Developer, Brand Identity and Graphic Designer.

jQuery custom content scroller


jQuery custom content scroller – malihu | web design »
How to use it. In order to implement the plugin, you first need to insert inside the head tag of your document the jquery.min.js and jquery-ui.min.js (both loaded from Google CDN), the jquery.easing.1...

Jquery Mobile Development

Jquery Mobile Development:
jQuery Mobile | jQuery Mobile »
Seriously cross-platform with HTML5. jQuery mobile framework takes the "write less, do more" mantra to the next level: Instead of writing unique apps for each mobile device or OS, the jQuery...

Display UL bullets Right To Left

Align Li Left

  • Western
  • Salsa
  • Jazz
  • Hip-Hop
  • Folk

HTML CODE
<ul>
<li>Western</li>
<li>Salsa</li>
<li>Jazz</li>
<li>Hip-Hop</li>
<li>Folk</li>
</ul>

Align Li Right

  • Western
  • Salsa
  • Jazz
  • Hip-Hop
  • Folk


HTML CODE
<ul dir="rtl">
<li>Western</li>
<li>Salsa</li>
<li>Jazz</li>
<li>Hip-Hop</li>
<li>Folk</li>
</ul>