/home/edulekha/public_html/wp-content/plugins/sneeit-framework/js/post-meta-box.js
jQuery(document).ready(function($){
	$('.postbox .inside').each(function(){
		$(this).find('.sneeit-control').first().addClass('first');
	});
});