/ Published in: jQuery
Just add this in script tags in your Affiliate Center footer:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// make category required on photo upload if (Ka.Info.PAGE == "pages/newPhotoUpload.jsp"){ $j('#topCategory').attr('not-equal-to','-2'); Ka.formValidation.messages.categoryError = "Category is required."; $j('#topCategory').attr('errorkey', 'categoryError'); }