Hey Guys;
I am having some issues attempting to bind a slideshow function to a
to div that lives within ajax loaded content.

Some quick info about what i am attempting.

- Portfolio Menu, click each title to load
- on click, load new portfolio peice(i.e website-name.html)
- Within website-name.html run a slideshow that requires a function
that is set in the main portfolio.html page.

I am using this slideshow - 
http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding

This is the code i am using to attempt to init the slideshow

$('#portfolioHolder').bind('ajaxSuccess', function() {
        $("#slider").easySlider();
        alert("Content Load");
})

$("#slider").easySlider(); is the function i need to trigger. The
alert gets run but the easySlider() does nothing.

any ideas?
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to