user3752276
user3752276

Reputation: 231

Jquery with call back functions

i have one problem with the Jquery callback functions, here is the link: http://saveenergy.metropolia.fi/views/pihkapuisto/ as you can see, the first page works fine. but all the others are not fine. they always right side and the size is too small. anyone knows how to change the position and size, make it looks like the first one? thanks

Upvotes: 0

Views: 87

Answers (1)

jason
jason

Reputation: 1172

you may need to use .live() as i believe you are loading elements from scratch, .live() uses delegation thus looks for new objects that are added to the browser...

Upvotes: 1

Related Questions