[jQuery] Hey need some help regarding displaying of smileys similar to yahoo

2009-11-11 Thread anjith
Hi, I need to keep smileys similar to yahoo and gmail.that means when i click the smiley image i ned to display all the smileys i don't know what is the name of such plugin i have only 1hr time to complete this task please help me guys Thanks and regards, Anjith kaumar garapati

[jQuery] Required plugin for anchor tag onclick scroll down

2009-11-07 Thread anjith
Required plugin for anchor tag onclick scroll down When i click a anchor tag i need scroll menu

[jQuery] Please say the meaning of $("#username") or $("#newUser").bind("click",{},function(){}) and..........

2009-10-09 Thread anjith
ose tags using these type of coding can u say any books/websites or any e-material also helpful to me... Generally we use document.getElementById().value or document.getElementByName().value Thanks and regards, Anjith kumar Garapati

[jQuery] Please explain $("#username") $("#newUser").bind("click",{},function(){}) and..........

2009-10-09 Thread anjith
i am using Jquery and javascript from long back but i don't know what this really means and what they return etc can any explain theseor can u just any wesite containing tutorials about these codings.

[jQuery] Multiple Image uploads

2009-07-13 Thread anjith
append input boxes(type=file) after first one. Thanks and Regards, Anjith Kumar Garapati

[jQuery] Ajax is not working in thickbox

2009-06-29 Thread anjith
http://jquery.com/demo/thickbox/ I developed thickbox as per above link instructions i got two issues 1.)Ajax Is not working in thickbox and 2.)Styles are not applying for thickbox I followed as per instructed in AJAXCONTENT Category and gave link as Login Where when i checked login_lightb

[jQuery] Radio buttons and checkbox validation

2009-06-29 Thread anjith
http://docs.jquery.com/Plugins/Validation Through Jquery in this link i developed a form . The validation are working fine but When no error i have to return a image (green color tick) to show field filled is correct format but i am unable to find where to change for required thing to happen

[jQuery] I am using Thickbox for login but the login verify page is also opening in thickbox

2009-06-26 Thread anjith
not able to navigate after closing thickbox when i try to use "self.parent.tb_remove()" the thickbox is closing but navigation is not done .Please help me Thanks and Regards, Anjith

[jQuery] Is there any possibility to get Light window option Using Jquery functions , Autocomplete hints from database

2009-06-23 Thread anjith
Hai, I am New to Jquery When i click a hyperlink(anchor tag) I need to display a php page in light window. Autocomplete or Auto-suggest similar to googlesuggest In google.comI heard we can do this using Jquery Thanks and Regards, Anjith

[jQuery] I am new to this Jquery....i need to display 4 messages(in news sectiiion) one after another in a div tag

2009-06-22 Thread anjith
i need to display 4 messages(in news sectiiion) one after another in a div tag.as in yahooo.

[jQuery] google suggest

2009-02-28 Thread anjith
Hi, Hey please help i want to do google suggest i have customised many codes but none of them working . I tired to do own but how to get light window below the text box and get suggestions one by one. Please help me Thanks and regards, Anjith Kumar Garapati

[jQuery] Re: To find number of rows and width of text area

2009-02-25 Thread anjith
The main is i have to retrieve the textarea as it from database but no scrollingi mean to adjust textarea automatically by knowing number of rows and width i will insert these along with text in the database. On Feb 26, 11:26 am, anjith wrote: > Hi, > >         In cilent sid

[jQuery] To find number of rows and width of text area

2009-02-25 Thread anjith
Hi, In cilent side i had a text area. In server side i have to find number of rows (entered in that cilent text area) and highest length of the row to auto adjust the textarea. Thanks anjith

[jQuery] Rich text Editor

2009-02-24 Thread anjith
Hi, I am trying richtext editor the problem is on every button click (Like Bold or Code) how to send the tags([b][/b] or [code][/code]) to the last mouse or courser point in the textarea Thanks and regards, Anjith

[jQuery] problem facing with drop down lists

2009-02-06 Thread anjith
hi frnds, i had four drop-down lists, 1.field of study 2.subject(disabled) 3.country 4.location(disabled) if i click on field of study the subject drop-down also in enable condition. i got it this. what's my problem is if i click on counry drop down list i can't get the subject drop down valu

[jQuery] Re: Problem with document.getElementsById()

2009-01-27 Thread anjith
Even then showing null as error On Jan 27, 4:02 pm, Mike Alsup wrote: > > Javascript: > > var myDiv=secondtdArray.item(0).firstChild.data; > > firsttdArray=xmlRoot.getElementsByTagName("second"); > > document.getElementById("myDiv").innerHTML =firsttdArray.item > > (0).firstChild.data; > > > I t

[jQuery] Problem with document.getElementsById()

2009-01-26 Thread anjith
directly in place of myDiv in document.getElementById...The error show is document.getElementById("secondtdArray.item(0).firstChild.data") is null When i used a specified address the functionalityis geting fine Thanks And Regards, Anjith

[jQuery] AJAX- i had two different problems each with mozilla and IE

2009-01-16 Thread anjith
I am tired select box function for geting datafrom the database and display in tabular form. Mozilla--Every thing ok but i am not able to get all the rows from database i am geting 4 and half rows.i tired GET method. EXample: xmlHttp.open("GET", "fnctions.php?moviename=" + movie,