[wp-trac] Re: [WordPress Trac] #9881: Can't toggle the visibilty
using jQuery anymore
WordPress Trac
wp-trac at lists.automattic.com
Tue May 19 20:46:30 GMT 2009
#9881: Can't toggle the visibilty using jQuery anymore
--------------------------+-------------------------------------------------
Reporter: mcosx | Owner: azaozz
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8
Component: JavaScript | Version: 2.8
Severity: normal | Keywords: jQuery, WordPress plugin
--------------------------+-------------------------------------------------
Comment(by azaozz):
Think there's an error in your selector,
`jQuery("input[name=owad_daily_post]")` should be
`jQuery("input[name=\'owad_daily_post\']")`. Some of this changed in
jQuery 1.3.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9881#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list