DH
Asked
Hi,
in some files, I see this line of code : "console.log($(this).val());"; can you say to me where these messages appear ? in a log file (which one) or in a windows of netbeans (how to display them in such case)
thanks in advance,
Domi.
in some files, I see this line of code : "console.log($(this).val());"; can you say to me where these messages appear ? in a log file (which one) or in a windows of netbeans (how to display them in such case)
thanks in advance,
Domi.
- MSAnsweredHello,
Console log will be shown in browser developer tool's console tab.
Thank you - DHAnsweredThanks ! very helpfull :-)
sincerly,
Domi. - Login to Reply