Thursday, 9 June 2016

Stop form hiding while blur or change window in best_in_place:

just copy and paste below script in layout -
   $(document).on('blur', '.best_in_place', function(){
        $(this).find("textarea").bind('blur', false);

    })

No comments:

Post a Comment