[jQuery] Sound effects

2009-12-12 Thread kicaj
I looking-for some plugin for sound effect for eg. click, sliding, etc. Not player for songs! Bye!

[jQuery] Re: Input for special numbers

2009-11-08 Thread kicaj
I know this plugin, but I want without plugin, simple function (maybe without jquery?) On 7 Lis, 18:12, brian wrote: > Have a look at the Masked Input Plugin: > > http://digitalbush.com/projects/masked-input-plugin/ > > On Sat, Nov 7, 2009 at 5:31 AM,kicaj wrote: > > How b

[jQuery] Input for special numbers

2009-11-07 Thread kicaj
How build input form where we can put only 9 digits, and after first 3 digits join '-', and after next two digits again join '-'? Like this: 342-23-4323 Only numbers, but '-' will be added automatic! Without plugin, only very simple solution:) Thanks! Sorry, for my english:/

[jQuery] getting code from/between

2009-10-31 Thread kicaj
Hi, I would like get get/copy code between html tags, like this: some... some input some next input next input I want set to variable code from to (between) How do this?