Posts by Nathan • 29 points
3 posts
-
2
votes2
answers6548
viewsQ: Javascript function calling another javascript function inside a while
I’m having a problem executing a javascript function that in its scope has a while that according to how the counter is incremented, is called a second javascript function passing as parameter the…
-
0
votes0
answers58
viewsQ: Problems with a function calling another function in javascript
I am working on a system that, when entering the data in the fields it checks through a javascript function if the data entered has already been registered in the database. If true, it blocks the…
-
0
votes2
answers147
viewsQ: How to pass data from a search done in ajax/php/mysql to a textarea with ckeditor
I’m working on a control panel for website where the news posts are made. For it you can edit the news if necessary, I’m using the CKEDITOR in my textarea, the consultation shall be made by means of…