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

Tip

ez
#23219 26. Februar 2010, 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 -==

Dieser Beitrag wurde von ez (am 26. Februar 2010, 16:22, vor 15 Jahre) bearbeitet