jQuery

Issues with Nivo Slider

Technologies: 

Nivo slider is a nice tool for front page slideshows. The reasons you should try Novo are:

  • Allows clickable images
  • Allows separate admin interface to be exposed to clients
  • Allows simple management of slideshows, ordering of slides, overlays etc.

However, Nivo seems to be getting shipped with persistent bugs. The following fixes are required to get expected behaviour from Nivo.

Problem #1. Small image appearing on top left before each transition.
Solution: Add the following to custom CSS:

.nivoSlider img { max-width: none; }

jQuery Mobile Page Load Issue

Technologies: 

Sometimes when we visit a link, specially on mobile, there is a situation when we place a link and reaching a page clicking that link leads to a situation where the jQuery library is not loaded into the browser. This could affect conditional fields and other jQuery widgets.

The solution is to add  rel="external" to the link.

--
Source
http://stackoverflow.com/questions/10389751/jquery-mobile-page-load-issue