We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d5f74 commit 760a75eCopy full SHA for 760a75e
jq_img_lazy_load.php
@@ -22,8 +22,8 @@ function jquery_lazy_load_ready() {
22
$placeholdergif = plugins_url('images/grey.gif', __FILE__);
23
echo <<<EOF
24
<script type="text/javascript">
25
-$(document).ready(function($){
26
- $("img").lazyload({
+jQuery(document).ready(function($){
+ jQuery("img").lazyload({
27
effect:"fadeIn",
28
placeholder: "$placeholdergif"
29
});
0 commit comments