Jaime R Gaffod
Results
2
comments of
Jaime R Gaffod
this is my js code ``` function clickIsotope() { var $container1 = $('#container1'), $body = $('body'), columns = null, $pointer = $('pointer'); if ($pointer.click) { console.log('here we go again'); $container1.isotope({...
Angular component code ```` import { Component, OnInit, ViewChildren, ChangeDetectorRef } from '@angular/core'; import { SearchPageService } from './search-page.service'; import { SearchPage } from './searchpage'; import { ActivatedRoute, Router }...