IE8: deleting form throws an exception 'Syntax error, ...: unsupported pseudo'

Issue #3 wontfix
Serge Le Breton created an issue

Using jquery 1.11.1

The culprit is the selector ':required' at line 95 of jquery.formset.js

$form.find(':required')....

This is a CSS3 selector not in the list of the supported jquery selector

Comments (3)

  1. Tim Heap repo owner

    Sorry, but I dont support IE8. It is a very old browser that hardly anyone supports. If you have to support IE8, you are welcome to fix this and send a pull request.

  2. Log in to comment