-
Notifications
You must be signed in to change notification settings - Fork 4
Format Helpers
drewwilson edited this page Sep 13, 2010
·
29 revisions
$.formatDate(format, value);
$.formatNumber(number, options);
Options | Description |
---|---|
title | Set the Title attribute for the Anchor Tag. Accepts a string. |
class_name | Set the Class attribute for the Anchor Tag. You can pass multiple Class Names, separated by spaces. This will only Add Class Names to the Anchor tag, and not remove any existing Class Names. |
target | Set the Target attribute for the Anchor Tag. Accepts a string |
$.submitsTo(controller, options);