![enter image description here][1] Hi I am getting server data from web socket but i am facing one problem that i need to show current time in the from to front of web service data as show ..I am able to show data but time is not in front of that..:(
How to show time in front of data.
I am using like this
function nativePluginResultHandler (result)
{
$('#realTimeContents' ).append('<p>'+result+'</p>');
}