getgrav / grav-theme-mediator

Mediator Grav Theme
https://getgrav.org
MIT License
14 stars 10 forks source link

Escaping '#' in jQuery selection for click event #18

Closed thenabeel closed 7 years ago

thenabeel commented 7 years ago

a[href*=#]:not([href=#]) is incorrect and throws error. # is a special character and must be escaped. For more info: https://github.com/jquery/jquery/issues/2885

flaviocopes commented 7 years ago

👍