-1
I have a little problem, and I would like, please, to have your help. In IMAGE 1: I have a click ($('. open-box'). click(Function (Openbox) {) on line 170, but within this line I have another click ($('. Arq-Folder'). click(Function (arqfolder) {) on line 173.
If I click on any area of the line of IMAGE 2 where I indicate with a red arrow the click of the class "open-box" runs, this is OK, the "little problem" is that when I click on the blue icon (Folder) to run the click of the class "Arq-Folder", the click of the class "open-box" also runs, but this could not happen! It seems impossible, because the class "Arq-Folder" is of a div that is inside the div with the class "open-box". My question is: If it is possible to click class "Arq-Folder", type cancel the click of class "open-box"? I’m just trying and trying... Aff.
SEN-SA-CI-O-NAL man! too... thank you very much... but there was a conflict and I had to remove the script from the page (include from php) and take it to a parent page and did like this: <div class='col1 emCenter' onclick='active("<? php echo $eidneg; ? >");' data='<? php echo $eidneg; ? >' style='width:30px;'> and in javascript: Function active(value) {... Aff Aff cof cof cof... stopPropagation now does not want to funfar!!! ai (Obs: I will remove the date='<? php echo $eidneg; ? >', because I am still testing many things...)
– user34782
Dude... too... check out what would solve the case: onclick='Event.stopPropagation(); active("<?php echo $eidneg; ?>");' What did Dr. Mystery (alias user140828)? Do you approve of this? Do you think it’s cool? Solved! What do you think? Thank you brother!
– user34782
@Infonet, I have no idea what’s going on in this code that you posted in the comments. The code is incomplete, and I don’t know its context. It would be better if you edit your question, or even make a new one, since apparently now the problem is another.
– Andre
Dude! It’s hot! You already answered the question... blz... grade 11 procê! Leave it like this... I just have to thank you for the kindness you have granted in promptly answering my question. I am so grateful! God enlighten you.
– user34782
After reading a lot about the solution: onclick='Event.stopPropagation(); active("<?php echo $eidneg; ?>");' _ I realized that it is functional and used without restriction, so I solved the problem, since I am using "onclick", but if I had not changed my code, I would use it e. stopPropagation() for jquery. My sincere thanks to dr. mystery (rs) @user140828, for the kindness in helping me. May God enlighten you for this!
– user34782