Created
January 10, 2017 06:59
-
-
Save aziz-blr/0b739876fd2c936f18d142cca207144f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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