Thursday, January 17, 2008

Nicedit & jQuery

I found some trouble when using Nicedit & jQuery together.
< ? if ($obAuth->lock(array(2)) != 1) : ? >


$(document).ready(function() {
$("div.ppp a").not("[@href*=flomaster]").attr({ target : "_blank"});
});

< ? endif; ? >
< ? if ($obAuth->lock(array(2)) == 1) : ? >


bkLib.onDomLoaded(function() {
new nicEditor().panelInstance('PostBody');
});

< ? endif;? >

It's too late. But now it's work in my admin area. Only one be live (Highlander ;-)



Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home