php - Create blank UL list for Blade templating system - Laravel + jQuery TagIt -


Trying to use jQuery Tagit with Laravel and Blade.

It works fine, but the rest of the form is using the blade and I want to keep it all so that I want to use the blade to make the list. However, I can find a way to make a blank ul list using slang blade.

then looks like blade for ul:

  {{HTML :: ul (array ('a', 'b'), array ('square' = ' & Gt; mylist '))}}  

what works but I'm currently using this way:

  & lt ; Ul id = "myTags" name = "tags" class = "form-control form-control-ultagit" & gt; & Lt; / Ul & gt;  

I usually do not mind too much, but want to use the input :: old () method.

Any help? When using:

  {{HTML :: ul (array (), array ('class' = & gt; 'mylist'))}}  

Nothing is shown and UL is not created. There is no way to present an empty list using HTML: ul () or HTML:


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -