On Wed, Jul 11, 2012 at 3:50 PM, Odhiambo Washington <[email protected]> wrote: > > > On Wed, Jul 11, 2012 at 3:19 PM, Nafiesa Allie <[email protected]> > wrote: >> >> Did you not get my mail with the attachment? >> >> Ok, I will put it in writing: the file that I created is >> /svr/rt4/local/html/Callbacks/SLAC/Elements/Header/Head and its contents is: >> >> <%INIT> >> jQuery('table.myrt td.boxcontainer > div').detach().appendTo('table.myrt > >> tbody > tr').wrap('<td class="boxcontainer" />'); >> </%INIT> >> <%ARGS> >> </%ARGS> >> >> Please bear in mind that I have never programmed in Java/Jquery or HTML >> before.
You've put everything into <%INIT> block where perl code should live that initializes data for the page. Delete all special blocks and just leave html/javascript. Also, your code is javascript and to place it properly into HTML you have to wrap it into <script></script> tag. > That's why you should consider paying Bestpractical to do this > customizations for you, I think. That's how the likes of Ruslan make their > living. Well, we can help on the mailing list as long as user have time, does leg work, learns, keep pushing by providing additional info, doesn't yell that help is slow and so on ... Usual situation with mailing lists. > -- > Best regards, > Odhiambo WASHINGTON, -- Best regards, Ruslan.
