Posts by Jeovane • 23 points
5 posts
-
0
votes2
answers1186
viewsQ: Modal Bootstrap superimposed on dark background in request without reflesh
Hello, programmers, I’m having a hard time deploying a modal in a data call that will remain hidden. For example, I have an ajax pagination that works correctly, but when deploying a modal to call…
javascriptasked Jeovane 23 -
-2
votes1
answer1071
viewsQ: Advantages and disadvantages of Sqlite
Sqlite is a powerful API for working with structured data, but it requires a lot of effort from the programmer to use it. According to Developer (2018), the programmer faces the famous "Boilerplate…
-
1
votes1
answer1997
viewsQ: One button click event
Consider the following layout of a Activity: <LinearLayout> <android.support.v7.widget.AppCompatButton android:id="@+id/btnLogin" android:layout_width="fill_parent"…
-
0
votes1
answer179
viewsQ: How do I add id values from a total array
I take 2 results from an array, for example: 1 and 9, these numbers are ID’s that I will use for a query in the database and print these results on the screen, I can even print, but for example if…
-
0
votes0
answers354
viewsQ: Send an array of a select to a URL using ajax
I have a problem that I’m having a hard time solving even though it seems easy, and it would be this: I have this select with array: <select id="cidade" onchange="fLoadBairro();"…