for what it's worth, I found one: http://desandro.com/resources/jquery-masonry
On 15 apr, 17:16, bobh wrote:
> Hi,
>
> I've been on the lookout for a jquerypluginthat fits divs together
> into a nicely fittinglayout. For example:
>
> http://spacecollective.org/gallery/
>
> more:http://www.cornee
//docs.jquery.com/Plugins/Validation/rules#examples:
$("#myinput").rules("add", {
required: true,
minlength: 2,
messages: {
required: "Required input",
minlength: jQuery.format("Please, at least {0} characters are
necessary")
}
});
but it still gives the default "Please fix this field." message.
Does this custom message not work for remote?
Thanks!
BH
2 matches
Mail list logo