Posts by Lucas Nicolau Rocha Santos • 59 points
7 posts
-
1
votes2
answers48
viewsQ: I’m having trouble creating a database and relating 3 tables
I’m having difficulty creating a database and relating 3 tables : return the name and surname of the customer, his neighborhood, and the values of his movements,the date ordering the movements for…
-
1
votes0
answers21
viewsQ: When and how to use Spas at the expense of the server side application model?
(Single Page Application) When and how to use Spas over the server side application model?
phpasked Lucas Nicolau Rocha Santos 59 -
-1
votes2
answers263
viewsQ: How to transform the space of an input text to %20?
How to transform the space of an input text to %20? I would like to modify text in question to be transported at a url I am generated a url so that the site information is included at the beginning…
-
0
votes4
answers130
viewsQ: how can I put a condition in if so that it doesn’t happen if the array has "..." at the end of the sentence
how can I put a condition on if(if (strlen($string) > $size) {) so it doesn’t happen if the array has "..." at the end of the sentence $prod->setNome(Utility::limitaString($prod->getNome(),…
-
1
votes1
answer43
viewsQ: How this jQuery function works
I’m wondering how this function is working. It has function when someone by iphone click on the link it is not in there and yes direct to link. demo.autoclick = function() { $('a').on('tap',…
jqueryasked Lucas Nicolau Rocha Santos 59 -
0
votes2
answers27
viewsQ: how to call a javascript function on all buttons with a class
would like to call this function that is called all imput by id="inviardesb" and exchange them for all input you have <div class="classchama"> as I call by div this function <div…
-
-2
votes3
answers134
viewsQ: How not to let the user click more than once on javascript button
How not to let the user click more than once on javascript button <input type="submit" class="inviar" name="teste" id="testeid" value="Enviar">