Welcome Guest, Not a member yet? Register   Sign In
Pop-up
#3

The only "button" I can see in your vast amount of code is:

Code:
<button class="reg">

Jquery works on classes or id's so change:

Code:
$("button").click(function () {

to:

Code:
$(".reg").click(function () {

JQuery uses a # to indicate an ID and a . to indicate a class.

That should work in that the click function will now run, whether it does what you intended or not I have no idea.

Hope that helps,

Paul
Reply


Messages In This Thread
Pop-up - by synapses.vl - 11-13-2017, 07:50 AM
RE: Pop-up - by ciadmin - 11-13-2017, 09:20 AM
RE: Pop-up - by PaulD - 11-14-2017, 11:18 AM
RE: Pop-up - by PaulD - 11-14-2017, 12:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB