After the input field, I would like to add an asterisk:
class = "Required" & gt; with: but it does not work ... You can do this: Check that you put your code inside a closure and insert jQuery for the
$ (document) .ready (function () {$ (". Required"). ("*");} );
(function ($) {$ (document) .ready (function () {$ ("required.") Later ("*");}); }) (JQuery);
$
shortcut. You can read more about this here:
Comments
Post a Comment