|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 05/14/2009 at 10:07AM PDT, ID: 24409345 | Points: 250 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: |
{
rules: {
caption1: {
required: function(element) {
return $('#photo1').length > 0;
}
}
},
messages: {
caption1: {
required: "Please provide an email"
}
}
}
|
Advertisement