hild
function removeParent(){
$('#parent').children().insertBefore('#parent');
$('#parent').remove();
/* or the one line alternative:
$('#parent').children().insertBefore('#parent').end().end().remove();
*/
}
Cheers,
Gus
On Thu, Jan 14, 20
)
$( "#" + t + " img" ).hide()
}
});
if( !$( "div.introbody" ).length ){
$( ".project" ).initSlides()
}
});
(I threw in an alert just to make sure it was firing!)
Cheers,
Gus
On Thu, Jan 14, 2010 at 7:38 PM, knal wrote:
> Hi there,
>
Hi i want to know if this code can be converted to jquery. It's a very
good hoover pop up with effect code.
function initCloseButton(){
var blocks = document.getElementsByTagName("li");
for (var i=0; i
I'm evaluating a JSON string that is stored on the client side (in a
hidden field).
I use this string just as a search filter, so I think eval is OK in
this scenario too.
But, as I've been using jQuery a lot recently, I thought I could
leverage some JSON parsing in my code.
Thanks weepy, good hint
Really? I thought it had because jQuery evaluates JSON internally
(e.g.: getJSON method).
On Nov 10, 2:42 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > Does jQuery comes with a built-in JSON parser?
> > I need a FROM JSON function as an alternative to using eval.
>
> No it does not. I recommend
Hi,
Does jQuery comes with a built-in JSON parser?
I need a FROM JSON function as an alternative to using eval.
Thanks,
how'd you fix it?
On Sep 25, 3:11 pm, Arif <[EMAIL PROTECTED]> wrote:
> I have resolved this :)
>
> Thanks
> Mohammed Arifhttp://www.mohammedarif.com
>
> On Sep 22, 2:24 pm, Arif <[EMAIL PROTECTED]> wrote:
>
> > Even I got the issue, it's not been rendering because of French
> > accented characte
7 matches
Mail list logo