Interface JQuery

Index

Methods

Methods

public affix(selector: string): JQuery

Affixes the given jquery selectors into the element and will be removed after each spec

Parameters

  • selector: string

    The JQuery selector to be added to the dom

Returns

JQuery