For more flexibility you may want to bind the mousemove and mouseup
functions to the document.
- Richard
On Tue, Dec 16, 2008 at 7:49 PM, Kean wrote:
>
> Hi Nejo31,
>
> I am too lazy to code, so I will mainly pseudo code.
>
> var initx;
> var inity;
> var resize = function(e){
>created.heig
Hi Nejo31,
I am too lazy to code, so I will mainly pseudo code.
var initx;
var inity;
var resize = function(e){
created.height(e.pageY - initY);
created.width(e.pageY - initY);
};
$("calendar container id").mousedown(function(e){
$("body").append('');
initx = e.pageX;
inity = e.
2 matches
Mail list logo