Posts by Geoge Trindade • 1 point
3 posts
-
-1
votes4
answers58320
viewsA: Error: Access denied for user 'root'@'localhost' (using password:NO) accessing Website
Edit the access user to Mysql, in my case I changed his privileges from "%"(any bank) to "localhost", it worked. Since your online should be the reverse I think,.
-
0
votes2
answers508
viewsA: Loading script.js (external) using Domcontentloaded?
use if(statusTxt == "Success") function open_exec32(){ $("#exec32").load("../../sitecorp/modal/01/modalEffects.js", function(responseTxt, statusTxt, xhr){ if(statusTxt == "success") {alert();} else…
-
-1
votes1
answer32
viewsA: Pass value of a select by javascript
how is a select try this model here: var se_pais = $("#comboboxpais option:selected").val();
javascriptanswered Geoge Trindade 1