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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If you don't use nuget package manager, just download source code, and copy MT.B
22
22
##Using
23
23
1- Add a reference to **/Scripts/MT.BootstrapTabsLazyLoader.js** to the scripts part of your code, after **jquery.js** and **bootstrap.js**
24
24
25
-
2- add class **.lazyloading** to nav-tabs (bootstrap tabs ul tag)
25
+
2- add class **.lazyload** to nav-tabs (bootstrap tabs ul tag)
26
26
27
27
3- add **data-url** to the **anchor** tag of every tab you want to lazyload. this attribute will contain the url of partial pages you want to load it into the tab.
0 commit comments