[jQuery] Re: ANNOUNCE: jQuery.YAV v1.0.1 plugin for more complex form validations

2007-08-09 Thread divinci

great plugin Murcia, well done.

On Aug 9, 9:43 am, SeViR [EMAIL PROTECTED] wrote:
 I just updated the plugin for integrate YAV form validation with jQuery.
 Version 1.0.1
 repair a little bug with IE.

 http://jquery.com/plugins/project/jquery_yav

 AJAX Magazine:
 The solution took the best of jQuery Validation plugin
 http://bassistance.de/jquery-plugins/jquery-plugin-validation/ and YAV
 http://yav.sourceforge.net/, in addition to the
 flexibility of creating custom validation 
 rules.[...]http://ajax.phpmagazine.net/2007/08/jqueryyav_easy_clientside_web.html

 --
 Best Regards,
  José Francisco Rives Lirola sevir1ATgmail.com

  SeViR CW · Computer Design
  http://www.sevir.org

  Murcia - Spain



[jQuery] Manipulating loaded data

2007-07-09 Thread divinci

Hi all, firstly let me thank you all for supporting such a great
library.  I am not the most adept programmer so I hope you will help
me out by explaining some of the workings of JQuery.

 Script /
$('.galleryList').load(data.dat);

$('.gallerySelect').click(function(){
var gallerySelected = $(this).parent('div');
if( gallerySelected.attr('class')=='galleryOut' )
{
gallerySelected.removeClass();
gallerySelected.addClass(galleryIn);
} else {
gallerySelected.removeClass();
gallerySelected.addClass(galleryOut);
}
});


 Body /
body
div class=galleryList

/div
/body



 data.dat /
div class=galleryOut id=101
div class=gallerySelectA/div
div class=galleryContentB/div
div class=galleryEditC/div
/div


My question is a simple one, I am loading data into the galleryList
div and then wish to manipulate it.  How can I load this data from an
external source and THEN have is answer to Jquery calls?

Thanks guys.



[jQuery] Re: jquery.com not available

2007-07-09 Thread divinci

Yes, same here in Liverpool UK

On Jul 9, 9:41 am, Stefan Kilp [sk-software] [EMAIL PROTECTED]
wrote:
 jquery.com not available for me,
 anyone else having the same problem?

 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.
 -