codeigniter - How to disable link with #? -


I am trying to disable a link by inserting # for the URI. But when it is clicked it goes to the index page of my app.

Does anyone know how to go around this ??

Below is the code I am using

   

Since you are using the URL assistant, you already have the current_url () function too.

  & lt ;? = Anchor (current_url.) '/ #', 'Set my own payment', 'id = "set_payment_option"')? & Gt;  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -