Skip to content

Instantly share code, notes, and snippets.

@aziz-blr
Created January 10, 2017 06:59
Show Gist options
  • Save aziz-blr/0b739876fd2c936f18d142cca207144f to your computer and use it in GitHub Desktop.
Save aziz-blr/0b739876fd2c936f18d142cca207144f to your computer and use it in GitHub Desktop.
errorPlacement: function(error, $elem)
{
if ($elem.attr('id')=='#textarea') {
error.insertAfter($elem.next('#cke_message'));
}else{
error.insertAfter($elem);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment