Finaly – i tested the code again, out of the WP. In pure html. And guess what – the script work with the 1.8.3 version.
So, why it doesnt work in WP, as jquery is loaded from the core?
If i make reference in the header with the same jquery, the script work, the plugins dont…
What i am making wrong…
i use a custom script placed in : /wp-includes/js/jquery/mycript.js
It use old version of jquery 1.3.2 and it doesnt work. If i call in the header with link this old version it works, but make conflict with the current.
I read about http://codex.wordpress.org/Function_Reference/wp_enqueue_script
But i never used it before and cannot make it work.
I try to put this code in the header:
<?php wp_enqueue_script(“jquery”); ?>
<?php wp_head(); ?>
But still dont work.
Hello
i am using Weaver 2 theme.
I try to put this code into the html header:
wp_enqueue_script(‘jquery’, WP_CONTENT_URL . ‘wp-includes/js/jquery/jquery-1.3.2.min.js’);
but nothing happened.