(Firefox crashed just as was finishing my original (detailed) post...
grrrrr....)

Briefly:
How do I access the name (id) of a particular DIV within a function that is
accessing all DIVs with a certain class name?

e.g.
<div id="editme01" class="editable">...</div>
<div id="editme02" class="editable">...</div>
<div id="editme03" class="editable">...</div>
etc.
.
.
<script type="text/javascript">
$(document).ready(function() {
    $(".editme").editable("post.php", { idname: **need current div id**});
});


Thanks,
--DIZZLE
-- 
View this message in context: 
http://www.nabble.com/How-to-access-the-name-of-an-element--tf2269543.html#a6299312
Sent from the JQuery forum at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to