baden03 / collapse-o-matic

Collapse-O-Matic is a WordPress plugin that removes clutter and saves space. Display and hide additional content in a SEO friendly way by wrapping content in an [expand] shortcode.
GNU General Public License v2.0
6 stars 7 forks source link

convenience function to check for errors in jquery selectors #6

Closed csummer closed 6 years ago

csummer commented 6 years ago

The test case that fails is when the page url has a hash value with an invalid jquery selector.

e.g. http://example.com/page#q=term attempts to run jQuery('#q=term') and fails with: "Error: Syntax error, unrecognized expression: #q=term" (error message from firefox)