I have created one Jquery widgets which is used in many third party website.
My Widgets has it's own css for widgets elements. It is working perfect when run independently.
But when i add my Widget to 3rd party website, my widgets css inherit or take from 3rd party CSS.
How can resolve this issue as i don't aware about 3rd party css?
#my-div * {
animation : none;
animation-delay : 0;
animation-direction : normal;
animation-duration : 0;
animation-fill-mode : none;
...
}