[jQuery] Re: Tabs: page jumps to top when tab changes

2009-07-30 Thread Rodi
you have to return false; on click. On Jul 29, 6:53 am, chris_huh chris@gmail.com wrote: Thanks but I can't find jquery.history_remote.pack.js. I am using jquery 1.7.1 and the tabs thing that comes with JQuery UI. On Jul 29, 2:25 pm, rupak mandal rupakn...@gmail.com wrote: Hi, if you

[jQuery] Re: Dynamic creating of elements and appending them

2009-07-30 Thread Rodi
Try this: $(document).ready(function(){ $(#foobar).append(div /); }); On Jul 29, 4:51 pm, Wulf wulf1...@googlemail.com wrote: Hey there, I read a lot of things now about creating elements with $(div/) and the appendTo method. here is my code I'm trying to get to work: html