filterTypeObj.nodeValue = filterType;
filterTypeObj = filterType;
currently i get the value in filterTypeObj and not in filterTypeObj.nodeValue
If you want to create custom properties do as following
var filterTypeObj = {}; filterTypeObj.NodeValue = 1; var n = filterTypeObj.NodeValue;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.