I have scrolling content in website, and I am using animate()
However, when the content ends, and the function is called again, I get a large white space before viewing the content scroll again.
Could anyone please help with idea on how to get rid of this white space and have the content reload right after the end of the "content." I am sorry if it sounds a bit redundant, but to view what I am speaking of, look at scrolling text, right hand side, lower part: http://mainstreetfinancing.com.s136249.gridserver.com/
below these paths, I added the JQuery.noConflict() (Joomla uses mootols library which conflicts with JQuery) and the tabs function which appears in the demo pages included in the download package:
<script>
jQuery.noConlfict();
jQuery(function() {
jQuery( "#tabs" ).tabs({ collapsible: true });
});
</script>
However, it is not working.
I know the JQuery libraries and files are loading b/c I added an alert to the beginning of the page to insure that the four files where loading. I am new to JQuery and JQuery UI; and an ideal candidate to use these tools. But at this point I can only imitate what the demos present, and since that is not working I am stuck.
Please, somebody answer this post (I see most posts unanswered).
I have looked for posts where there is an explicit process of how to implement JQuery into Joomla, but I found none.
I am amazed that there is no more complete information about how to incorporate JQuery into Joomla, either here in these forums or in the web at large.