[jQuery] a plugin for extending .keypress to two keypresses

2009-09-26 Thread spx2
Hi, I'm writing a plugin for jQuery for catching 2 succesive keypresses. I'll paste the plugin I wrote below . It doesn't work on Opera . The Developer tools of Opera gave no errors and I can't find any problems, it just doesn't work. (I've used Opera 10.0). So it only works on Firefox (tested on

[jQuery] Re: bug .append adds unwanted start tags to end tags

2008-07-16 Thread spx2
Thanks, I've spotted the problem. It was due to other problems. On Jul 16, 3:59 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > The HTML code you pass in to the append/prepend/etc functions gets > converted to actual DOM nodes first, then it gets added to the DOM > tree. This effectively means you

[jQuery] jquery n00bl3t

2008-06-12 Thread spx2
I'm reading a tutorial from here http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery I'm trying the examples given there. A window does not pop-up when I click a link from the ones on the page. Why is this happening ? 1 2 3 4 5 $(document).ready(fun