<script>
window.DOM = { get: function(id) { return function (document.getElementById){
}(id) } };
</script>
</head>
<body>
<input type="hidden" id="dest_uri" value="/" />
| |||
Que hace este codigo por mas que intento no lo entiendo <script> window.DOM = { get: function(id) { return function (document.getElementById){ }(id) } }; </script> </head> <body> <input type="hidden" id="dest_uri" value="/" /> |
Etiquetas: |