Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <script>
  2. require([
  3. 'jquery',
  4. 'jquery/ui',
  5. 'mage/loader',
  6.  
  7. ], function ($, loader) {
  8. $(function () { // to ensure that code evaluates on page load
  9.  
  10. $.ajax({
  11. ...
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement