$$('.search-button .search-businesstype').invoke('observe','click',function () {
        mapManager.filterbyBusinessType(this.readAttribute('data-businesstypeid'));
        $$('.search-button .search-businesstype').invoke('removeClassName','active');
        this.addClassName('active');
    });


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *