1)
Not sure about actual symfony 1.4
but i use it otgether with sympal (www.sympalphp.org) and there jquery
is available.
i personally prefer it , i dont like prototype

2)
it wouldnt matter to include jquery and switch it out later on

3)
you have different possibilities ...
either you coult echo some sort of:

jsarray = new Object(
<?php foreach ($arr as $k=>$v): ?>
jsarray["<?php echo $k"] = "<?php echo $v";
<?php endforeach; ?>
in template
or use a ajax call to generate something

or create the dropdowns directly and hide them by default using jquery
or js or prototype to show them on demand, or to rename them

or or or :D

cheers phil


2010/5/26 Parijat Kalia <kaliapari...@gmail.com>:
> So I suppose this is a lil offshoot here,...
>
> but I wanted tips on the following:
>
> 1) Enabling jQuery or Prototype (which 1 is better and easier to learn)
>
> 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
>
> 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?
>
> Thanks people!!!
>
> --
> 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 symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> 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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to