Hi,
i'm working on my plugin 'GB Gallery Slider' and i encounter a problem with jquery ui effects,
if i use:
wp_enqueue_script( 'jquery-ui-core' );
wp_enqueue_script( 'jquery-effects-core' );
the effect 'explode' (.hide('explode','',600); line:415) and other ui effects are not working, but if i load '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js' all the effects are working.
please help me with this issue.