Answer the question
In order to leave comments, you need to log in
How to load codeigniter view with anchor?
There is a usual method load
function index()
{
$this->load->view('/page_view');
}
From the controller, this method sends me to
"foo.com/page"
How to insert an anchor and get this --> "foo.com/page#news"?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question