[jQuery] HELP, how to catch these elements ?

2009-02-06 Thread Ayan

Hello,

I need a help to catch these HTML elements -

Elements -









What will be the statement ?
$


[jQuery] HOW: jQuery AJAX to replace iFRAME

2008-12-22 Thread Ayan

Hi

Currently my page has a iFrame (loads an external web-page) in it.

I have seen this tutorial that uses simple AJAX to replace this
iFrame.
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
(see the small DEMO, I want exactly the same with just 2 Links)


My question is - How can I do the same using jQuery's AJAX to do the
same ?

Thats is, when these 2 Button/Link hit, it will fetch corresponding
remote html and paste it in a DIV. Thats it.

Please do reply.....

Ayan Debnath
INDIA.


[jQuery] Re: MooTools $events expando workaround

2007-09-29 Thread Ayan

Thanks for your reply.

I realized that the component might be using 1.1.4 version.
I have requested them to upgrade it.


Meanwhile, how can I upgrade the jQuery by myself ?
Here is the file - 
http://gigahertz.byethost18.com/components/com_fireboard/template/default/js/jquery-latest.pack.js



[jQuery] Re: MooTools $events expando workaround

2007-09-28 Thread Ayan

Dear sir,

I am facing this problem... yes, its because mootool+jQuery.
My Joomla site's Template system runs on mootool, but my one of the
component runs on jQuery.

So, I need to do this Hack.

My question is -

If I convert '$event' to '$event2', will it effect on the workings of
the template system ?