illuminati78 wrote:
>
> I'm sorry but where would i put the: $.noConflict() - and is that all it
> has to say/type where it should be? - as i said I'm not good at this, in
> wich script and where?
>
I've put this script in the top after all other scripts have loaded:
<script>
jQuery.noConflict();
// Put all your code in your document ready area
jQuery(document).ready(function($){
// Do jQuery stuff using $
$("div").hide();
});
// Use Prototype with $(...), etc.
$('album').hide();
</script>
what would the div in $("div").hide(); be for me?
--
View this message in context:
http://www.nabble.com/Cycle-plugin-an-absolute-positioning-tp16039437s27240p21638452.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.