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
Post a Comment