TimHeckel / meteor-bootboxjs

A meteor smart package for the bootstrap bootboxjs plugin
30 stars 19 forks source link

Pass var to callback function #20

Closed stlouisweb closed 9 years ago

stlouisweb commented 9 years ago

I'm scratching my head on how to pass a variable (this._id) into the callback function of bootbox.confirm?

stlouisweb commented 9 years ago

I was able to accomplish this by assigning this._id to a variable after the click event but before the confirm function.