Forums
(@timdoes)
10 years, 1 month ago
Thanks JeriffCheng!
Please refer to https://github.com/jquery/jquery/issues/2885
your selector is not valid. # is a special char and needs to be escaped like 'a[href*=\\#]:not([href=\\#])'
'a[href*=\\#]:not([href=\\#])'