Posts by Carlos Susviela • 23 points
3 posts
-
0
votes1
answer995
viewsQ: Atom editor, open php script in localhost (Test in Browse)
In Netbeans by clicking |> (play) I run my php project on localhost. Now I’m testing the Atom editor and wanted to know if there is a plugin / extension that enables this function. Open html…
-
1
votes9
answers12142
viewsA: Search via ajax during input text ( autocomplete )
Test this HTML example, to be honest I do not know the item limit that can be added to the DATALIST, but it is a matter of tests. Ai the solution without overloading the server and without…
-
1
votes1
answer304
viewsQ: Ajax canceling onblur and onfocus events
I’m picking to call an ajax (Bootstrap 3 + Html + PHP), what happens is that when you put the $.ajax function, simply the events do not occur, if I put an Alert there events happen normally : Has…