js jquery 判断函数是否存在

 1 _tips.next('.btnWrap').find('a>img').click(function(){
 2             var call = $(this).attr('class');
 3             try{
 4                 //if(typeof(eval(call)) == 'function'){
 5                 if($.isFunction(eval(call))){
 6                     eval(call+'(<{$hireData['id']}>)');
 7                 }
 8             }catch(e){
 9                 $.alert('函数调用出错!<br><br>'+e);
10             }
11         });
posted @ 2012-10-11 14:25  无嗔  阅读(4883)  评论(0编辑  收藏  举报