u should try livequery plugin its really works
On Feb 7, 2008 10:54 AM, bikuta <[EMAIL PROTECTED]> wrote:
>
> Hi I am trying to make form which contains a list of items.
>
> I have a set of events which need to be bound to each item, at the
> moment everytime I add a new item, I have to unbind al
hello sathya
there is an error in ur code. u miss the semi colon(;) after the
function end.
${document}.ready(function() {
${'a'}.click(function() {
alert("Link clicked");
${'#main-content'}.html(' Hello ');
return false;
}); <=Here u miss the semi colon
}
steve i changed the code of accordion little bit u...
u need to set the fixed height of inner ul li i.e. (#navigation li li a) in
css and then in js file there is no need to set height as in IE 6 and IE 7
u can not set height in negative.
i m weak in english but if u need code i can email u
On F
thnx jorn
i changed few things i change the heights attribute as ie is giving
javascript error when height is in negative. i m using ul navigation
thanks seedy for the help. now i m including all js file in bottom of
page. but jquery seems to have problem in bottom. do u know wht is the
issue
jquery code is in listing java
$('.price_convert').each(function()
{
$(this).mouseover(function()
{
alert("IN");
});
$(this).mouseout(function()
{
alert("OUT");
});
});
});
i mean in head of the page.
listing java doesn't work here but works well when i write this code in end
of page
On 11/1/07, mohsin <[EMAIL PROTECTED]> wrote:
>
>
> I am using separate javascript file for the function I have written.
> When I include this file in header of my page
On 8/31/07, mohsin <[EMAIL PROTECTED]> wrote:
>
>
> I have a page with a form, when I post the form I want a jquery on the
> target page to read POST variables.
>
>
which will
> automatically
> attach existing events to any new (and appropriate) elements loaded - or
> you
> need to include event assignment for the new selects in your callback.
>
>
> Muhammad Mohsin wrote:
> >
> >
> > Hello
> > I want to associate a s
i am new to jquery and cann't figure out way to do it
On 8/23/07, Muhammad Mohsin <[EMAIL PROTECTED]> wrote:
>
> thnx sir for ur help ...can u provide me plugin for that purpose
>
> On 8/22/07, Wizzud <[EMAIL PROTECTED]> wrote:
> >
> >
> >
&g
l
> automatically
> attach existing events to any new (and appropriate) elements loaded - or
> you
> need to include event assignment for the new selects in your callback.
>
>
> Muhammad Mohsin wrote:
> >
> >
> > Hello
> > I want to associate a sele
How to send jquery $.get php varibles. i need to call ajax file with
multivaribles how can i do it
12 matches
Mail list logo