+1 for jquery On Wed, May 26, 2010 at 8:51 AM, Eno <[email protected]> wrote: > On Wed, 26 May 2010, Parijat Kalia wrote: > >> 1) Enabling jQuery or Prototype (which 1 is better and easier to learn) > > jQuery has a lot more widgets available IMHO. > >> 2) Do I need to download anything off the net, or are the 2 jscript >> libraries inbuilt. I find several plugins for jquery, so not sure what to >> download > > Look for the sfJqueryReloadedPlugin. > >> 3) I have two drop down menus. Upon selection of drop down menu bar 1, the >> menu of drop down menu bar is created. This I believe is a Javascript >> issue,but the menu off each off these items comes off my php script, so I am >> not sure how I can echo this within my javascript. I know you can have >> javascript being echoed out of php, but u certainly can't have it the other >> way round. Either ways, how can I transfer the menu arrays which I have in >> PHP to javascript. Or is this an ajax issue? > > You could create Javascript arrays from PHP and use js event handlers to > setup your menu using them when uses mouses over or clicks. > > Most probably there is a jQuery widget out there that does this for you. > Use Google. > > > -- > > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en >
-- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
