I am trying to apply jquery Css Library for an specific <div>
only rather than whole page as it is messing my whole page while applying. Below is the css I have tried but it is yet applying to whole page
#myPopup3{
@include '<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">';
}
how to apply the link only for #myPopup3
<div>
I will appear directly over the clicked link.
– roy Jan 20 '21 at 04:44I will appear directly over the clicked link.