[jQuery] Re: How do I extract a part of received data

2009-09-21 Thread Rodrigo Sebastián Alfonso
let's say you have World in data, you have to do this: $(div).find(p).html($(div).find(p).html() + data); so your html would look like: divpHelloWorld/p/div On Mon, Sep 21, 2009 at 11:49 AM, Frederik fdussau...@gmail.com wrote: Anyone has any idea ? I have tried this way.

[jQuery] Re: jQuery PDF Viewer?

2009-09-16 Thread Rodrigo Sebastián Alfonso
I have to agree with Jeffrey there. I do not think that JavasScript (i don't say I'm certain because you never know) has a way of interpreting binary data, jQuery or no jQuery. If you're familiar with reading binary data in some other language, this might help you, although I cannot say I've

[jQuery] Display background image in optgroup on IE

2009-09-14 Thread Rodrigo Sebastián Alfonso
Guys, I'm wondering if any of you might have some kind of jquery related hack in order to be able to display background images in IE (6,7,8) for the OPTGROUP element. I've been looking for a way to acomplish this everywhere with no luck. I'll appreciate any leads. Thanks! -- Rodrigo Alfonso

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread Rodrigo Sebastián Alfonso
Yeah, I thought so, but it's not an option to me to work without Win 95 (yes, I also said WTF). Client needs! Thanks anyways James! :-) On Thu, Jun 18, 2009 at 4:33 PM, James james.gp@gmail.com wrote: jQuery is listed on the website as compatible with IE6+, so that's probably it. On