You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[When using lo scheletrone](#When-using-lo-scheletrone)
15
16
16
17
@@ -129,7 +130,7 @@ var instancecached = $('#myDIVcached').scheletrone({
129
130
incache:true
130
131
});
131
132
```
132
-
## Options
133
+
###Options
133
134
134
135
Currently this plugin supports the following options:
135
136
@@ -225,7 +226,7 @@ var instance = $('#myDIV').scheletrone({
225
226
});
226
227
```
227
228
228
-
## When using lo scheletrone
229
+
###When using lo scheletrone
229
230
230
231
There are several cases where it is useful to use this plugin. The first is when you have a div populated asynchronous and the data waiting is very slow. The effect you have is an empty block awaiting the data like this.
0 commit comments