Hi
Is there something wrong with my membership settings ?
Non of my questions have made it to the list yet.
Regards, Louis.
Hi, I am trying to bind Ajax click event handlers to links that I have
dynamically
appended to the DOM tree.
Basically I have:
var html = 'text'
$("#table > tbody").append(html);
If I try to add click handlers to these anchor tags, they don't work.
$("a").each(function(i, dom_element) {
I am using Ajax form posting.
var options = {
dataType: 'xml',
beforeSubmit: post_request,
success: response_xml
};
$("#form").submit(function() {
$(this).ajaxSubmit(options);
// !!! Important !!!
// always return false to prevent standard browser submi
3 matches
Mail list logo