-
Notifications
You must be signed in to change notification settings - Fork 0
/
lazyloading.html
88 lines (71 loc) · 8.33 KB
/
lazyloading.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"> </script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.js"></script>
<script type="text/javascript" src="http://emn178.github.io/jquery-lazyload-any/src/jquery.lazyload-any.js"></script>
</head>
<body>
<script type="text/javascript">
$(window).load(function(){
$('.lazyload').lazyload();
});
</script>
<h1 style="text-align:center;">Lazy Loading Demo by Singh Tarandeep</h1>
<div class="lazyload">
<!-- <h2 class="header-md">Record 1</h2>
<div>
Hello everyone. Recently i came across one requirement where we need to have Auto Complete functionality in Visualforce Page so i used apex:inputText component with list attribute and that renders the List of Objects as dropdown as well as Auto Complete. But due to some limitations with apex:inputText and i planned to use JQuery's Autocomplete functionality and thats works great with Salesforce. So i though of sharing that implementation with you guys.
For AutoComplete functionality i have created one AutoComplete Component that we can use in any VisualForce Page and we can easily read data from AutoComplete component in our VisualForce page using JavaScript. In AutoComplete component i have created VisualForce Component and VisualForce Controller. In VisualForce Component i have used JQuery CSS & JS Files that i have upload in Static Resource.
</div> -->
</div>
<div class="lazyload">
<!-- <h2 class="header-md">Record 2</h2>
<div>
Hello everyone. Recently i came across one requirement where we need to have Auto Complete functionality in Visualforce Page so i used apex:inputText component with list attribute and that renders the List of Objects as dropdown as well as Auto Complete. But due to some limitations with apex:inputText and i planned to use JQuery's Autocomplete functionality and thats works great with Salesforce. So i though of sharing that implementation with you guys.
For AutoComplete functionality i have created one AutoComplete Component that we can use in any VisualForce Page and we can easily read data from AutoComplete component in our VisualForce page using JavaScript. In AutoComplete component i have created VisualForce Component and VisualForce Controller. In VisualForce Component i have used JQuery CSS & JS Files that i have upload in Static Resource.
</div> -->
</div>
<div class="lazyload">
<!-- <h2 class="header-md">Record 3</h2>
<div>
Hello everyone. Recently i came across one requirement where we need to have Auto Complete functionality in Visualforce Page so i used apex:inputText component with list attribute and that renders the List of Objects as dropdown as well as Auto Complete. But due to some limitations with apex:inputText and i planned to use JQuery's Autocomplete functionality and thats works great with Salesforce. So i though of sharing that implementation with you guys.
For AutoComplete functionality i have created one AutoComplete Component that we can use in any VisualForce Page and we can easily read data from AutoComplete component in our VisualForce page using JavaScript. In AutoComplete component i have created VisualForce Component and VisualForce Controller. In VisualForce Component i have used JQuery CSS & JS Files that i have upload in Static Resource.
</div> -->
</div>
<div class="lazyload">
<!-- <h2 class="header-md">Record 4</h2>
<div>
Hello everyone. Recently i came across one requirement where we need to have Auto Complete functionality in Visualforce Page so i used apex:inputText component with list attribute and that renders the List of Objects as dropdown as well as Auto Complete. But due to some limitations with apex:inputText and i planned to use JQuery's Autocomplete functionality and thats works great with Salesforce. So i though of sharing that implementation with you guys.
For AutoComplete functionality i have created one AutoComplete Component that we can use in any VisualForce Page and we can easily read data from AutoComplete component in our VisualForce page using JavaScript. In AutoComplete component i have created VisualForce Component and VisualForce Controller. In VisualForce Component i have used JQuery CSS & JS Files that i have upload in Static Resource.
</div> -->
</div>
<div class="lazyload">
<!-- <h2 class="header-md">Record 5</h2>
<div>
Hello everyone. Recently i came across one requirement where we need to have Auto Complete functionality in Visualforce Page so i used apex:inputText component with list attribute and that renders the List of Objects as dropdown as well as Auto Complete. But due to some limitations with apex:inputText and i planned to use JQuery's Autocomplete functionality and thats works great with Salesforce. So i though of sharing that implementation with you guys.
For AutoComplete functionality i have created one AutoComplete Component that we can use in any VisualForce Page and we can easily read data from AutoComplete component in our VisualForce page using JavaScript. In AutoComplete component i have created VisualForce Component and VisualForce Controller. In VisualForce Component i have used JQuery CSS & JS Files that i have upload in Static Resource.
</div> -->
</div>
<div class="lazyload">
<!-- <h2 class="header-md">Record 6</h2>
<div>
Hello everyone. Recently i came across one requirement where we need to have Auto Complete functionality in Visualforce Page so i used apex:inputText component with list attribute and that renders the List of Objects as dropdown as well as Auto Complete. But due to some limitations with apex:inputText and i planned to use JQuery's Autocomplete functionality and thats works great with Salesforce. So i though of sharing that implementation with you guys.
For AutoComplete functionality i have created one AutoComplete Component that we can use in any VisualForce Page and we can easily read data from AutoComplete component in our VisualForce page using JavaScript. In AutoComplete component i have created VisualForce Component and VisualForce Controller. In VisualForce Component i have used JQuery CSS & JS Files that i have upload in Static Resource.
</div> -->
</div>
<div class="lazyload">
<!-- <h2 class="header-md">Record 7</h2>
<div>
Hello everyone. Recently i came across one requirement where we need to have Auto Complete functionality in Visualforce Page so i used apex:inputText component with list attribute and that renders the List of Objects as dropdown as well as Auto Complete. But due to some limitations with apex:inputText and i planned to use JQuery's Autocomplete functionality and thats works great with Salesforce. So i though of sharing that implementation with you guys.
For AutoComplete functionality i have created one AutoComplete Component that we can use in any VisualForce Page and we can easily read data from AutoComplete component in our VisualForce page using JavaScript. In AutoComplete component i have created VisualForce Component and VisualForce Controller. In VisualForce Component i have used JQuery CSS & JS Files that i have upload in Static Resource.
</div> -->
</div>
<div class="lazyload">
<!-- <h2 class="header-md">Record 8</h2>
<div>
Hello everyone. Recently i came across one requirement where we need to have Auto Complete functionality in Visualforce Page so i used apex:inputText component with list attribute and that renders the List of Objects as dropdown as well as Auto Complete. But due to some limitations with apex:inputText and i planned to use JQuery's Autocomplete functionality and thats works great with Salesforce. So i though of sharing that implementation with you guys.
For AutoComplete functionality i have created one AutoComplete Component that we can use in any VisualForce Page and we can easily read data from AutoComplete component in our VisualForce page using JavaScript. In AutoComplete component i have created VisualForce Component and VisualForce Controller. In VisualForce Component i have used JQuery CSS & JS Files that i have upload in Static Resource.
</div> -->
</div>
</body>
</html>