[jQuery] Re: Feb 12 IE6 Forced Update

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

[jQuery] Re: Selector Not Working in IE7?

2007-11-21 Thread SeViR
at is sweet! It's no Firebug, but it's the best I've seen for IE. -- Best Regards, José Francisco Rives Lirola 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: [SITE SUBMISSION] songza.com

2007-11-20 Thread SeViR
x27;ve got 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 SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Declaring a new jquery variable

2007-10-24 Thread SeViR
on't want to use the window object. I know, a silly question. There shouldn't be any 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

[jQuery] Re: Livequery + jQuery.YAV

2007-10-24 Thread SeViR
r other things, but this one has us baffled. Your suggestions will be greatly appreciated! Peter :) -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: About jQuery.yav date validation

2007-09-27 Thread SeViR
ate dates in year-month-day this regular expression is that you need. ^([0-9]{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 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: id="username" title="Pleas

[jQuery] Re: test

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

[jQuery] Re: bind an event to success validation

2007-09-04 Thread SeViR
essageBox1 ul"), wrapper: "li", submitHandler: function(theform){ $('.loading').removeClass('loading'); theform.submit(); //submit is a native method, better than jQuery trigger method submit() } }); }); Thanks Andrea -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: bind an event to success validation

2007-09-04 Thread SeViR
is displayed. I need to bind the submit event only to the positive response of validation but I do not find the right syntax. Any suggestion Andrea -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: textarea maxlenght and counter

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

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

2007-08-31 Thread SeViR
; }); return false; } },{ inputclasserror: "errorFormElement" }); }); But that is peanuts compared to the pain of getting the "implies" rules to work. I just broke my head on that the whole afternoon and fe

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

2007-08-31 Thread SeViR
hat I see, Validation plugin only can do this requirements using custom functions. -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-30 Thread SeViR
element.offset().left+element.width()+element.next(".error_exclamation_mark").width(); $top = element.offset().top; element.siblings("div.errorBox").css('position', 'absolute').css('left', $left).css('top', $top); error.appendTo(element.siblings("div.errorBox")); if ($.browser.msie) element.wrap("id=\"wrap_select_for_ie\">"); } -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-27 Thread SeViR
.title = old_title; }); escondeMSG("carregando"); }); function mostraMSG(container) { $("#total").hide(); $("#"+container).show(); } function escondeMSG(container) { $("#"+container).

[jQuery] Re: Blueprint and jQuery

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

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

2007-08-25 Thread SeViR
ata); //example } 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 SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-25 Thread SeViR
;t support this property or method Opera 9.1 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 SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[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 + (Wi

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

2007-08-24 Thread SeViR
rvices, Flickr, Amazon, Google API use internally the same. -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-24 Thread SeViR
e-tests-ready-for-12/ 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 SeViR CW · Computer Design

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

2007-08-23 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. But

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

2007-08-23 Thread SeViR
g/storage/test/test.html . Apart the good practices, I can't see the problem if I remove the end() calls in toggle, and the latest two. -- Best Regards, José Francisco Rives Lirola 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();

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

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

[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 SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] end(), this bug unknown

2007-08-23 Thread SeViR
ned my mouth, and said wooowww!!!, Can I do that with jQuery?? 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 Lirol

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

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

[jQuery] Re: Dynamic Form Validation?

2007-08-22 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 (v

[jQuery] Re: Dynamic Form Validation?

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

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

2007-08-21 Thread SeViR
n 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: -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-21 Thread SeViR
t;).show(); $("#lop").html(val2); } ABC FSD REW ABA -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-21 Thread SeViR
The beautiful of jQuery is the extensibility of the plugins. The core of jQuery must be small, with the core methods and without complexes methods that overload the processor. In this sense, livequery is very good, I like it, but why insert it into the core? If you want allways the livequery

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

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

[jQuery] Re: Dynamic Form Validation?

2007-08-18 Thread SeViR
-form.html BrowserSide validation. Very good. Regards Mario 2007/8/17, SeViR <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: -- Mário Alberto Chaves Moura [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 31-9157-6000 -- Best Regards, José Francisco Rives Lirola SeViR CW

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

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

[jQuery] Re: Dynamic Form Validation?

2007-08-17 Thread SeViR
ugins/jquery-plugin-validation/ 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 SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: jQuery Form Plugin and Validation Form

2007-08-16 Thread SeViR
SubmitHandler line, the validation is still OK but the form is submitted normally, not using the Ajaxian method. Could someone help me on this case ? I spent my night on this stuff and I start feeling depressed :) Thx, Freud -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: True overlay?

2007-08-16 Thread SeViR
be changed. > > Are there such plugin now? > > Thanks. > > > -- Best Regards, Jose' Francisco Rives Lirola 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
is a great plugin that will do this for you called blockUI http://www.malsup.com/jquery/block/ VS YR wrote: -- Best Regards, José Francisco Rives Lirola 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
wait" message 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 SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-15 Thread SeViR
on a Thanks :) Geoff On Aug 14, 7:09 am, SeViR <[EMAIL PROTECTED]> wrote: -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: function to return value from ajax

2007-08-14 Thread SeViR
)"); if(data.stat == "ERROR"){ alert(data.msg); } }); This function wait the server response, and run the code when the data is back. -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-13 Thread SeViR
quot; <[EMAIL PROTECTED]> wrote: -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: jQuery Validation Fails in IE

2007-08-13 Thread SeViR
/WebDevHelper.aspx -- Best Regards, José Francisco Rives Lirola 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

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

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

[jQuery] Re: Create excel file from table data

2007-08-09 Thread SeViR
to change the headers. In php: On 8/8/07, *Mike Miller* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-09 Thread SeViR
); //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 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
y-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 SeViR CW · Computer Design http://

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

2007-08-09 Thread SeViR
AIL PROTECTED]> wrote: -- Best Regards, José Francisco Rives Lirola 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 SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-08-07 Thread SeViR
e Yahoo or Google web services) call_service(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 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
opacity: 0.5, width: 100, height: 100, backgroundColor: "red"}) .appendTo(document.body).text("hihi") } $(test) #test{ position: relative; width: 400px; height: 400px; border: 1px solid green; background-color: blue; } asdfasdfas

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

2007-06-06 Thread SeViR
ther events that could be added/normalized with this plugin? BTW ... Here is the blog post about binding multiple event types: http://blog.brandonaaron.net/2007/06/05/bind-multiple-events-simultaneously-with-jquery/ <http://blog.brandonaaron.net/2007/06/05/bind-multiple-events-simultaneously-with-jquery/> -- Brandon Aaron -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-06-04 Thread SeViR
any matches. Is it a known bug? TIA -- Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: $.getJSON manipulation

2007-05-31 Thread SeViR
, function(response){ response = response.split("jsonFlickrApi(")[1]; response= response.substr(0,response.length-1); //var json = JSON.parse(response); } but don't knoe how to parse the remaining data as an object Somebody can help? Regards, Phil -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-05-31 Thread SeViR
Karl Swedberg escribió: On May 30, 2007, at 10:53 AM, SeViR wrote: This paragraph from the reference section of the upcoming Learning jQuery book might help explain why someone would want or need to preselect a class first. It discusses specifying a tag name rather than a class, but the

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

2007-05-30 Thread SeViR
ibution of this message, or files associated with this message, is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer. Messages sent to and from us may be monitored. Any views or opinions p

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

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

[jQuery] Re: Tutorial example problem with Firefox?

2007-05-15 Thread SeViR
x27;s happening so I can warn users from the web page to review their settings. Does anyone have any suggestions? Thank you, Mike B. -- Best Regards, José Francisco Rives Lirola 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
ons. If I don't 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 Riv

[jQuery] Re: Tutorial example problem with Firefox?

2007-05-15 Thread SeViR
x27;s happening so I can warn users from the web page to review their settings. Does anyone have any suggestions? Thank you, Mike B. -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

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

2007-05-10 Thread SeViR
8) ---> PHP (UTF-8) --> MySQL (iso-8859-1) ??? <- problem I normally have a simple solution for any codification problem, I encode the text with HTML simbols ESPAN~A <==> ESPAÑA it works allways and I don't worry for the codification problems :) -- Best Regards, Jose' F

[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: The University of Murcia (Spain) takes jQuery as main JS Library for all new projects

2007-04-19 Thread SeViR
"#field1:blank" } } But I can't express that either field1 or field2 is required. How would I express that using pre/post-condition and implies? -- Best Regards, José Francisco Rives Lirola 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 libra

[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 SeViR CW · Computer Design http://www.sevir.org Murcia - Spain

[jQuery] Re: Ajax .load confusion

2007-04-18 Thread SeViR
hat I put in the name/value pair. H. Doug Gough On Apr 18, 2:19 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: -- Best Regards, José Francisco Rives Lirola SeViR CW · Computer Design http://www.sevir.org Murcia - Spain