New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tschallacka/jquery.request

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tschallacka/jquery.request

A jQuery request library based on OctoberCMS request api

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

A jQuery plugin to enable the october request api. https://octobercms.com/docs/ajax/introduction

installation:

 npm install @tschallacka/jquery.request

$('#').request( method, data )

See the documentation available at https://octobercms.com/docs/ajax/javascript-api

Example:

 var $ = require('jquery');
 require('@tschallacka/jquery.request');
 
 $(document).request('onGetUserName', {
     success: function(data){
         console.log('Username is', data.username);
     }
 });

Keywords

jquery

FAQs

Package last updated on 22 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts