Re: [jQuery] ANNOUNCE: Tabs 2.7

2007-03-29 Thread Kevin Fricovsky
 

+1 ... this is slick. Thx!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Widi Harsojo
Sent: Friday, March 23, 2007 6:14 AM
To: jQuery Discussion
Subject: Re: [jQuery] ANNOUNCE: Tabs 2.7

 

Wow!. awesome...
Thanks, Klaus.

Widi

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


[jQuery] blockUI and IE 6.0 issues

2007-03-23 Thread Kevin Fricovsky

Anyone else having issues with Mike's blockUI extension in IE 6.0?

This thing works like a beauty in FF. And it's a great plugin for what I
need versus the more robust jqModal - which is great too but offers more
functionality than I need right now. That being said, I may have to work
with jqModal since it appears it will work for what I need (just a
simple blocking of the UI) with a few tweaks. Stinks, because I really
like how events are wired in blockUI - simple and clean...do this, block
ui, do this. Done.

Issues I am facing in IE 6.0:

1) $().ajaxStop($.unblockUI) never fires. I even tried to manually
unblock using $.unblockUI() but no cigar. I can see the ajax response
return and the DOM elements are updated but the "block" never is
removed.

2) Issues with the "block" not filling the entire page. Appears to be an
issue with the height. The width works fine but the "block" never flows
the height of the page in IE.

I'm using - * Version 1.02 - test (03/19/2007)

Here's how the page basically works - user clicks button, pop blockUI,
fire an ajax event, ajax event returns, unblockUI.

Any suggestions?



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


Re: [jQuery] looking for overlay loading window script

2007-03-14 Thread Kevin Fricovsky

Mike, I was about to begin writing this plugin of yours until I came
across this response.

It's brilliant. Thx!



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: Wednesday, March 14, 2007 9:10 AM
To: jQuery Discussion.
Subject: Re: [jQuery] looking for overlay loading window script

> hey. i tried blockui and serval scripts, they are great, the problem
that i
> want to able to do somthing like
> on user click on submit its open window like blockui has with
"loading..."
> then its checks the json parameters that given back and if status is 0
then
> close the modal window and open new one (or just change the text
inside) to
> "you have errrors : [errors] , please fix them! "
> finnally if everything is ok then write on the window "submit done"
and then
> on click redirect it to a page... or somthing like that.. anyone knows
> plugin that do similar thing?

It sounds like you want to display a message, do some ajax, display a
different message  that is exactly what blockUI is meant to do.
Look at the dialog example for some hints on how to do this.

http://www.malsup.com/jquery/block/#dialog

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

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


[jQuery] Parent and Single Parent Element Selection

2007-03-05 Thread Kevin Fricovsky

Morning,

I have a question for the jquery group.

My question is - what's the best way to get a single parent element of
the current object.

Right now I have an html table with multiple rows. In the first TD of
each row I have a select list (a dropdown).

I have a select() event attached to the option list and when the user
selects an option the background color for that row (TR) is changed.
(well, actually all TR backgrounds are changing right now that's why I'm
writing everyone).

So, the only problem I'm having is getting the single parent TR.

Right now my update statement is updating every TR in the table versus
just the parent.

The code is something like this:

$("../../../../tr",this).addClass("assigned");

The "this" is the select element.

Even if I do use an indexer on this statement like this $(...)[0] - the
problem there is the system currently doesn't know the index of the row
it's on.

So I can either add the index in a hidden value or I thought maybe
there's an easier way of doing this via JQuery.

Thx for your help.


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


Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-26 Thread Kevin Fricovsky

Looks great in FF!

Not there yet in IE6 though. Totally fails actually. But like you said,
it's alpha.

Good luck!

-Kevin


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Klaus Hartl
Sent: Monday, February 26, 2007 9:06 AM
To: jQuery Discussion.
Subject: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

Hi jQuerians,

I just committed what I would call Thickbox Reloaded alpha version. It 
may look the same pretty much, but is a complete rewrite.

Here's what's new:

* Chainable method to bind Thickbox to links and forms (makes it easy 
for content that gets loaded/created later on).
* Totally unobtrusive: no classes needed for links, no params in URL.
* Confirm type Thickbox, triggered automatically by binding Thickbox to 
a form. If "yes" the form gets submitted unless a custom callback is 
defined (for example for Ajax submitting)
* Automatic type detection depending on type of element, respectively on

type of link:
 image: href is an image
 content: href is a hash
 ajax: href is internal and not image
 iframe: href is external and not image
 confirm: element is form
* Improved UI blocking (Thanks to Mike "Malsup" and the BlockUI plugin)
* Options for width/height are now passed in as settings object literal 
or are stored as default values via $.thickbox.defaults({ width: 300, 
height: 400 })
* Options top/left positioning (instead of centering), unit defaults to
'px'
* Easier skinning: The look is completely separated into an extra style 
sheet
* Scrolling via mousewheel/touchpad is blocked
* Lets you define custom animations for showing the modal window via 
settings
* Requires jQuery 1.1.1

Maybe I have forgotten something.

I thought of including the required style sheets dynamically, but you 
would still have to include the path somehow.

You can also have a look here (besides repository):
http://stilbuero.de/jquery/thickbox_reloaded/

Please note that I haven't tested in other browsers than Firefox yet. I 
just thought I'd like to request some feedback/code review first!


-- Klaus

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

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


[jQuery] Sortable Multi-Column?

2007-02-14 Thread Kevin Fricovsky

Anyone know of a plugin that allows for multi-column sorting?

 - essentially the same logic as a multi-column "ORDER BY" statement?



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


Re: [jQuery] Closing a tickbox from within an iframe

2007-02-14 Thread Kevin Fricovsky

Marc,

No suggestion here, but I'd love to see a tutorial on how you've
implemented this if possible... when you get it working. It sounds like
something the jquery community could use.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of mmch
Sent: Tuesday, February 13, 2007 8:43 AM
To: discuss@jquery.com
Subject: [jQuery] Closing a tickbox from within an iframe


Is it possible to be able to close an iframe from within itself?

I am using an iframe thickbox to upload an image.  I would like to be
able
to close the iframe/thickbox and refresh the page when the script
completes.

Anyone got any ideas?

Thanks

Marc
-- 
View this message in context:
http://www.nabble.com/Closing-a-tickbox-from-within-an-iframe-tf3220577.
html#a8944198
Sent from the JQuery mailing list archive at Nabble.com.


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

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


Re: [jQuery] asp.net and jquery

2007-02-12 Thread Kevin Fricovsky

Hey james.

First, I'm not a language hater - it's all good (php,java,ruby,etc). So
keep on ripping out code. I right c#/asp.net all day and have dabbled in
ruby, php and perl in the past. But I'm .net full-time so it's my
language of choice and I really like it.

Not sure what other people have been telling you but check out
http://asp.net if you're a newbie. It has tons and tons of resources on
getting started, demo apps, forums, etc.

Also, I've been using jquery and asp.net (which I love) for awhile. I
was just curious as to what asp.net guys were active on this mailing
list.

For those people looking to get an extra boost in asp.net app
development performance take a look at the SubSonic project. Rob took
the benefits of ROR and created an asp.net specific version of it. It's
not a port - it just takes the best aspects and helps us .net guys out.
It's awesome.

Tutorial video here: http://www.wekeroad.com/actionpackintro.html

Ok, enough asp.net stuff ... back to jquery ;P




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Rick Faircloth
Sent: Friday, February 09, 2007 9:04 PM
To: 'jQuery Discussion.'
Subject: Re: [jQuery] asp.net and jquery

Hi, James...

Is there a user-friendly mailing list such as this one with a supportive
community
that would help a newbie learn to use ASP.NET?

Rick

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of James Thomas
Sent: Friday, February 09, 2007 8:21 PM
To: discuss@jquery.com
Subject: Re: [jQuery] asp.net and jquery


I use ASP .NET 2.0 and C# and I really like both. I like C# a lot.
Anyway, I
am also using jQuery (though I recently only discovered it a month ago)
so
it's not on our live web applications. I'm also using it with an AJAX
library for ASP .NET called zumiPage. They all work very well together.
In
fact, I was able to use jQuery and my custom version of Thickbox to make
my
application work on Firefox as well (the old windowing library we were
using
didn't work with FF).

I've even experimented (though not using extensively as I don't really
want
to re-architect everything) with pure AJAX and using custom HTTP
handlers in
ASP .NET to generate the JSON response - and this I find extremely easy
and
elegant as well.

James






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

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


[jQuery] asp.net and jquery

2007-02-09 Thread Kevin Fricovsky

Just curious how many asp.net developers are out there using jquery?

I've been seeing a lot of .aspx extension on links to examples (like the
link below)

Good to see.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Rick Faircloth
Sent: Friday, February 09, 2007 2:57 PM
To: 'jQuery Discussion.'
Subject: Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

The table sorter is really nice... first time I've seen it
in action...

Rick

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Rey Bango
Sent: Friday, February 09, 2007 10:47 AM
To: jQuery Discussion.
Subject: Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

Added! Thanks for the heads up, Christian.

Rey

Christian Bach wrote:
> http://threestore.three.co.uk/priceplan.aspx
> 
> Uses tablesorter and jQuery, perhaps a bit self promotion :)
> 
> /christian




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

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


Re: [jQuery] jQuery Validation 1.0 Alpha

2007-02-09 Thread Kevin Fricovsky

Sounds good.

I also don't like the idea of using hidden fields.

I only skimmed your intro and took a look at the example (where I saw the 4 .js 
files required which raised the red flag)

But yes, I see that we could consolidate this code into a single plugin.

I don't know how much I like the class="{...}" style though. Something feels 
odd with the brackets there - any chance this is causing the issues in other 
browsers?



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer
Sent: Friday, February 09, 2007 11:12 AM
To: jQuery Discussion.
Subject: Re: [jQuery] jQuery Validation 1.0 Alpha

Kevin Fricovsky schrieb:
> You're library though seems to be very robust, I'm just concerned with the 3 
> (or is it 4) js scripts required for it to work.
>
> I too am a fan of Particle Tree's unobtrusive style of form validation: 
> http://particletree.com/features/a-guide-to-unobtrusive-javascript-validation/
>
> I'm working on a project right now that may allow for me to work on a 
> solution similar to the ones below using Jquery. 
>
> Yup, know this is the Jquery mailing list but I really like the examples I've 
> seen using prototype or mootools.
>   
Thanks for you reply!

I've got the feeling that you should take a closer look at my plugin. 
The stuff you mentioned is not that fancy and already covered. Looking 
at the links you posted, I haven't seen anything new at all. I know the 
initial "really easy" Prototype based validation and adapted some 
concepts from them. The "guide to unobtrusive javascript validation" 
features hidden fields, classes and custom attributes for metadata. I 
never considered hidden fields as they are rather obtrusive and cause 
more data to be submitted then I'd like to. Both classes and custom 
attributes are supported by my plugin. And the mootools validation says 
that is only a rewrite of the Prototype one based on mootools.

The code can and should be packaged into one file, required are only 
jQuery and the validation plugin itself, in case you prefer to specify 
validation rules via JavaScript instead of metadata. The validation 
script itself is more then 50% documentation/comments, it's pretty small 
when compressed.

Mike is working on some nice integration with the form plugin, that 
should be more convenient then a custom submit handler.

-- 
Jörn Zaefferer

http://bassistance.de


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

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


Re: [jQuery] jQuery Validation 1.0 Alpha

2007-02-09 Thread Kevin Fricovsky

You're library though seems to be very robust, I'm just concerned with the 3 
(or is it 4) js scripts required for it to work.

I too am a fan of Particle Tree's unobtrusive style of form validation: 
http://particletree.com/features/a-guide-to-unobtrusive-javascript-validation/

I'm working on a project right now that may allow for me to work on a solution 
similar to the ones below using Jquery. 

Yup, know this is the Jquery mailing list but I really like the examples I've 
seen using prototype or mootools.

Here's a good example of the moo and proto examples:

http://clientside.cnet.com/code-snippets/really-easy-field-validation-with-mootools/

Here's the js - http://clientside.cnet.com/scripts/validator/mooValidation.js

http://clientside.cnet.com/3rd-party-libraries/really-easy-field-validation-with-prototype/

You're right, there's no reason why jquery can't have a similar tool set.




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer
Sent: Thursday, February 08, 2007 4:59 PM
To: jQuery Discussion.
Subject: [jQuery] jQuery Validation 1.0 Alpha

Hi folks,

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 
plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/

It's 1.0 version is now in alpha status: That means that I can't 
guarantee to not change the API until the beta release. But apart from 
that, the plugin is already pretty stable, and should provide nearly 
everything you need for client-side form validation.

It uses the metadata plugin, therefore you can choose between 
specifiying your validition in the markup via extra class infos or 
custom attributes. Or, in case you don't want to use inline markup, you 
can just pass the rules as a JavaScript object to the plugin (see the 
examples).

The plugin is aimed at both fast prototyping and highly customized 
validation: There are default messages for all provided methods 
(required, email etc.) that can be overriden by using the title 
attribute on input elements, specifying custom error messages in the 
markup (the old method with labels) or via a JavaScript object passed to 
the plugin.

The plugin page contains some more information about known issues, 
migration from the old plugin and, in the extreme contrast to the old 
version, a nearly complete documentation. I'm sure there is room for 
imrovement, but at least it covers everything.

Demos ( http://jquery.bassistance.de/validation/validateTest.html ) 
cover also integration with the form plugin: 
http://jquery.bassistance.de/validation/formPluginIntegration.html

Your feedback is highly appreciated! We should be able to create the 
definite solution for jQuery form validation...

Regards

-- 
Jörn Zaefferer

http://bassistance.de


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

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