Posts by Hyroshima • 1 point
5 posts
-
0
votes5
answers32001
viewsA: JSON.parse error: Unexpected end of JSON input
searching for an answer about the same error, I found that the return string contained accented characters and after removing worked, so that’s when I changed the format when saving the file to…
javascriptanswered Hyroshima 1 -
0
votes1
answer758
viewsA: Refresh page when coming back from another Ionic/angular page
Solution After checking the life cycle of the page I realized using ngOnInit was unfeasible because as it was a page that needed updating whenever some event happened, so I just removed the call of…
-
-1
votes1
answer758
viewsQ: Refresh page when coming back from another Ionic/angular page
Good morning guys, I’m having a problem inserting/editing/deleting data in db, I have a client page that lists the names, the buttons that make use of the functions I mentioned lead to a new…
-
0
votes2
answers22
viewsQ: backgroundColor is not working on Chrome (Jquery)
Good morning guys, I’m taking a jquery course and when doing some tests with multiple css statements Chrome runs the part of backgroundColor, but both in firefox and ie work without problem, until I…
-
0
votes5
answers6291
viewsA: Encrypt string based on a php keyword
Good morning, I’m still learning and I’d like to understand the meaning of the word "PALAVRA_CHAVE" is there, would be in case the word to encode and decode the string ? Thanks in advance! public…