Skip to content

Rants and Revelations

Everything I used to bore people on newsgroups and mailing lists with, now in one inconvenient place.

Rants and Revelations

Day: September 1, 2016

Today’s short and sweet lesson

The jQuery selector $top.find("[data-level=\"2\"]") does not work on an input, but if you put the data-level on the parent div, you can use $top.find("div[data-level=\"2\"] input[name=\"rua_status\"]")

Putting that out there so I don’t waste several hours next time this comes up.

Author Paul TomblinPosted on September 1, 2016Categories Geekery, Rant1 Comment on Today’s short and sweet lesson
September 2016
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  
« Aug   Oct »
Rants and Revelations Proudly powered by WordPress