What is the value of dom_init? Based on the variable name, it seems like it's some kind of initialization function. Not sure why it's wrapped in jQuery though. Maybe just to execute it.
On Jun 26, 9:03 am, bombaru <bomb...@gmail.com> wrote: > I came across the following script tag in a framework. I've never > seen this before and have no clue why it would be used. Can someone > help shed some light on this? > > <script type="text/javascript">jQuery(dom_init);</script>