对于允许开发人员添加自己的Javascript应用程序的项目,我需要将Javascript的范围限制在某个特定范围内div.例如,每个开发人员都可以访问自己的div.
<div id="md5_of_a_salt_and_app_id">
<script>
/* This area should not be able to modify window element
* or other divs than parent one
*/
</script>
</div>
Run Code Online (Sandbox Code Playgroud)
有可能吗?
提前致谢.