wrapping jQuery function call within a div tag?
Hi everyone,
i am trying to make a google Calendar feed using jQuery, in by which it shows the upcoming 5 events in a list view...I have got the calendar to show 5 of the upcoming events however i am trying to place it so that the list should only show within the contents of a box with a fixed size, for example within in a table or a div tag with fixed with off 200px.
the problem i am having currently is that i want the list to be displayed in the last row of the table within the div tag, however it automatically displays the events at the top of the page rather than where it should (i.e. within row 6)
can anyone help me out please :)
much appreciated