Posts by tiagopotencia • 75 points
6 posts
-
2
votes1
answer231
viewsQ: Design standard to combine data from different databases
I’m taking data from two different databases and need to format this data for Json. The problem is not accessing the two banks and getting the information. The problem is that my class became more…
-
0
votes0
answers238
viewsQ: Change value of all ssearch in a Jquery Datatable request
I’m using the methods $(_table) .DataTable() .column(colIdx) .search(text) .draw(); to perform filters on my Datatable. However, to decrease the number of requests, I perform this function only when…
-
2
votes1
answer473
viewsQ: Extract data from a javascript array
I have an array, and in its contents it has a serialized value. I would like to separate these values and place each value in another array (with properly separated indexes). Follow my code: data =…
-
1
votes1
answer1041
viewsQ: Load and read XML via AJAX Cross-Domain
I have an AJAX Cross-Domain request that receives an XML. After a lot of work, I was able to download the XML but I don’t know if I did it the right way because it never arrives in Success. Follow…
-
2
votes3
answers1401
viewsQ: HTML 5 audio player with forward/backward
I’m working on an HTML 5 player and had a sad surprise when I tried to use the forward/backward feature when I put the cursor in a given minute of the song (as we do on youtube, for example).…
-
0
votes1
answer567
viewsQ: "'Webform_docallback' is not set" - IE 11
I had a problem with a website I am programming when running it on IE11. After placing the tag inside mine so that the code is emulated in as IE 9: <head id="Head1" runat="server"> <meta…