jQuery weirdness. Div becomes attached to chained element markup?
- by Scott B
I've got a div in my app that is displayed each time my theme options panel is "saved".
The markup is...
<form method="post">
<?php
if ( $_REQUEST['saved']) { ?>
<div id="message" class="updated fade"><p>Sweet! The settings were saved :)</p></div>
<script type="text/javascript">…