[jQuery] Detect special Alt characters inside a keypress()?

2009-08-08 Thread Shedokan
How can I detect special alt characters like ♥♦♣♠ inside a keypress() event, so if spotten will return false? thanks.

[jQuery] Re: fastest way to create a million div's?

2009-03-31 Thread Shedokan
/ -Hector On Sun, Mar 29, 2009 at 10:50 PM, Shedokan shedo...@yahoo.com wrote: thanks for all of your comments, I will try them all. As for canvas, I can't really use it because I want to support pixel editing and when resizing the canvas I'll need to re render it again and again

[jQuery] fastest way to create a million div's?

2009-03-29 Thread Shedokan
I am trying to create something like ms paint in jquery and I want it to support 1000X1000 and that's a lot of pixels(one million to be exact). each pixel is a div so I need a way for handling that much divids. I currently map an array as an image and then create an element for each pixel. but

[jQuery] Re: fastest way to create a million div's?

2009-03-29 Thread Shedokan
thanks for all of your comments, I will try them all. As for canvas, I can't really use it because I want to support pixel editing and when resizing the canvas I'll need to re render it again and again. and as for flash, when I try to add that much pixels it gives me a warning about stopping

[jQuery] Get element position relative to the body

2009-03-26 Thread Shedokan
Is it possible to get the position of an object relative to the dcument if it's a floating object inside elements? thanks.

[jQuery] Getting an iframes title?

2009-03-04 Thread Shedokan
I have an iframe and I want to get it's title: div class=frame-cont style=display:block;height:100% iframe src=http://google.com; width=100% height=100% style=display:block marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0/iframe /div but I can't seem

[jQuery] Re: Getting an iframes title?

2009-03-04 Thread Shedokan
not fair! :) ok thanks for the info, any other way to get it? On 4 מרץ, 18:43, mkmanning michaell...@gmail.com wrote: You can't if it's on a different domain. On Mar 4, 8:20 am, Shedokan shedo...@yahoo.com wrote: I have an iframe and I want to get it's title:         div class=frame

[jQuery] Re: Working examle of UI/Uploader

2009-02-21 Thread Shedokan
I think it does: http://docs.jquery.com/UI/Uploader On 21 פברואר, 22:01, Joac ja.sor...@gmail.com wrote: Pleas AnyBody send me Working examle of UI/Uploader on php.  UI/Uploader hsn't any docs