views:

46

answers:

1

I am trying to use the jQuery SimpleModal plugin and I am curious about something: The description page mentions a "container" div. What is the purpose of this? Do I need to use it to use the plugin?

+2  A: 

The container is the div that holds the contents you want to appear in the modal window. It's not something you create but rather what the plugin creates. So, yes you need it, but it's not something you need to explicitly create yourself.

DA