$(document).ready(function(){
var Bold="Yes! There is bold in the text above!!";
var NoBold="No... There isn't any bolded text in the paragraph above..";
var BoldButton='<input class="BoldButton" type="button" ...
What I want is for data retrieved from one function to be displayed in another . I was told that using a global variable would allow me to accomplish this ...
I am trying to implement notifications on my web project its using a mvc design pattern with EJB and JPA. Also the header and footer are in a separate file for ...
var tm='<input type="checkbox" name="city[]" />';
tm=$(tm).val('2');
alert($(tm).text()); // <--- it does not have internal text so how do i see itself?