Re: select box link and jump to selected category
Do you mean jump to the category down the page? Use an id on the
header for the category and then use JS to change the window location
to '#' + your_id. But why not just create normal links rather than use
a select box?
Or do you mean something altogether different? Your question is a bit vague.
On Thu, Dec 13, 2012 at 7:09 AM, Chris <chris69m@yahoo.com> wrote:
> hi guys,...
> how can I link and jump to selected category from select box once it
> selected,...?
> I'm reading categories from helper:
> <?php echo $this->Form->input("categories" , array('label' => false, 'type'
> => 'select', 'options'=>$application->video_category())) ?>
>
> thanks in advance
> chris
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com.
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php?hl=en.
>
>
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home