Posts by Malaba • 219 points
4 posts
-
3
votes1
answer3648
viewsA: How to insert Access-Control-Allow-Origin in the header
"Generally" this type of problem occurs only when we are developing locally, due to security aspects of browsers, to avoid and streamline using this plugin in Chrome http://bit.ly/1E0dpeU. For a…
-
1
votes1
answer1189
viewsA: Quick search with jquery
Change the scope of Event keyup by the code below: $('#pesquisa').keyup(function(event) { if (event.keyCode == 27 || $(this).val() == '') { $(this).val(''); $('tbody…
-
2
votes2
answers545
views -
2
votes1
answer111
viewsA: How to plot a Stackedcolumn100 chart?
Follows solution in JS. var dados = [{"name":"DIFS - GEMAS - GAECS - Eng. Man. Eq. Convencionais","data":"[96]"}, {"name":"DIFS - GEMAS - GAECS - Eng. Man. Eq. Convencionais","data":"[95.51]"},…