[jQuery] Re: Adding events to newly added fields

2008-02-08 Thread Muhammad Mohsin
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

[jQuery] Re: New to jquery. Things just don't work.

2008-02-03 Thread Muhammad Mohsin
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 }

[jQuery] Re: accordion problem in IE

2008-02-03 Thread Muhammad Mohsin
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

[jQuery] Re: accordion problem in IE

2008-01-29 Thread Muhammad Mohsin
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

[jQuery] Re: Include javafile

2007-11-19 Thread Muhammad Mohsin
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] Re: Include javafile

2007-11-01 Thread Muhammad Mohsin
jquery code is in listing java $('.price_convert').each(function() { $(this).mouseover(function() { alert("IN"); }); $(this).mouseout(function() { alert("OUT"); }); }); });

[jQuery] Re: Include javafile

2007-11-01 Thread Muhammad Mohsin
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

[jQuery] Re: Posted varilbes

2007-09-04 Thread Muhammad Mohsin
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. > >

[jQuery] Re: Select box help from ajax

2007-08-23 Thread Muhammad Mohsin
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

[jQuery] Re: Select box help from ajax

2007-08-23 Thread Muhammad Mohsin
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

[jQuery] Re: Select box help from ajax

2007-08-23 Thread Muhammad Mohsin
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

[jQuery] Help

2007-08-06 Thread Muhammad Mohsin
How to send jquery $.get php varibles. i need to call ajax file with multivaribles how can i do it