Skip to content

Author: admin@master

Jquery/ajax Looping SetTimeout

Hi I’m stuck on my setTimeout function. What i’m trying to do is to loop my setTimeout for my retrieve conversation function.. I have tried this on setInterval but using setInterval is a badnews for my application which is why I switch to setTimeout.. But I cant seem to figure out how to make the …

Load different content onclick of different controls

I am trying to load different content onclick of different button controls. Since I am new to JavaScript and don’t know where I am doing wrong. It will be highly appreciated if there is any help from any one of you! The code of which is here: and the HTML code is here: and same code is on jsfiddler as

Get text of nested childnodes javascript

Although I have read many posts on this subject, I am unable to get the desired result. My goal is to get text of nested childnodes in pure JavaScript. with this code I can get the text if html is But with html code like this …is wrong. Could you please give me a solution? Answer If you don’t need

Unable to perform the on click event

With reference to the following link http://jsfiddle.net/Xtreu/, I am trying to do same functionality with on click event Delete My Data button with out using any form. I tried in different ways but it does not happened. Can Any one help me how to do the same example with on click event? HTML: JavaScript: Ans…