Search property with exist function : exist « Dojo toolkit « JavaScript DHTML






Search property with exist function

 

<html>
  <head>
    <script type="text/javascript">
      var djConfig = {
        baseScriptUri : "js/dojo/"
      };
    </script>
    <script type="text/javascript" src="js/dojo/dojo/dojo.js"></script>
  </head>
  <body>
    <script>
      var myObj = {myProp:123};
      alert(dojo.exists("myProp", myObj) );
    </script>
  </body>
</html>

   
  








Dojo-toolkit.zip( 3,849 k)

Related examples in the same category

1.Check existance for property
2.Check function existance
3.Check class existance