JQuery Hide & Show -


when user clicks on submit button sends user home page (which welcome page), have problem when user clicks on home link, sends them welcome page submit button. there way remove welcome page once name , click proceed?

here codepen of looks like. example not not show of assets when index page clicked, welcome page show.

http://codepen.io/samyouel/pen/hqpku

thank you.

$('#submitbutton').click(function(){      $('#yourpage').hide();      $('#anotherpage').show(); } 

haha :p


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -