Guys this one thing bogged me down when I was having conflict between MooTools and jQuery...
here is the simple solution.
(function($){
// example starts here
$(document).ready(function(){
$("#qform").validate();
});
// example ends here
})(jQuery);
.... and it works charmingly