rs.
--
Best Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
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
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
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
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
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
://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
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
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
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
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
;
});
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
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
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
.title = old_title;
});
escondeMSG("carregando");
});
function mostraMSG(container) {
$("#total").hide();
$("#"+container).show();
}
function escondeMSG(container) {
$("#"+container).
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
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
;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
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
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
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
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
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
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();
e example??
--
Best Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
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
Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
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
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
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
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
new-plugin-live-query/
--
Brandon Aaron
--
Best Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
-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
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
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
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
be changed.
>
> Are there such plugin now?
>
> Thanks.
>
>
>
--
Best Regards,
Jose' Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
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
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
)");
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
quot; <[EMAIL PROTECTED]>
wrote:
--
Best Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
/WebDevHelper.aspx
--
Best Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
est Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
); //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
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://
AIL PROTECTED]> wrote:
--
Best Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
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
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
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
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
, 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
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
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
ggestions to improve it.
--
Best Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
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
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
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
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
"#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
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
team for this fantastic piece of code :D
--
Best Regards,
José Francisco Rives Lirola
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
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
70 matches
Mail list logo