This question would be better suited to the main jQuery list: http://groups.google.com/group/jquery-en
The list you've posted to is for questions about jQuery UI plugins[*]. Thanks. - Richard [*] http://rdworth.org/blog/2008/10/jquery-plugins-and-jquery-ui/ On Mon, Oct 12, 2009 at 11:50 AM, Badbeer <[email protected]> wrote: > > I have a script that determines a value based on page content. I want > to use that value as content with the "after( content )" property. Is > this possible and if so, how? > > <script> > function myfunction() { > ... > } > > $(document).ready(function(){ > > $(".xyz").after("myfunction's value"); > }); > </script> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
