Posts by Mauricio Santos • 35 points
7 posts
-
-2
votes2
answers56
viewsQ: Syntax error when using . val() in a JSON
I’m trying to check a value in JSON to see if it’s null value containing an image link. But when there is a link it returns an error: Uncaught Error: Syntax error, unrecognized expression: I’m using…
jqueryasked Mauricio Santos 35 -
2
votes1
answer52
viewsQ: Show DIV when I click the Button via Jquery
I’m using the following code to show the DIV when I click the button: $(".button").click(function(){ $(".div").css("display","flex"); }); It is working normally when I click the button created…
-
0
votes1
answer49
viewsQ: Loader after clicking the link (a)
I have a wordpress site and added a plugin to turn webapp with PWA. The problem is how the address bar disappears, when the user clicks on some link it takes a while to load and the person keeps…
javascriptasked Mauricio Santos 35 -
0
votes0
answers153
viewsQ: Warning: mysqli_real_escape_string() expects Parameter 1 to be mysqli
I migrated the site from Ocaweb to hostgator and php are in different versions. Now I need to use mysqli. I’ve already arranged the /public_html/.../mysql.php. Now this file:…
-
0
votes2
answers73
viewsQ: Notice: Undefined index: Dentifier does not find the error
You’re making this mistake in several parts of my homepage. But I don’t know how to fix it. Follow the error and the corresponding code line. Notice: Undefined index: identifier in…
-
0
votes0
answers26
viewsQ: Visual confirmation of loading pages in PWA
I created a PWA of a site made in Wordpress, turned good, looking like an app. But I have a problem, when I click on a link/image that takes me to another page the site takes to respond. In that…
-
1
votes2
answers6208
viewsQ: How do I keep my footer down?
I want to leave my footer (http://codepen.io/xmauricioo/full/Zemzvv/) like the footer of this page (https://codepen.io/cbracco/full/zekgx) "Always on the bottom". I’ve tried everything and can’t…