Re: [jQuery] Firebug and validation plugin--revisted (Was Re: release: Validation plugin beta 1)

2007-03-08 Thread R. Rajesh Jeba Anbiah
On Mar 7, 9:56 pm, Mike Alsup [EMAIL PROTECTED] wrote: After the page is loaded and if I set the breakpoint, it works like I expected. But, if I set the breakpoint and reload the page, it breaks at the breakpoint even while the page is loaded--this is confusing as it looks the event or

Re: [jQuery] Firebug and validation plugin--revisted (Was Re: release: Validation plugin beta 1)

2007-03-08 Thread R. Rajesh Jeba Anbiah
On Mar 7, 9:30 pm, Aaron Heimlich [EMAIL PROTECTED] wrote: On 3/7/07, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: After the page is loaded and if I set the breakpoint, it works like I expected. But, if I set the breakpoint and reload the page, it breaks at the breakpoint even while

Re: [jQuery] Firebug and validation plugin--revisted (Was Re: release: Validation plugin beta 1)

2007-03-07 Thread R. Rajesh Jeba Anbiah
On Mar 7, 12:51 pm, Aaron Heimlich [EMAIL PROTECTED] wrote: On 3/7/07, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: Do you know in what line number I have to set the Firebug breakpoint so that I'll get there when clicking the submit button? TIA Set a breakpoint on line 228

[jQuery] Firebug and validation plugin--revisted (Was Re: release: Validation plugin beta 1)

2007-03-06 Thread R. Rajesh Jeba Anbiah
On Mar 7, 2:27 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: snip I've also update the demos:http://jquery.bassistance.de/validate/demo-test/ I'm getting mad when I couldn't set breakpoint in Firebug so that I can get to the function that is been called on clicking the submit button. I have

[jQuery] jQuery/Validation plugin on FireBug - Couldn't catch events

2007-02-28 Thread R. Rajesh Jeba Anbiah
I'm just trying to walk through the script http://jquery.bassistance.de/validate/demo-test/validate-demo.html with FireBug. FireBug breaks when loading the page; but not on any events, say when submitting the form or when the error text is been added. Is there anyway/workaround for it? TIA --

Re: [jQuery] JS Source code Formatter - Anyone know of any good ones

2007-02-28 Thread R. Rajesh Jeba Anbiah
On Feb 20, 10:34 pm, harningt [EMAIL PROTECTED] wrote: Just wondering... does anyone know of any good source-code formatters for JavaScript. snip Possibly http://code.gosu.pl/dl/JsDecoder/demo/JsDecoder.html ? -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog:

Re: [jQuery] jQuery/Validation plugin on FireBug - Couldn't catch events

2007-02-28 Thread R. Rajesh Jeba Anbiah
On Mar 1, 12:00 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: R.RajeshJebaAnbiahschrieb: I'm just trying to walk through the script http://jquery.bassistance.de/validate/demo-test/validate-demo.html with FireBug. FireBug breaks when loading the page; but not on any events, say when submitting

[jQuery] Patch: jquery.rating.js

2007-02-28 Thread R. Rajesh Jeba Anbiah
Patch for svn://jquery.com/trunk/plugins/rating/js/jquery.rating.js Bug: The slice(1) logic doesn't work -- at least in FF2 Index: jquery.rating.js === --- jquery.rating.js(revision 1436) +++ jquery.rating.js(working copy) @@

Re: [jQuery] ANNOUNCEMENT: jQuery Ext Partner to Deliver Integrated JavaScript UI, Features

2007-02-20 Thread R. Rajesh Jeba Anbiah
On Feb 20, 5:30 am, Rey Bango [EMAIL PROTECTED] wrote: 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. snip I previously asked about

Re: [jQuery] jQuery Design Decisions? Comparison to MooTools?

2007-02-14 Thread R. Rajesh Jeba Anbiah
Yesterday, I posted a follow-up via GG; not sure what had happened-- probably a GG bug or word filter in jQuery mailing list? Anyway, FWIW... On Feb 13, 11:58 am, John Resig [EMAIL PROTECTED] wrote: snip 3) Attaching properties to DOM elements is really really slow. Doing speed tests

Re: [jQuery] Some jQuery tips and tricks

2007-02-14 Thread R. Rajesh Jeba Anbiah
On Feb 13, 10:47 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Feb 13, 2007, at 11:22 AM, R. Rajesh Jeba Anbiah wrote: For #1, what about: $(document).ready(function() { $(#wrapper p).hide(); //hide initially $(#wrapper h2).click (function() { $(p, $(this).parent

Re: [jQuery] possible bug with jqModal (Was Re: Miniscule (1k) Drag'n'Resize for jqModal via jqDnR)

2007-02-14 Thread R. Rajesh Jeba Anbiah
On Feb 14, 2:52 pm, Brice Burgess [EMAIL PROTECTED] wrote: R. Rajesh Jeba Anbiah wrote: I think, there is a possible bug with jqModal. When a class is used for trigger, different links open same ajax URL. a href=foo1.php class=remoteFoo1/a a href=foo2.php class=remoteFoo2

Re: [jQuery] jqModal updated

2007-02-14 Thread R. Rajesh Jeba Anbiah
On Feb 15, 2:16 am, Brice Burgess [EMAIL PROTECTED] wrote: I've updated jqModal to revision 6. Changes include; snip + Fixed ajax attribute selector. This allows the for dynamic definition of remote content. e.g.; ul lia href=ajax/page1.html class=remotePage1/a/li lia

Re: [jQuery] Some jQuery tips and tricks

2007-02-13 Thread R. Rajesh Jeba Anbiah
On Feb 13, 2:23 pm, Dmitrii Dimandt [EMAIL PROTECTED] wrote: I've started collecting some examples I've come across while solving problems using jQuery. I guess they could be interesting to the community as a whole. These (sort of) tricks are available here:http://dmitriid.com/jquery/en/

[jQuery] TableSorter changes in svn (Was Re: JQuery Star ratings - New version?)

2007-02-12 Thread R. Rajesh Jeba Anbiah
snip Another issue is that the svn version of TableSorter svn://jquery.com/trunk/plugins/ tablesorter looks different compared to the one at the site http://motherrussia.polyester.se/pub/jquery/tablesorter/ Yes this is correct, the file on my site is no longer being actively

[jQuery] Replace alert dialog with jqModel (Was Re: Miniscule (1k) Drag'n'Resize for jqModal via jqDnR)

2007-02-12 Thread R. Rajesh Jeba Anbiah
On Feb 12, 12:44 am, Brice Burgess [EMAIL PROTECTED] wrote: snip Here is my version (which works); --- a href=# id=alertTriggerShow Last Alert/a div id=alert style=color: red; background-color: white; padding: 10px;/div script type=text/javascript function alert(i) {

Re: [jQuery] Miniscule (1k) Drag'n'Resize for jqModal via jqDnR

2007-02-11 Thread R. Rajesh Jeba Anbiah
On Feb 10, 3:02 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Well, i used to disable alert like this: function alert() {} Oh, thanks. But i guess you could tweak it to launch a modal window instead. I'll give it a try Just curious, was your try success? -- ?php echo 'Just

[jQuery] JQuery Star ratings - New version?

2007-02-09 Thread R. Rajesh Jeba Anbiah
Anyone have the updated JQuery Star ratings http://sandbox.wilstuckey.com/jquery-ratings/ for the new JQuery version? TIA -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/___ jQuery

[jQuery] Testing.. Posting via GG

2007-02-09 Thread R. Rajesh Jeba Anbiah
Testing.. please ignore -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] JQuery Star ratings - New version?

2007-02-09 Thread R. Rajesh Jeba Anbiah
On Fri, 09 Feb 2007 Kim Johnson wrote : I wrote the creator a few days ago and never heard back. No, I don't think it's working with 1.1. I even did so much as to copy the test page directly (while changing the paths to the library) and it still gives an error. snip Yes, it's bugging at

[jQuery] sync with Google Groups?

2007-02-09 Thread R. Rajesh Jeba Anbiah
As I see the mailing list is not synched with the GG. Could it be synched so that it will be easier to post from GG? (Nabble doesn't look impressive) -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog:

[jQuery] Already synched with GG (Was Re: sync with Google Groups?)

2007-02-09 Thread R. Rajesh Jeba Anbiah
On Feb 10, 10:45 am, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: As I see the mailing list is not synched with the GG. Could it be synched so that it will be easier to post from GG? (Nabble doesn't look impressive) My mistake, it's already got synched with GG. Just noticed. -- ?php

Re: [jQuery] jQuery Validation 1.0 Alpha

2007-02-09 Thread R. Rajesh Jeba Anbiah
On Feb 9, 2:58 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: there were some questions about my very first version of the validation plugin (it's still on the plugin page). If you are interested in form validation, you may want to take a look at the current state of the