Skip to main content

Bug Tracker

Side navigation

#15105 closed bug (notabug)

Opened May 21, 2014 10:41AM UTC

Closed May 21, 2014 11:30AM UTC

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

Attachments (0)
Change History (1)

Changed May 21, 2014 11:30AM UTC by gibson042 comment:1

resolution: → notabug
status: newclosed

:nth-child requires an argument (e.g., :nth-child(2n+1)).