Ticket #177 (closed defect: invalid)
Update selectors to work fine in jQuery 1.3.2
| Reported by: | felipe_silva | Owned by: | jf.hovinne | 
|---|---|---|---|
| Priority: | major | Milestone: | 0.5 | 
| Component: | editor | Version: | trunk | 
| Keywords: | selectors | Cc: | 
Description
The plugin has some deprecated selectors, that search a element by attr. Example: jQuery("a[@href=" + sStamp + "]", wym._doc.body). The right way is without the '@', like: jQuery("a[href=" + sStamp + "]", wym._doc.body).
Change History
Note: See
        TracTickets for help on using
        tickets.
    
This issue is already fixed, see r587.