# loftloader/1.0.2/js/front/loftloader.js

LoftLoader, version 1.0.2. 5 lines.

- Page: https://pluginprobe.com/plugins/loftloader/1.0.2/code/js/front/loftloader.js
- Raw: https://pluginprobe.com/plugins/loftloader/1.0.2/raw/js/front/loftloader.js
- Modified: 2016-10-15T13:49:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/loftloader/1.0.2/code/js/front/loftloader.js#L10-L20`.

```javascript
(function($){
	if($('#loftloader-wrapper').length){
		$(window).load(function(){ $('body').addClass('loaded'); });
	}
})(jQuery);
```
