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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -