3
Answers

Java script syntax doubt

jayaprakash R

jayaprakash R

14y
8.4k
1

Hi all,
I am creating a folder tree using xml,xsl,javascript...
In that - I am passing the div tag object to a function as an argument named for intstance as diventity
in javascript what does the following code does...
function
expand(diventity) {
var oImage
oImage = entity.childNodes(0).all["image"]--- What does this code does .
oImage.src = entity.imageOpen
}
 
Answers (3)
0
barathi raja

barathi raja

NA 137 13.4k 8y
Note Working bro.. i already use the link
0
Vinay Singh

Vinay Singh

NA 5.9k 126.1k 8y
Hi
Please check the link
http://www.mikesdotnetting.com/article/221/check-duplicate-user-names-in-asp-net-web-pages-sites
http://www.mikesdotnetting.com/article/99/preventing-duplicate-user-names-with-asp-net-and-jquery
0
Rajeesh Menoth

Rajeesh Menoth

NA 24.7k 629.4k 8y
Hi,
 
The following articles well defined for username availability checking in mvc. So please check the following reference.
 
Reference :
 
http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/client-side-username-availability-checking-in-mvc/
 
http://www.c-sharpcorner.com/UploadFile/219d4d/how-to-check-if-the-username-is-unique-or-not-in-mvc-5/