[jQuery] [Fwd: [jQuery] Pagination stop propagation]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I really need help badly with this
-------- Mensaje original --------
Anyone have an idea why i cant cancel the the normal action of the
button, im keep getting redirect to the "somethin.htm" in this example?
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://www.d-scribe.de/webtools/jquery-pagination/demo.htm">http://www.d-scribe.de/webtools/jquery-pagination/demo.htm</a>
y download the page and modified it, only
function pageselectCallback(page_id, jq){
<font color="#ff6666">return false;</font>
}
$(document).ready(function(){
// Create pagination element
$("#Pagination").pagination(300, {
num_edge_entries: 2,
num_display_entries: 8,
<font color="#ff6666">link_to: "something.htm",</font>
callback: pageselectCallback
});