knutsford01
New Coder
I am trying to open another modal once the first one is closed Hoiw do I do that in Javascript or Jquery please?
document.getElementById('card__btn-close<% Response.Write(i) %>').click(); is closing the first one ok but I don't want this
document.getElementById('Free').click();
happening until after it is closed
Is it possible and how?
Thanks
document.getElementById('card__btn-close<% Response.Write(i) %>').click(); is closing the first one ok but I don't want this
document.getElementById('Free').click();
happening until after it is closed
Is it possible and how?
Thanks