Doen anyone know how by clicking on “Load more” button additional items should load below the existing ones and “Load more” button should disappear. Additional items should be loaded from the provided JSON file (numbers.json).
[
{
"itemClass":"apps col-xs-6",
"image_src": "images/1.png",
"title": "One"
},
{
"itemClass": "web col-xs-6",
"image_src": "images/2.png",
"title": "Two"
},
{
"itemClass": "icons col-xs-6",
"image_src": "images/3.png",
"title": "Three"
}
]