You have to use the jQuery live() method.
$('#ycsoftware').live('click', function() {
 alert('ycsoftware');
});
Find more info about the live function here:
http://api.jquery.com/live/
You have to use the jQuery live() method.
$('#ycsoftware').live('click', function() {
 alert('ycsoftware');
});
Find more info about the live function here:
http://api.jquery.com/live/