Questions tagged as 'front-end'

0
answers

Autocomplete with Materialize [closed]

Good afternoon! I'm developing a web app, and wanted to put an autocomplete. I'm using the Materialize Framework documentation, but I'm not getting it. <div class="col s12"> <div class="row"> <div class="input-field col s1...
asked by 26.12.2018 / 17:12
2
answers

split () method javascript in an Array

How do you get the same result as the variable below in the array ? // Variável var str = "How are you doing today?"; var res = str.split(" ", 3); document.write(res) // Array var str = ["How are you doing today?"]; var res = st...
asked by 28.09.2017 / 15:06
1
answer

When is the real need to use JavaScript? [closed]

I'm new to the development world, and I started with the Front End. I've been looking to specialize in HTML, CSS and especially JavaScript, but over time I've come to realize that with the advancement of these languages, and specifically CSS in...
asked by 27.07.2015 / 12:45
1
answer

How to distribute the column spacing of a responsive table equally?

How can I distribute column spacing equally from a table using CSS? Ex: <table> <tr> <td>Nome</td> <td>Email</td> <td>Telefone</td> <tr> </table>     
asked by 21.08.2018 / 19:17