Skip to content

Instantly share code, notes, and snippets.

View LubosRemplik's full-sized avatar

Luboš Remplík LubosRemplik

View GitHub Profile
32 $timeout = 5000;
33 $this->Js->get('#nav-hero input');
34 $this->Js->event(
35 'change',
36 $this->Js->request(
37 array('action' => 'contentItem'),
38 array(
39 'update' => '#main .hero',
40 'dataExpression' => 'javascript',
41 'data' => '$(this).val()',