Forums / Cotonti / Development / Loading custom JS script in plugins

Tip

ez
#23219 2010-02-26 16:03
Didn't know that one yet... thnx

You can also load additional css (e.g. for plugins)
$.ajax({
  url: url,
  dataType: 'script',
  success: success
});

thnx trustmaster
==- I say: Keep it EZ -==
This post was edited by ez (2010-02-26 16:22, 15 years ago)