I don't get any error. Have you fixed it since posting yesterday?
-- Scott
Some my exp!
Aslo, take a notice that
Something lieks this:
messages: {
name: {
required: "You must provide a Campaign Name.",
minlength: "Your Campaign name must be at least 3
characterss long."
},
startDate: {
required: "You mu
Thank you..i just figured that out..Appreciate all those that
commented..
Thanks
On Feb 24, 2:29 pm, James wrote:
> Sorry I missed a comma after startDate and before endDate:
>
> messages: {
> name: {
> required: "You must provide a Campaign Name.",
> minl
Sorry I missed a comma after startDate and before endDate:
messages: {
name: {
required: "You must provide a Campaign Name.",
minlength: "Your Campaign name must be at least 3
characterss long."
},
startDate: {
required: "
messages: {
name: {
required: "You must provide a Campaign Name.",
minlength: "Your Campaign name must be at least 3
characterss long."
},
startDate: {
required: "You must provide a start date."
}
endD
sorry..new to the group thing here as well...
i have narrowed it down to this piece of code.
when i remove it all js works as written..
$(document).ready(function() {
$('#create_campaign_form').validate({
rules: {
name: {required: true, minlength: 3},
startDate:
On Tue, Feb 24, 2009 at 2:35 PM, Bob O wrote:
>
> So im stumped..I have my jquery file in the headers, and it works in
> Opera, Safari, FF on mac, and FF on Windows, but i get nothing in
> IE..its there, its just broken.
We're not getting much, either. Care to elaborate?
More info is needed. Either a sample link of it not working or code
and versions of files.
On Feb 24, 9:35 am, Bob O wrote:
> So im stumped..I have my jquery file in the headers, and it works in
> Opera, Safari, FF on mac, and FF on Windows, but i get nothing in
> IE..its there, its just broken.
8 matches
Mail list logo