I have the same problem, after inltlsaing the Prettify plugin, when i’ve tried to activate, got the fatal error:Parse error: syntax error, unexpected T_FUNCTION in /home/reanudad/public_html/wp-content/plugins/prettify-wordpress/prettify-wordpress.php on line 42Please, send me any help!! thanks!
I have the same problem, after inltlsaing the Prettify plugin, when i’ve tried to activate, got the fatal error:Parse error: syntax error, unexpected T_FUNCTION in /home/reanudad/public_html/wp-content/plugins/prettify-wordpress/prettify-wordpress.php on line 42Please, send me any help!! thanks!
老师你好!我有个问题,如下:PO1343我用您的那个插件, var dblclick_event = fucotinn (e) { var node = e.target; alert($(node).attr( id )); alert( 双击了我! ); } var click_event = fucotinn (e) { alert( 单击了我! );}$( span ).skygqOneDblClick({ oneclick: click_event,dblclick: dblclick_event});当我双击的时候,我要是在图片上双击的话,target就是图片,不在图片上双击的话就是target就是span,但是,怎么样能做到,不管是不是在图片上双击,还是不在图片上双击,target都是span标签呢。我觉得img标签是在span里面的,所以不管你点击哪,只要是在span上面,那么target就应该是span.(我现在是需要的是当你点击span标签时,就得到span标签的id,可是万一用户是在图片上点击的话,就得不到了!)