Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am looking for a function that will toggle text exactly as shown by pressing the "Phone" button on this website : http://bit.ly/VKdJZV

Any help would be much appreciated.

many thanks, Andy

share|improve this question
1  
api.jquery.com/slideToggle ...also your question would be better served over at StackOverflow as this relates to JavaScript/jQuery. – userabuser Jan 21 at 14:06

closed as off topic by userabuser, toscho Jan 21 at 14:38

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

I do not think you need any AJAX here, You can do this also using jQuery Slide method.

http://docs.jquery.com/UI/Effects/Slide

Try here

http://www.w3schools.com/jquery/jquery_slide.asp

http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_slide_down

share|improve this answer
thanks, i think this is what i need! – Andy Jonathan Jan 21 at 14:29
i think there is a conflict with my other plugins and nothing happens when i click the text.. is there any way i can modify this with no-conflict mode? – Andy Jonathan Jan 21 at 14:36

Not the answer you're looking for? Browse other questions tagged or ask your own question.