jquery plugins - Load facebox on body load -


I am using Facebox 1.1 and when I load the bodybox, want to load the foambox, rel = Facebox

Can anyone tell me how to achieve this?

Have you read that? This is described under the Controlled Facebox programmatically . Okay, this is Facebox 1.2, I do not know it is available in 1.1, but I think so.

Example:

  $ (function () {$ .facebox ({div: '#box'});});  

Comments