Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
|
I am doing this because i want to reduce http requests
|
The only way to do that in js is by merging all the files in 1.
Javascript being a client side language, including it from another javascript will still make 1 request to your server.
The source has to be read.
__________________
Only a biker knows why a dog sticks his head out the window.
|