Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 415 Bytes

jquery-css-apply

jQuery plugin that applies an external CSS to a specific scope in the HTML DOM tree.

To do list:

  • Create a basic jQuery plugin structure.
  • Take a string that contain CSS format and verify the syntax (using some existed plugins).
  • Apply the CSS globally.
  • Apply the CSS to a scope.
  • Load CSS data from external URL (using AJAX), with a callback function.