jsp/
PHP site: http://www.example.com:8080/php/
so you could access any of them from the same domain.
http://httpd.apache.org/docs/1.3/mod/mod_proxy.html
cheers!
--
Javier Infante <[EMAIL PROTECTED]>
Irontec
ng is you are binding the click event to the whole
document.
Use a selector for all the objects:
$(document).ready(function(){
$("*").bind("click",function() {
$(this).empty();
return false;
});
});
remember to retu
http://docs.jquery.com/Selectors
cheers!
--
Javier Infante
Irontec, Internet y Sistemas sobre GNU/LinuX - http://www.irontec.com
+34 94.404.81.82
created an unique id for your a tag):
$("#unique_id_a").bind("click",function() {
$("#unique_id").trigger("go_edit");
return false;
});
Hope it helps!
Cheers
--
Javier Infante
Irontec, Internet y Sistemas sobre GNU/LinuX - http://www.irontec.com
+34 94.404.81.82
4 matches
Mail list logo