the jquery list would be the place to ask.

musachy

On Mon, Jun 8, 2009 at 11:58 AM, Martin Gainty<mgai...@hotmail.com> wrote:
>
> trying to get some information on JQuery themeroller
> here is the main page for JQuery themeroller
> <script
> type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script>
>                                // Accordion
>                                $("#accordion").accordion({ header: "h3" });
>                                // Tabs
>                                $('#tabs').tabs();
>                                // Dialog
>                                $('#dialog').dialog({
> //Ok..cancel and hooks to JS functions defined above
>                                });
>
>                                // Dialog Link
>                                $('#dialog_link').click(function(){
>                                        $('#dialog').dialog('open');
>                                        return false;
>                                });
>
>                                // Datepicker
>                                $('#datepicker').datepicker({
>                                        inline: true
>                                });
>
>                                // Slider
>                                $('#slider').slider({
>                                        range: true,
>                                        values: [17, 67]
>                                });
>
>                                // Progressbar
>                                $("#progressbar").progressbar({
>                                        value: 20
>                                });
>
>                                //hover states on the static widgets
>                                $('#dialog_link, ul#icons li').hover(
>                                        function() { 
> $(this).addClass('ui-state-hover'); },
>                                        function() { 
> $(this).removeClass('ui-state-hover'); }
>                                );
>
>                        });
>                </script>
>          <body>        //lots of forms and data tags which call javascript 
> functions defined above
>        </body>
> how does the component illustration for Themeroller differ from standard 
> Jquery?
> is there a set of functions that are available in ThemeRoller which are not 
> in JQueryMartin Gainty
> ______________________________________________
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
> sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
> oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich 
> dem Austausch von Informationen und entfaltet keine rechtliche 
> Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen 
> wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
> destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
> l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci 
> est interdite. Ce message sert à l'information seulement et n'aura pas 
> n'importe quel effet légalement obligatoire. Étant donné que les email 
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter 
> aucune responsabilité pour le contenu fourni.
>
>
>
> _________________________________________________________________
> Hotmail® has ever-growing storage! Don’t worry about storage limits.
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage_062009



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to