Click here to Skip to main content
15,920,896 members

Comments by altaf008bd (Top 11 by date)

altaf008bd 6-May-14 1:04am View    
Sorry, for late reply. I am not sure why you are getting the value with font tag, because text() method simply ignores the html tag and return the text. However you can use :

var status = $("#status font").html();

It will only return the text which you can compare.
altaf008bd 6-May-14 0:57am View    
Thanks for the suggestion, I was not aware of that. I will follow it for all future posts.
altaf008bd 2-May-14 7:53am View    
Hi, question: all the buttons width will be same?
altaf008bd 1-May-14 7:15am View    
Its not clear, pls post the codes you have written if possible, and / or explain the issue in details.
altaf008bd 1-May-14 7:04am View    
Hi, did you change font tag IDs? font tag id should be different than your span id. But you used same id "status" in both cases