I need to use UI components based on Jquery and prototype on same webpage. But this leading to conflicts and none of two components(one Jquery slideshow & another prototype based ticker), work normal.
How do I prevent this conflict and make both working together on same php page.
Please use Jquery noConflict method so that jquery’s control of $ variable can be relinquished . Please refer to the below link
http://api.jquery.com/jQuery.noConflict/