Skip to content

Helper javascript to handel standard CRUD process, include template ajax GET, POST, DELETE , notification pop up and handel validation form

Notifications You must be signed in to change notification settings

yaza-putu/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Helpers

Click Here

Important

  • Minimun jquery version 3.x
  • current support only framwork css bootstrap for auto handel validations form

Install via CDN

  • put css inside head
 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yaza-putu/helpers@V2.0.4/libs/libs-core.min.css">
  • put js helper inside body
    <!-- remove jquery if jquery is installed -->
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script src="https://cdn.jsdelivr.net/gh/yaza-putu/helpers@V2.0.4/libs/libs-core.min.js"></script>
    <script src="https://cdn.jsdelivr.net/gh/yaza-putu/helpers@V2.0.4/helpers.min.js"></script>

Table Of Content Helpers

Ajax

  • Ajax Post
  • Ajax Get
  • Ajax Delete

Notification

  • Toast
  • Sweetalert2
  • Snackbar
  • Notifyjs

Datatables

  • Datatable connect to yajra backend datatable
  • Refresh datatables

Form Input

  • Format Currency
  • Show Hide Password
  • Auto add required symbol in label tag

Other

  • Block UI
  • Set Query Param Url

About

Helper javascript to handel standard CRUD process, include template ajax GET, POST, DELETE , notification pop up and handel validation form

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published