[jQuery] live() help

[jQuery] live() help

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18813"></HEAD>
<BODY>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=764402522-07092009>I have this
on a page that gets loaded into a div but its not working when loaded. I
originally had the page load normally in the browser and it worked, only since
loading it into the div has it stopped. Not sure if it has anything to do with
it but i want to add </SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=764402522-07092009></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=764402522-07092009>.live() to
the function and give it a try but no idea where to add it just to see if that
does anything.</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=764402522-07092009></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=764402522-07092009>Or does
anyone have any ideas that might help me to get this working
again.</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=764402522-07092009></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=764402522-07092009>$(window).ready(function() {<BR></SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=764402522-07092009> $('.sliderGallery').each(function(){<BR>  var
id_parts = $(this).attr('id').split('_');<BR>  var id =
id_parts[id_parts.length - 1];<BR>  var container =
$('#sliderGallery_' + id) ;<BR>  <BR> <BR>  var ul =
$('ul', container);<BR>  var itemsWidth = ul.innerWidth() -
container.outerWidth();<BR> <BR>   $('.slider',
container).slider({<BR>     min:
0,<BR>     max:
itemsWidth,<BR>     handle:
'.handle',<BR>     stop: function (event, ui)
{<BR>      ul.animate({'left' : ui.value * -1},
500);<BR>     },<BR>     slide:
function (event, ui) {<BR>      ul.css('left',
ui.value *
-1);<BR>     }<BR>   });<BR> });<BR>});</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=764402522-07092009></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=764402522-07092009>Thanks,</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV align=left><FONT size=2 face=Arial>Dave </FONT></DIV></BODY></HTML>