Global

Members

CSS_PROPERTIES_TO_STEAL

standalone placeholder shim

There are a bunch of placeholder polyfills out there, but this one is different because:

  • it has no dependencies
  • it doesn't change the value
  • it works with weirdly-positioned elements (like position: fixed)
  • it can be manually triggered
  • the placeholder can be styled
  • it's made for IE8 and IE9 and no other browsers
Source:

Type Definitions

callback(erropt, nullable, dataopt, nullable) → {void}

The Node.js-style callback pattern used throughout the SDK.

Parameters:
Name Type Attributes Description
err BraintreeError <optional>
<nullable>

null or undefined if there was no error

data any <optional>
<nullable>

The successful result of the asynchronous function call (if data exists).

Source: