Hi, i've been searching google for a while, and haven't found anything in regards to my specific inquiry.

I'm looking to manipulate what .JS files load per browser. For example, a different set of .JS files would load for chrome/firefox, and another set of .JS files would load for IE8. Is this possible in any stretch? I would appreciate any help!!

Thanks
Zech

<!--[if IE]>
<script type="text/javascript" src="js/ie.js"></script>
<![endif]-->


<!--[if !IE]>
<script type="text/javascript" src="js/not-ie.js"></script>

<![endif]-->

<!--[if IE 7]>
<script type="text/javascript" src="js/IE-7-SPECIFIC.js"></script>
<![endif]-->


<!--[if lt IE 7]>

<script type="text/javascript" src="js/IE-6-OR-LOWER-SPECIFIC.js"></script>

<![endif]-->

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.