-- Yehuda
On 9/14/06,
dizzledorf <[EMAIL PROTECTED]> wrote:
(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
[email protected]
http://jquery.com/discuss/
--
Yehuda Katz
Web Developer
(ph) 718.877.1325
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
