Re: [jQuery] Masked Input Plugin Beta 1

2007-03-29 Thread Stefan Kilp [sk-software]
Hi,

thanks for the plugin.

How do i handle dynamic input length. In germany there are phone number of 
different length
and formating, like:

030-123 456 78
012345-987 654 32
and what about

+49 089 33 44 55 6


would it be possible to have multiple masks or a regexp as a mask or is there 
any other 
solution?

thanks
stefan



> 
> The feedback from the Alpha release of my plugin was very good, but several
> of you pushed me a little to make it better.  With the help of some paste
> events from Kristinn Sigmundsson and a lot of scouring the internet for
> information about cross-platform key handling, I think I have a much
> improved version.
> 
> This release includes the following:
> * Fixed issues with allowing punctuation on number masks.
> * Added validation cleanup of text. Example: pasting in "123-456-7890´´
> into a "(999) 999-´´ mask should format correctly.
> * Added validation on paste events for Mozilla and IE.
> 
> Please head on over to  http://digitalbush.com/projects/masked-input-plugin
> http://digitalbush.com/projects/masked-input-plugin  and check it out.  I
> have tested this in FF2 and IE7, so I would appreciate some feedback from
> those of you with other browsers.
> 
> Thank You
> Josh
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Masked-Input-Plugin-Beta-1-tf3484477.html#a9727222
> Sent from the JQuery mailing list archive at Nabble.com.
> 
> 
> ___________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] release: Validation plugin beta 1

2007-03-07 Thread Stefan Kilp [sk-software]
Hi,

testing demoform "validating a complete from"

i entered 123456 in password field, then entered 11 in confirm password
which leads to a warning "please enter the same password as above" which is 
correct.
now i enter 11 in password field. so both inputs match each other. but the 
warning after 
confirm password is still visible (but should be removed)

- what about putting a version number in the demo test site

Best regards,
Stefan Kilp

> Hi folks,
> 
> just released beta 1 of my validation plugin. The list of problem was 
> reduced quite a lot, and currently I have no more outstanding feature 
> requests.
> 
> Most notable new features:
>  - dependency checking: The required method accepts both 
> jQuery-expressions and functions to compute whether a field is required 
> or not
>  - customizing error message handling: From doing it all yourself (and 
> still delegating to the default handler) to customizing the placement of 
> generated error messages
> 
> As usual, the updated plugin page: 
> http://bassistance.de/jquery-plugins/jquery-plugin-validation/
> 
> And considering the rather unfriendly format of the API docs, I uploaded 
> a standalone version of my API browser that features my five plugins: 
> http://jquery.bassistance.de/api-browser/plugins.html
> Among the rest it contains the essential validate()-method: 
> http://jquery.bassistance.de/api-browser/plugins.html#validateMap
> 
> I've also update the demos: http://jquery.bassistance.de/validate/demo-test/
> 
> I'd like to delay all further feature requests to post-1.0, now 
> concentrating on squishing all remaining issues, any help is appreciated.
> 
> Have fun!
> 
> -- 
> Jörn Zaefferer
> 
> http://bassistance.de
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] sortable:how to with tables?

2007-03-01 Thread Stefan Kilp [sk-software]
hi,

i tried to test interface sortables with a table structure which doesn't realy 
work.
is there a chance to get it running with a tablestructure or are there any 
other solutions.
i don't realy want to use 



...

because i have to fix width of each Column


here my table test


Item 1Item 1a
Item 2Item 2a
Item 3Item 3a
Item 4Item 4a
Item 5Item 5a
Item 6Item 6a
Item 7Item 7a


Re: [jQuery] Plugin wanted

2007-02-28 Thread Stefan Kilp [sk-software]
Hi,

take a look here

http://interface.eyecon.ro/demos

an try Autoexpander demo

Best regards,
Stefan Kilp

> Hi all,
> 
> Sorry for this request but I've looked for a plugin I saw which
> auto-sizes an input or a textarea according to its content.
> 
> I looked at the plugins' page, in the mailing list archive. No way to find it!
> 
> If somebody could help me...
> 
> Cheers,
> 
> Franck.
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] DateSelector (Kelvin Luck): whishlist

2007-02-24 Thread Stefan Kilp [sk-software]
Hi Kelvin,

- what about adding a Calender Week Number before first column? Like this:

Februar 2007
KW
529 30 31 1 2 3 4
65 6 7 8 9 10 11
712 ...
819 ...
926 ...


- and a download zip on your site with (source, css AND calendar.png)

- maybe you want to include german date infos

-- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut
  
var months = ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 
'Juli', 'August', 
'September', 'Oktober', 'November', 'Dezember'];
var days = ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 
'Freitag', 
'Samstag'];
var navLinks = {p:'Zurück', n:'Weiter', c:'Schliessen', b:'Datum 
wählen'};

 -- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut

- and a left and right arrow before month and year

 < Februar >
 < 2007 >

to skip a month/year back an forth

- a today button to jump back to current day

- i have two datepicker (dp1 and dp2) for selecting vacation time. 
how can i manage to change startdate of datePicker2 to be always greater then 
datePicker1. 
so no one can select an end date that is before the start date


so far about my wishlist :-) 

Best regards,
Stefan Kilp

--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Validation plugin 1.0 alpha 2

2007-02-19 Thread Stefan Kilp [sk-software]
Hi,

there is a realy serious bug in your demo

http://jquery.bassistance.de/validate/demo-test/custom-methods-demo.html

please look at the source

7 + 4 is NOT 13 it is 11 :-)

btw: great news, i like to use it for my next project

Best regards,
Stefan Kilp

> Hi folks,
> 
> thanks again for the feedback on the alpha 1 release! It helped a lot to 
> push some more improvements:
> http://bassistance.de/jquery-plugins/jquery-plugin-validation/
> 
> Some notable changes:
> 
> * Streamlined API for support of different events. The default,
>   submit, can be disabled. If any event is specified, that is
>   applied to each element (instead of the entire form). Combining
>   keyup-validation with submit-validation is now extremely easy to setup
> * Added support for one-message-per-rule when defining messages via
>   plugin settings
> * Removed id-requirement: If an element has no id, it is generated
>   by combining the form's id with the element's name
> * Added support to wrap metadata in some parent element. Useful when
>   metadata is used for other plugins, too.
> * Refactored tests and demos: Less files, better demos
> * Improved documentation: More examples for methods, more reference
>   texts explaining some basics
> 
> I think almost all of the things that Aaron Heimlich proposed are 
> covered... thanks Aaron!
> 
> The "bug" in IE was merely a problem of the testsuite and is now solved. 
> There are still two problems in Opera which I could both track down but 
> not yet solve.
> 
> The new demos show some of the new features, checkout the second form on 
> the first page: 
> http://jquery.bassistance.de/validate/demo-test/validate-demo.html
> 
> Again, I'd appreciate your feedback!
> 
> On that line:
> Could someone please test on Safari? Start with the testsuite: 
> http://jquery.bassistance.de/validate/demo-test/ValidationTest.html
> 
> I'm also interested in examples of some great form validation setups. 
> This one (http://rememberthemilk.com/signup/) was a great inspiration, 
> if you know of any other good examples, let me know them!
> 
> -- 
> Jörn Zaefferer
> 
> http://bassistance.de
> 
> 


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery and Jack Slocum's Ext

2007-02-19 Thread Stefan Kilp [sk-software]
SUPER - SUPER - SUPER - GREAT

i like to use both as soon as possible.

thanks a lot to
jQuery and Jack Slocum team
for these great products

Best regards,
Stefan Kilp


> Hi Everyone -
> 
> Today, we're proud to announce that the jQuery Project and Jack
> Slocum's Ext Project, have partnered to integrate the amazingly
> lightweight and powerful jQuery framework with Ext's awesome UI
> library. This collaboration will greatly enhance the capabilities of
> both projects and expand the functionality available to developers
> using the jQuery JavaScript Library and the Ext UI component suite.
> 
> Specifically, the upcoming Ext 1.0 release will be able to run,
> natively, on the jQuery JavaScript Library. No other libraries will be
> required. The jQuery and Ext teams are actively working together to
> bring this integration to the Ext codebase.
> 
> Here's some possible questions and answers (feel free to post any
> others that you have here):
> 
> What prompted the collaboration?
> 
> Ext has some fantastic components - arguably, the best on the web.
> jQuery has all the core functionality to support what Ext has. The
> jQuery team contacted Jack Slocum with the hopes that we could work
> together to add jQuery support to the Ext library, and Jack
> whole-heartedly agreed. It's a win-win situation: jQuery gets some
> awesome components, Ext gets a huge influx of new users.
> 
> What are the benefits for jQuery and Ext users?
> 
> jQuery users gain a huge number of expertly-designed components that
> they will be able to deploy immediately. Additionally, they'll be able
> to use them in a manner that better suits the jQuery philosophy (e.g.
> being able to call Ext queries on sets of elements, chaining calls,
> leveraging jQuery's support for true unobtrusive DOM scripting etc.)
> 
> At the same time, existing Ext users will gain the flexibility of
> being able to continue to use Ext's professional-caliber components
> while leveraging the lightweight, small (~19k) and powerful jQuery
> framework.
> 
> How will the two teams work together?
> 
> After the first beta release of Ext 1.0, jQuery will be providing a
> strike team which will work to iron out all the integration points in
> Ext. At the same time, Jack will be working to isolate all the
> remaining framework-specific code, making it easier for us to finish
> the conversion process. All of this will be in place for Ext's final
> 1.0 release, which will support both Yahoo UI and jQuery.
> 
> How will support be handled?
> 
> The jQuery team will be providing support for any bugs that may only
> exist in the jQuery version of Ext.
> 
> Support for Ext, itself, will continue to be handled via the Ext
> forums. The Ext project will also begin offering a level of paid
> support for its corporate users.
> 
> What Ext features will be included in Ext 1.0 for jQuery?
> 
> All available Ext 1.0 features are going to be supported by jQuery.
> 
> The final feature list, for Ext 1.0, is still being finalized but a
> full breadth of new functionality can be expected.
> 
> When will Ext 1.0 for jQuery be available?
> 
> The final release date is still be finalized and we will make a formal
> announcement on the jQuery blog, the jQuery mailing list, the Ext
> project site and the Ext forums once the its ready to go.
> 
> An alpha release of Ext 1.0 was just released, but does not, yet,
> include the jQuery compatibility layer.
> 
> Do any licensing issues exist?
> 
> No. jQuery's licensing will remain the same, and Ext 1.0 will be
> completely open source (LGPL).
> 
> Additionally, corporations will be able to purchase an Ext support
> license. This will include email support and SVN access, amongst other
> features.
> 
> If you have any questions, please feel free to post them here!
> 
> --John
> 
> Blog Post:
> http://jquery.com/blog/2007/02/19/jquery-and-jack-slocums-ext/
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] interface pluging: error in Selectables demo

2007-02-08 Thread Stefan Kilp [sk-software]
hi,

i was trying the selectabledemo from 

 http://interface.eyecon.ro/demos/select.html#

in FF2/Win and i receive a "a.get(0).f has no properties" error when clicking 
the serialize link.
Anyone else got that problem or knows how to fix?


thanks
stefan

--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] click-event and keyCode

2007-02-08 Thread Stefan Kilp [sk-software]
Hi,

do you have any sample code for me?

thanks
stefan

> I have done it several times already in fact.
> 
> What you have to do is add another global keydown event to the
> document, in which you then have to check for e.ctrlKey and save the
> boolean to a scoped variable your click event can access.
> Now add another keyup event, were you set your boolean to false again.
> That's it.
> 
> Paul
> 
> 2007/2/8, Stefan Kilp [sk-software] <[EMAIL PROTECTED]>:
> > hi,
> >
> > is it possible to distinguish between a click with or without a ctrl/alt 
> > key pressed.
> >
> >
> > i want to simulate "selecting items" with Ctrl+click and click only to 
> > execute an action.
> >
> >
> > $("p").bind("click", function() {
> >
> > // how to find out what keys where pressed
> > if (ctrl-pressed) {
> > start select action
> > }
> > else {
> > start normal action
> > }
> > })
> >
> >
> > thanks
> > stefan
> >
> >
> >
> >
> >
> > --
> > Stefan Kilp
> > SK-Software, Entwicklung & Beratung
> >
> > email: [EMAIL PROTECTED]
> >
> > fon  : +49 6151 93344-0
> > fax  : +49 6151 93344-20
> > Herta-Mansbacher-Str. 98
> > 64289 Darmstadt, Germany.
> > ---------
> >
> >
> > ___
> > jQuery mailing list
> > discuss@jquery.com
> > http://jquery.com/discuss/
> >
> 
> 
> -- 
> --
> Paul Bakaus
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] click-event and keyCode

2007-02-08 Thread Stefan Kilp [sk-software]
hi,

is it possible to distinguish between a click with or without a ctrl/alt key 
pressed.


i want to simulate "selecting items" with Ctrl+click and click only to execute 
an action.


$("p").bind("click", function() {

// how to find out what keys where pressed
if (ctrl-pressed) {
start select action
}
else {
start normal action
}
})


thanks
stefan


        

    
--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] click and dblclick-problem

2007-01-16 Thread Stefan Kilp [sk-software]
Hallo Klaus,

thanks for the info.

i tried your example in ff2.0.0.1 and opera 9.10 but Alert double click never 
fires.

any idea?

thanks
stefan

> 
> http://www.w3.org/TR/DOM-Level-2-Events/events.html
> 
> So you could try to handle single and double click with the click event 
> via the event.detail property:
> 
> $('#click-me').bind('click', function(e) {
>  if (e.detail == 2) {
>  alert('Double click');
>  } else if (e.detail == 1) {
>  alert('Single click');
>  }

> });
> 
> There is no double click in the specification by the way.
> 
> 
> -- Klaus
> 
> ___________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] click and dblclick-problem

2007-01-16 Thread Stefan Kilp [sk-software]
hi,

thanks for the information.

but i think that there should be a click or dblClick event (depending on the 
doubleclick delay 
parameter) but *never* both. if i doubleclock to slow, the this results in two 
clicks, but if i click 
fast enough then this shold trigger a doubleClick event and no single click.

does anyone know a system where a dblClick produces two additional click 
events? i don't 
think so. So as to simultate common behavior click and dblClick should not 
happen together.
(my personal opinion :-))

Best regards,
Stefan Kilp

>  
> > click works fine
> > when i doubleclick the item the doubleclick gets
> > execute, BUT click gets executed twice BEFORE.
> 
> That's the way the events work. By the time it figures out you wanted a
> double-click, it has already delivered a click.
> 
> You can avoid doing the click action by using setTimeout in the click()
> handler for say 400ms, and only execute the click action if the timer
> expires. Your double-click handler should cancel the timer and perform the
> double-click action. You cannot make the click timeout shorter than the
> double-click time, which in Windows is configurable by the user. So don't
> try to make the click timeout short.
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] click / dblclick Problem

2007-01-16 Thread Stefan Kilp [sk-software]



Hi,


i am using jscript-1.1


i have registered click and dbclick event on the same tag


$("#liste p").dblclick(function(){
...
}
$("#liste p").click(function(){
...
}


so that i have different bahavior on click and doubleclick.


click works fine
when i doubleclick the item then doubleclick gets execute, BUT click gets executed twice
BEFORE. i wanted to execute dblclick or click, not both.


what am i doing wrong.


thanks
stefan
--
Stefan Kilp
SK-Software, Entwicklung & Beratung


email: [EMAIL PROTECTED]


fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] click and dblclick-problem

2007-01-16 Thread Stefan Kilp [sk-software]
Hi,

using jscript-1.1

i have registered click and dbclick event on the same tag

$("#liste p").dblclick(function(){
  ...
}
$("#liste p").click(function(){
 ...
}

so that i have different bahavior on click and doubleclick.

click works fine
when i doubleclick the item the doubleclick gets execute, BUT click gets 
executed twice 
BEFORE.

what am i doing wrong.

thaks
stefan

--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] error using jdMenu.js

2007-01-13 Thread Stefan Kilp [sk-software]
adding the compatibility plugin from here

http://jquery.com/dev/svn/trunk/plugins/compat-1.0/jquery.compat-1.0.js?format=txt

solved thew problem.

thanks
stefan

> > try to use jdMenu with jquery-1.1b.js i receive an error:
> >
> >
> > $(this[0]).ancestors is not a function
> > in jquery.jdMenu.js (Line 28)
> 
> 
> Um, you quoted the answer to your own question.
> 
> 
> > > > Excellent work , Jonathan!   Note that the compatibility plugin is
> > > > necessary for use with jQuery v1.1.
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] error using jdMenu.js

2007-01-12 Thread Stefan Kilp [sk-software]
hi,

try to use jdMenu with jquery-1.1b.js i receive an error:


$(this[0]).ancestors is not a function
in jquery.jdMenu.js (Line 28)

[firebug]






what am i doing wrong?

Best regards,
Stefan Kilp

> Ah thanks! I'll have to update that. I haven't had time to test with
> 1.1yet. I'll see if I can refactor it this weekend.
> 
> -js
> 
> 
> On 1/12/07, Mike Alsup <[EMAIL PROTECTED]> wrote:
> >
> > > I finally got around to finishing the pages and packaging the plugin
> > last
> > > night. Enjoy!
> >
> > Excellent work , Jonathan!   Note that the compatibility plugin is
> > necessary for use with jQuery v1.1.
> >
> > Mike
> >
> > _______
> > jQuery mailing list
> > discuss@jquery.com
> > http://jquery.com/discuss/
> >
> 


--
Stefan Kilp
SK-Software, Entwicklung & Beratung

email: [EMAIL PROTECTED]

fon  : +49 6151 93344-0
fax  : +49 6151 93344-20
Herta-Mansbacher-Str. 98
64289 Darmstadt, Germany.
-


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/