Widgets without further methods

  • File : iu.widget.js

File Upload

  1. Description

    • File Upload Widget
    • When clicking event, connect Upload Button with File Name
  2. jQuery Plugin

    $.fn.activateFileUpload
    
    // Example
    $('#file-upload-id').activateFileUpload()
    

Enable Hover Effect

  1. Description

    • Widget has mouse-over styles
    • Mimic :hover selector
    • When occuring mouse over event, activate iux-hover class
  2. jQuery Plugin

    $.fn.activateHover
    
    // Example
    $('#widget-has-mouse-over-id').activateHover()
    

Full Section

  1. Description

    • Section has enable full size
    • When resizing window, section’s height will be equal to window’s height
  2. jQuery Plugin

    $.fn.iufullsection
    
    // Example
            $('#section-is-enabled-fullsize').iufullsection()