Eric you rock that's what I'm talking about!! Beautiful code man
thanks so much.
Learning is fun.
Daniel
Thanks Rob I like your approach and learned a lot. This is why I like
to post code to see how others attack the same issue. I would still
like to see how someone would code this using the jquery syntax rather
then the standard javascript way, so if anyone wants to give it a go
please do. All us ne
Hi,
I have a old script that adds a class to a button/submit/reset based
on the length of its value and I'd like to convert it to jquery. I'm
just looking for any suggestions on the best way to rewrite it.
Thanks in advance for any help
function setbuttonclass()
{
if(docu
Hi,
Does anyone have a work around the lack of support for data-URLs
(data:image/jpeg;base64) in
IE. I've seen some crazy php scripts using mhtml + vml but php isn't
supported in the environment I'm working in.
Thanks for your Help.
Daniel
Hi,
Does anyone have a work around the lack of support for data-URLs in
IE. I've seen some crazy php scripts using mhtml + vml but php isn't
supported in the environment I'm working in.
Thanks for your Help.
Daniel
Hey,
I just saw this cool project called Canvas-photo and I was wondering
if anyone was working on a jquery version (plugin)?
Thanks
Daniel
http://code.google.com/p/canvas-photo/ [code]
http://www.ernestdelgado.com/public-tests/canvasphoto/demo/canvas.html
[demo]
Download IETester http://www.my-debugbar.com/wiki/IETester/HomePage
and you can test 5.5 through 8. I use this daily, works great.
Is there a way in jquery to find your exact location in the dom and
then move down from that location to another element? For example can
I get the value of a input[text].someClass after changing it and write
that change only to the next td.someOtherClass in the dom without
using an id?
Found it! Needed to use .find rather then .children
Hey,
I'm new to all this and I just can't figure out what I'm doing wrong.
What I'm trying to do is clear the value for all the text input values
within a div but as soon as I add the input boxes to a table it stops
working. Any help would be amazing.
Thx
Clear
Style
10 matches
Mail list logo