Posts by Jhonatan Teodoro • 37 points
3 posts
-
1
votes1
answer27
viewsQ: Javascript Compare ERROR
I’m trying to pass a down to validate a list I need but I’m not getting it to work and I don’t understand why yet. I have the following code: $('#aprovados').click( function(){…
javascriptasked Jhonatan Teodoro 37 -
0
votes1
answer354
viewsQ: Pass a getJSON value to a variable
I have the following code: $('#aprovados').click( function(){ var job = $.getJSON($(this).attr("data-ajax-info-job"), function(jobinfo){ return jobinfo } ); console.log(job) }); The idea was to…
-
2
votes1
answer310
viewsQ: Error: 1215 cannot add Foreign key Constraint -Mysql 5.7
I am trying to create a table but I have a problem in a foreign key, at least it seems and is what I could understand in my research. Look at the code please, the error occurs in the last table. (I…
mysqlasked Jhonatan Teodoro 37