jQuery and other js libraries conflict

to solve conflict:
add this code:

<script type=”text/javascript”>
jQuery.noConflict();
jQuery(document).ready(function($) {
… your jquey code
}
</script>

Yorum Yap


Not - Bunları KullanabilirsinizHTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>