UNPKG

@kademi/keditor

Version:

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents

6 lines (5 loc) 185 B
export default function () { let timestamp = (new Date()).getTime(); let random = Math.round(Math.random() * 9876543210); return `keditor-ui-${timestamp}${random}`; };