Hi,
I'm working with MVC's views
I have a main view which contains a partial view. My partial view is rendered with the actions that are fired from the elements that it contains. I also have a jquery of tooltips from "Qtip". Everything works fine.
My problem is that everytime I render the partial view, the complete functionality of the jquery is lost and my tooltips don't work.
Thanks