I have a form that has 30 multiple dynamic checkboxes with the same name. When one of these checkboxes is selected it should populate a hidden radio button. I have the following code below and it...
Type: Posts; User: Simplyput; Keyword(s):
I have a form that has 30 multiple dynamic checkboxes with the same name. When one of these checkboxes is selected it should populate a hidden radio button. I have the following code below and it...
You are right it did need to be added to every page and the code resided in a side box that was on every page but still no dice. The issue was how I was detecting the adblock. The added library took...
FontSize
Okay I figured it out. My one line of code was not sufficient enough to trigger the adblock on every page, so I had to go with an adblocking detecting library to trigger the...
Yes the code is working on the first initial page that I surf to on my site but when I go to another page it's not working.
Thank you for explaining that the more I learn the better I will get at Javascript.
Now for the code, what I am trying to do is have the code check if adblock is active. If its active add the...
Thank You jscheuer1
This worked great now I am faced with a new issue so I need it tweeked. When it refreshes it ads the code to the end Yeah. However, when I go to another page the end variable...
Hello all I am in need of help. Javascript is not my strong suit so I am asking my first of many questions on this board, so please be gentle with me:)
Okay here is the problem. After a lot of...