Hi, I have a sentence with couble of words, Also I have a database table with 500 words, I read the sentence and want to know which words are included in the database table (of 500 words). I use java script, in a loop I want to display each found wordt with a allert. In Java script I used service ca...
Hi, I have the same problem, I want to know what is returned after a database query.:: getQuestions.execute({data:{where: '{"_id":"53620e12e4b058d902d3f58b"}', success:function(data){ alert("success! "+data); }, error:function ( jqXHR, textStatus, errorThrown ) { alert(...
What does this mean: You can create success and error event with appery.io visual builder not from javascript code. I have the same problem. I want to see "data" as result of the query but I got also "undefined" as response. data.length works, are there any other options besides ...
Hi I'm doing the following in Javascript after a button click: do something (1), Execute the query do something (2) If I execute this javascript I see the following execution : do something (1) do something (2) Execute the query This is the code: itemToTest0='E120'; alert('Before'); /(1) haram_query...