Hi guys,
apologize for posting again the same topic. I haven't found a solution yet
for my simple problem.
I have a simple function that works when a link is clicked
$(document).ready(function(){
$("#moon").click(function(){
alert("do something");
});
});
I need to reuse that functio
Hi guys,
apologize for posting again the same topic. I haven't found a solution
yet
for my simple problem.
I have a simple function that works when a link is clicked
$(document).ready(function(){
$("#moon").click(function(){
alert("do something");
});
});
I need to reuse that funct
2 matches
Mail list logo