smartcar / javascript-sdk

Client-side JS SDK for OAuth dialogs.
MIT License
9 stars 5 forks source link

Look for window.jQuery #6

Closed mattprivman closed 8 years ago

mattprivman commented 8 years ago

In the case that a user decides to use a lightbox utilizing jQuery, the lightbox will only honor its own click events and not those set by the SDK. To overcome this, a developer can set jqueryLightbox to true and the SDK will bind the click events to the highest document level which the lightbox cannot reach.