yesod-0.5.4.2: Creation of type-safe, RESTful web applications.

Yesod.Form.Jquery

Synopsis

Documentation

class YesodJquery a whereSource

Methods

urlJqueryJs :: a -> Either (Route a) StringSource

The jQuery 1.4 Javascript file.

urlJqueryUiJs :: a -> Either (Route a) StringSource

The jQuery UI 1.8 Javascript file.

urlJqueryUiCss :: a -> Either (Route a) StringSource

The jQuery UI 1.8 CSS file; defaults to cupertino theme.

urlJqueryUiDateTimePicker :: a -> Either (Route a) StringSource

jQuery UI time picker add-on.

googleHostedJqueryUiCss :: String -> StringSource

Gets the Google hosted jQuery UI 1.8 CSS file with the given theme.