Forums / Cotonti / Development / Great development tool (LAZY)

Jquery and plugins and modular design

ez
#1 2010-07-24 18:11
Hi there,

For all you developers out there who are loading extra css's and js scripts with plugins
I have found this GREAT Jquery plugin that keeps track off what you have allready loaded.

http://www.unwrongest.com/projects/lazy/

It simple, fast and very good to use for pluginbuilders.
I like it beacause I am a performance freak, I only load stuff that the client side needs.
Basically you will get ONDEMAND js and css !!

I say Take advantage of this knowledge and use it !! (Let's share some more knowledge.. :D )

greetings, EZ
==- I say: Keep it EZ -==
GHengeveld
#2 2010-07-25 01:19
I got a virus warning on that site. Luckily using Firefox...
ez
#3 2010-07-25 06:04
My virus scanner didn't saw anything.. (And Mcafee is a good one ???)
Anyway I am trying to get this jquery thing to work, the whole idea behind this thing is great..

I will write the results later if this plug is for real.
==- I say: Keep it EZ -==
badsey
#4 2010-07-25 06:08
# Koradhil : I got a virus warning on that site. Luckily using Firefox...

chrome lobbed up the same warning as said before
This post was edited by badsey (2010-07-25 07:57, 13 years ago)
ez
#5 2010-07-26 04:14
This site, url i posted, maybe infected ???
but the Jquery plugin is for real.. (code looks fine)

It will load an JQuery plugin when it is needed/called, so it will save loading time if you use a lot of Jquery plugins (or when you do not need them, they do not load at all).
But this Jquery plugin is for JQuery code only !

So it was not what I needed, I needed a kind off resource loader that will load any css and JS on demand. And keeps track off what already have been loaded.

So now I made my own Jquery plugin B) with some ideas I took from this plugin.
==- I say: Keep it EZ -==
This post was edited by ez (2010-07-26 04:52, 13 years ago)
urlkiller
#6 2010-07-27 07:02
lol virus or not, neat thing!

i will most likley build it in the plugin generator thing ;) comes to the right time, saves a shitload of work!!
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
ez
#7 2010-07-29 04:35
@urlkiller and more interested ppl

I have made my jquery plugin public ;)

http://code.google.com/p/rloader/

njoy
==- I say: Keep it EZ -==
urlkiller
#8 2010-07-30 05:49
# urlkiller : lol virus or not, neat thing!

i will most likley build it in the plugin generator thing ;) comes to the right time, saves a shitload of work!!

:))
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>