Opened 9 years ago
Closed 9 years ago
#15105 closed bug (notabug)
Migration from jQuery 1.7.1 to jQuery 1.9.1
Reported by: | sashax92 | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | migrate, jquery | Cc: | |
Blocked by: | Blocking: |
Description
I have replaced jQuery 1.7.1 to jQuery 1.9.1 and i adding jquery-migrate-1.2.1, but i have seeing the following errors:
Uncaught Error: Syntax error, unrecognized expression: :nth-child jquery-1.9.1.js:4421
Note: See
TracTickets for help on using
tickets.
:nth-child
requires an argument (e.g.,:nth-child(2n+1)
).