$fbuilderloadedflag = true; fbuilderjQuery = (typeof fbuilderjQuery != 'undefined' ) ? fbuilderjQuery : jQuery; fbuilderjQuery(function(){ (function($) { // Namespace of fbuilder $.fbuilder = $.fbuilder || {}; $.fbuilder[ 'objName' ] = 'fbuilderjQuery'; read() ) ) { if ( strlen( $entry ) > 3 && is_dir( $md->path.'/'.$entry ) ) { if ( file_exists( $md->path.'/'.$entry.'/admin' ) ) { $m = dir( $md->path.'/'.$entry.'/admin' ); while( false !== ( $mentry = $m->read() ) ) { if( strlen( $mentry ) > 3 && strtolower( substr( $mentry, strlen( $mentry ) - 3 ) ) == '.js' ) { $modules_files[] = $m->path.'/'.$mentry; } } } } } sort( $modules_files ); foreach( $modules_files as $file ) { require $file; } } catch (Exception $e) { // ignore the error } // Load Control files require 'fbuilder-pro-admin.jquery.js'; try { $d = dir( dirname( __FILE__ )."/fields-admin" ); $controls_files = array(); while (false !== ($entry = $d->read())) { if (strlen($entry) > 3 && strtolower(substr($entry,strlen($entry)-3)) == '.js') { if (file_exists( $d->path.'/'.$entry ) ) { $controls_files[] = $d->path.'/'.$entry; } } } sort( $controls_files ); foreach( $controls_files as $file ) { require $file; } } catch (Exception $e) { // ignore the error } ?> // Global events $('[name="paypal_recurrent"]').change( function(){ if( $( this ).val() == 'field' ) $( '[name="paypal_recurrent_field"]' ).show(); else $( '[name="paypal_recurrent_field"]' ).hide(); } ); })(fbuilderjQuery); });