Why don’t you link it only once?
i cant do that
because if i just load the https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js , ajax and javascript wont work in dashboard and if i just load http://samiaviper.xzn.ir/wp-includes/js/jquery/jquery.js , ajax in dashboard will be fixed but jquery plugin in main site wont work properly,
i just add google library and the other one will be load by defualt,
[No bumping. If it’s that urgent, consider hiring someone.]
The correct way to add jquery is http://codex.wordpress.org/Function_Reference/wp_enqueue_script for your front end and http://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts for scripts to be used in the admin.
You should always load your scripts using these functions rather than just calling them directly, and you should never be loading multiple copies — they WILL conflict in ugly ways, and the point of the enqueue functions is to make sure that only one copy is loaded, at the right time, and with all its dependencies.
thanks for your answer
but i’m just a begginer in webdesign
i do whatever you said but i didn’t get any Success
my beta version site is http://samiaviper.xzn.ir/ , at first look that and then plz tell me what should exactly to do?
Please, link the latest version of jQuery, and later debug the code.