I'm currently making memo.js, a jQuery plugin for Chrome-users. With the plugin, users can mark text on a website.
I create memo.js with cookies, Javascript, CSS and HTML.
The script remembers the place from the memo, but not the height.
I use resize:both; to change the height from the memo, with the standard height and with: 10x70px.
Could anyone help me with the height and the width, please?
I'm a beginning Dutch JS'er.
Hi,
I'm currently making memo.js, a jQuery plugin for Chrome-users. With the plugin, users can mark text on a website.
I create memo.js with cookies, Javascript, CSS and HTML.
The script remembers the place from the memo, but not the height. I use resize:both; to change the height from the memo, with the standard height and with: 10x70px.
Could anyone help me with the height and the width, please? I'm a beginning Dutch JS'er.
Thanks!
P.S. Here is the link to my project: memo.js (only for Chrome).