Created by: blakeembrey
Add a little snippet for the container for tooltips to be a function. This allows us to do more things with the container option if it's required.
return $(this).closest('.modal')
Currently this is set to the DOM element, and it passes the tip and options as the first and second options respectively (not sure if even required). Was going to make it the same as the placement function ability - but I am not sure on the arguments or order for the function call there. Some clarity would be great, because passing the DOM element as this
is generally how jQuery does it and seems confusing to pass it as an argument.