nodename Questions

3

Solved

a.nodeName is undefined I've looked this up but the explanations didn't seem at all clear to me. function deleteThisRow() { $(this).closest('tr').fadeOut(400, function(){ $(this).remove(); ...
Haakon asked 11/1, 2012 at 9:46

4

What is the difference between $('this')[0].nodeName and $('this')[0].tagName?
Stealage asked 2/2, 2011 at 18:45

2

I create dot file by my perl script. Here is subgraphs which contains same node. eg: subgraph{aa->bb->cc;} subgraph{dd->bb->ee;} I know those subgraph use same namespace, so my result ...
Sacco asked 20/8, 2013 at 7:25

2

Solved

This code isn't for anything in particular. I'm just trying to successfully get the tagName or nodeName of an element. However, when I run the following code, I always get an alert saying "undefine...
Cloaca asked 5/5, 2010 at 2:11
1

© 2022 - 2024 — McMap. All rights reserved.