Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

does anyone knows good ajax script loader

Does anyone knows ajax script loader that allows lazy loading of js and css files and also consist of dependency list that can be defined in external script?

like image 575
Naor Avatar asked Jun 05 '11 11:06

Naor


People also ask

Do people still use AJAX?

AJAX is still relevant and very popular, but how you write it may change based on what libraries or frameworks are in the project. I almost never use the "raw" JavaScript way of writing it because jQuery makes it easier and is almost always already loaded into a project I'm working on.

Is AJAX difficult to learn?

Actually implementing AJAX isn't hard, but it is weird. It relies on the interplay of a few different technologies and requires a little knowledge of each.

Is AJAX still used in JavaScript?

With interactive websites and modern web standards, Ajax is performed using functions within JavaScript frameworks and the Fetch API Standard.

Is AJAX better than JavaScript?

Javascript is applicable when there is an HTML and AJAX functionality that takes data using XMLHttpRequest. Javascript is a well-known programming language whereas AJAX is not a programming language. Javascript is more vulnerable to viruses and on the other hand, AJAX is not much vulnerable to viruses.


2 Answers

Why not use http://unwrongest.com/projects/lazy/ ?

like image 115
Daniel Ruf Avatar answered Oct 06 '22 00:10

Daniel Ruf


In my various projects I use LABjs. Easy and flexible :)

like image 21
sitifensys Avatar answered Oct 06 '22 01:10

sitifensys