Yes, so as plugin developpers for Geeklog, we could plan to use a new shortcut as
$j or do you prefere to use the complete word "jQuery".
We had to decide it now to armonise each others and to avoid any conflict between our plugins. Then, every new plugin developper for Geeklog will be encourage to use the same shortcut.
Text Formatted Code
if(!defined('JQUERY')){
$str .= '<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>'. LB;
$str .= '<script>
if(jQueryNoConflict == undefined){
$j = jQuery.noConflict();
var jQueryNoConflict = true;
// Use jQuery via $j(...)
$j(document).ready(function(){
$j("div#box").hide();
});
}
</script>'. LB;
define('JQUERY', 'true');
}
Thanks,
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS