Hello
Hope that you are doing well
I am facing a problem with the slider.
I have made a component for joomla 2.5 used anythingslider in that and now have to migrate the component for joomla 3.0.Now the problem arises joomla has jquery added to the head by default but when we tries to add the anythingslider js it gets added before jquery and slider doesn’t appear.To rectify the problem we had tried the following things but without any luck
added our own jquery before anythingslider’s js and used jQuery.noconflict with it but still same result
when we remove jquery from the core joomla file.It works but we cannot make any changes in core files so we have to do it from component only
thanks