Laravel 4 Javascript Link using {{Html}} -
is there laravel4 html() function or way add disabled link. of course create <a>
tag directly, though i'd prefer consistent.
ie:
{{ html::link('javascript:;','delete',array('id'=>"deletebt")) }}
you must use link_to, example :
link_to('link', 'title', array('id' => 'myid'));
Comments
Post a Comment