I know there are several jquery plugins to ask the users for permission, but I read the script actually have to wait for permission before setting a cookie
Something like if(permission){ set cookies (not only Q2A, but Google Analytics maybe other add-ons we have in our site)}
else{don't set any cookie}
Any idea how to implement this?