[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-25 Thread SeViR
Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Selector Not Working in IE7?

2007-11-21 Thread SeViR
! It's no Firebug, but it's the best I've seen for IE. -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: [SITE SUBMISSION] songza.com

2007-11-20 Thread SeViR
to have some slick-ass library running underneath... 2. Click firebug... 3. and what do you know jQuery. Enjoy it while it's still legal. - jake -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: [SITE SUBMISSION] songza.com

2007-11-20 Thread SeViR
Wops! download the audio stream from the YouTube videos using Flash :) good idea. SeViR escribió: Cool site!!, I like it, playlist with draggables, the player with Flash and JavaScript is easy :), embeded music using OpenLazslo Flash. The original contextual menu is nice :) Jake McGraw

[jQuery] Re: Livequery + jQuery.YAV

2007-10-25 Thread SeViR
for this? We've used livequery before for other things, but this one has us baffled. Your suggestions will be greatly appreciated! Peter :) -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Declaring a new jquery variable

2007-10-25 Thread SeViR
global variables, I know. But I need this for a temporary solution to a problem. I would like to access it like this: $.myvariable or $.myvariables.myvariable Thank you for your help!! Kia -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http

[jQuery] Re: About jQuery.yav date validation

2007-09-27 Thread SeViR
]{4}|[0-9]{2})?([0]?[1-9]|[1|2][0-9]|[3][0|1])[./-]?([0]?[1-9]|[1][0-2])[./-]$ -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW ・ Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: yav plugin could be use Jorn's approach

2007-09-13 Thread SeViR
://letmehaveblog.blogspot.com/2007/08/easy-client-side-web-forms-validations.html) is a very nice form validation. Really! But I'll want to suggest Sevir to, if possible, use Jorn's approach separating messages and rules. Yav works like: input class=required alphanumeric id=username title=Please

[jQuery] Re: bind an event to success validation

2007-09-05 Thread SeViR
'); theform.submit(); //submit is a native method, better than jQuery trigger method submit() } }); }); Thanks Andrea -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: test

2007-09-05 Thread SeViR
in the conversations. You can use Thunderbird or another email client ;-) -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: bind an event to success validation

2007-09-04 Thread SeViR
Andrea -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: textarea maxlenght and counter

2007-09-03 Thread SeViR
type anymore. 2) A counter digits display. Someone has already made something like this? Thanks Andrea -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain /** * * Copyright (c) 2007 Tom Deater (http

[jQuery] Re: Best of both jquery validate and jqueryyav

2007-08-31 Thread SeViR
this requirements using custom functions. -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Best of both jquery validate and jqueryyav

2007-08-31 Thread SeViR
of getting the implies rules to work. I just broke my head on that the whole afternoon and feel very frustrated. The rules syntax seem easier on the yav website. Sevir, you may want to add examples on your website. If I can give some constructive critics: -The code in the alt attribute may be indented

[jQuery] Re: Blueprint and jQuery

2007-08-27 Thread SeViR
? I've not tested on Safari/Opera/Konqueror yet. Thanks, George. -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Problem with validate plugin in IE6?

2007-08-27 Thread SeViR
) { $(#total).hide(); $(#+container).show(); } function escondeMSG(container) { $(#+container).hide(); $(#total).show(); } -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia

[jQuery] Re: Can the $.ajax(properties) go across domains?

2007-08-25 Thread SeViR
Pops escribió: SeVir, Just a small note, this is cool for trusted requests which you initiate. But IE 6.0 and Opera 9.10 doesn't like it. Should it work under IE and Opera? I explain this technique in my Web Services with JavaScript course. Tested in: Firefox 1.0 + (Win Lin) IE 5.5, 6

[jQuery] Re: Can the $.ajax(properties) go across domains?

2007-08-25 Thread SeViR
also fails. The same failure with jose's post too. Is this suppose to work under IE? Or is JSONP only a FF thing? I have not tried IE7 -- HLS -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Can the $.ajax(properties) go across domains?

2007-08-25 Thread SeViR
thing? I have not tried IE7 -- HLS -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-24 Thread SeViR
voltron escribió: Thanks for the reply SeVir, but I´m confused, do you have a small example of what you mean? Do you mean that I should create the input field with javascript and remove it based on the users input? Sorry, I understanded that your input fields are loaded dinamically

[jQuery] Re: jQuery 1.1.4: Faster, More Tests, Ready for 1.2

2007-08-24 Thread SeViR
/ Suffice it to say that some significant speed increases, test coverage increases, and API reductions have been made. Please let us know if you encounter any new problems from jQuery 1.1.3.1. --John -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http

[jQuery] Re: Can the $.ajax(properties) go across domains?

2007-08-24 Thread SeViR
Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Dynamic Form Validation?

2007-08-23 Thread SeViR
be: $(#theform).validate({ rules:{ t2: { required: function(element){ return $(t1).value == test; } } } }); -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Dynamic Form Validation?

2007-08-23 Thread SeViR
Mario Moura escribió: Hi SeVir and Folks My form have a ajax button. Ajax button always is type=submit so I tested ValidationAide and Jquery Validation (bassistance.de http://bassistance.de) Both plugins have the following bad behavior. When I click in Ajax Button (value=Attach id=attach

[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-23 Thread SeViR
Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] end(), this bug unknown

2007-08-23 Thread SeViR
?? This is the first example of end() method that I can see and, now, I see the power of the end() method. Thanks John and the jQuery team for open our eyes with each JavaScript experience ;-) -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org

[jQuery] Re: end(), this big unknown

2007-08-23 Thread SeViR
wops! I wrote bug instead of big :-P sorry for this confussion. -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: end(), this bug unknown

2007-08-23 Thread SeViR
, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Dynamic Form Validation?

2007-08-23 Thread SeViR
Mario Moura escribió: Hi SeVir and Jörn, Yes I was thinking about this tonight. I need avoid the click event. $(#attach-button).each(function(){ $(this).bind(click, function(){ $(#node-form)[0].submit(); return false; }); }); First

[jQuery] Re: end(), this big unknown

2007-08-23 Thread SeViR
Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: New Plugin: Live Query (previously called Behavior)

2007-08-21 Thread SeViR
to .livequery. duma wrote: -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Just my two cents Filter DIV by ID, NAME or other tags while typing

2007-08-21 Thread SeViR
/divbr div name=abcABC/div div name=fdsFSD/div div name=rweREW/div div name=abaABA/div /body /html -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Just my two cents Filter DIV by ID, NAME or other tags while typing

2007-08-21 Thread SeViR
for the comment, I wrote this in notepad and did not check for, or .. didn't care if it complied with standards, instead of name tag any tag can be used.like ID etc. The whole point was to provide an example on which someone could expand on. On Aug 21, 7:31 pm, SeViR [EMAIL PROTECTED] wrote

[jQuery] Re: New Plugin: Live Query (previously called Behavior)

2007-08-20 Thread SeViR
-query/ -- Brandon Aaron -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Dynamic Form Validation?

2007-08-17 Thread SeViR
/ input name=t2 type=text / I only want to check for required field for t2 ONLY if t1 is equal to some value e.g. If t1 = test, then t2 cannot be null, else never mind abt t2 has any idea? -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-17 Thread SeViR
. All the students keeps the mouth opened when they can see how anything is more easy :-) -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: display Please wait while waiting for a database query.

2007-08-16 Thread SeViR
called blockUI http://www.malsup.com/jquery/block/ VS YR wrote: -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: True overlay?

2007-08-16 Thread SeViR
. Are there such plugin now? Thanks. -- Best Regards, Jose' Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Checking for popup blocker when using click()

2007-08-15 Thread SeViR
calling click() on a input type=submit/ Thanks :) Geoff On Aug 14, 7:09 am, SeViR [EMAIL PROTECTED] wrote: -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: display Please wait while waiting for a database query.

2007-08-15 Thread SeViR
and then clear it when the database query completes ( the code comes out of an foreach condition ). Please let me know.. Thank you. -VS. -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Checking for popup blocker when using click()

2007-08-14 Thread SeViR
Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: function to return value from ajax

2007-08-14 Thread SeViR
); } }); This function wait the server response, and run the code when the data is back. -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: jQuery Validation Fails in IE

2007-08-13 Thread SeViR
WebolizeR escribió: On Aug 13, 2:55 pm, SeViR [EMAIL PROTECTED] wrote: if IE cannot handle object properties how can we configure that, is there another method to configure the plugin which I donot know? tHanks Simply check if you have a final comma in the list of values. CORRECT

[jQuery] Re: Please fix TreeView bassistance - Please DEV to not stable plugins

2007-08-10 Thread SeViR
Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: [Slight OT] Quick straw pole about maps

2007-08-09 Thread SeViR
PROTECTED] wrote: -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-09 Thread SeViR
-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

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

2007-08-09 Thread SeViR
)).remove(); //Remove all the old errors but not in the errorContainer } }, //Yav preferences in a second map object param { DATE_FORMAT: 'dd-MM-' }); That is all! Thanks On Aug 9, 10:43 am, SeViR [EMAIL PROTECTED] wrote: -- Best Regards, José Francisco Rives Lirola

[jQuery] Re: Create excel file from table data

2007-08-09 Thread SeViR
Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] [New plugin] jQuery.YAV an easy web form validation using YAV library

2007-08-08 Thread SeViR
in jQuery plugins page: http://jquery.com/plugins/project/jquery_yav -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Move JSON into the JQuery's core?

2007-08-07 Thread SeViR
(http://...) returns a js with the structure: var mydata = {..}; Really I don't need JSON serialization for my work :) -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: opacity in IE6.0 not works with jquery-1.1.3

2007-07-04 Thread SeViR
; border: 1px solid green; background-color: blue; } /style /head body div id=testasdfasdfasdfa/div /body /html -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Possible Plugin for Adding New Event Types

2007-06-07 Thread SeViR
-simultaneously-with-jquery/ -- Brandon Aaron -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Bug? $('#foo #bar')

2007-06-04 Thread SeViR
-- Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: $.getJSON manipulation

2007-05-31 Thread SeViR
Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread SeViR
not necessarily represent those of the company. in2 logo -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: RssFeed Reader with simpleie and jquery,innerfade and easing plugin

2007-05-22 Thread SeViR
to improve it. -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Tutorial example problem with Firefox?

2007-05-15 Thread SeViR
sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: JQuery Form Plugin: encodeURIcomponent/decodeURI with ISO-8859-1

2007-05-15 Thread SeViR
use ajax to send data (I mean I use normal submit) the ASP page of the server works fine and insert information with the correct characters. Regards, Xavier On 12 mayo, 15:39, Mike Alsup [EMAIL PROTECTED] wrote: -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW

[jQuery] Re: Tutorial example problem with Firefox?

2007-05-15 Thread SeViR
sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Not english characters in the ajax parameters

2007-05-10 Thread SeViR
:) -- Best Regards, Jose' Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: The University of Murcia (Spain) takes jQuery as main JS Library for all new projects

2007-04-20 Thread SeViR
Jörn Zaefferer escribió: SeViR schrieb: Somewhere in the documentation you should find a comment stating that the temptation to add a regex method is great, but should be resisted. I still think that its better to add custom methods that implement those regular expression instead of one

[jQuery] Re: Ajax .load confusion

2007-04-19 Thread SeViR
, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] The University of Murcia (Spain) takes jQuery as main JS Library for all new projects

2007-04-19 Thread SeViR
team for this fantastic piece of code :D -- Best Regards, José Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: The University of Murcia (Spain) takes jQuery as main JS Library for all new projects

2007-04-19 Thread SeViR
Dmitrii 'Mamut' Dimandt escribió: SeViR wrote: Wow. Thank you for the link to YAV, http://yav.sourceforge.net/ that I found on the university site. This is amazing! YAV is a fantastic JavaScript Form Validation library with a pair of years of develop. By now, we use this library in join

[jQuery] Re: The University of Murcia (Spain) takes jQuery as main JS Library for all new projects

2007-04-19 Thread SeViR
Francisco Rives Lirola sevir1ATgmail.com SeViR CW · Computer Design http://www.sevir.org Murcia - Spain