jquery disable post back on button Asp.net

I'm using Jquery UI and Autocomplete func.(Combobox) and I interested in this part.

$("<button>&nbsp;</button>")
                    .attr("tabIndex", -1)
                    .attr("title", "Show All Items")
                    .insertAfter(input)
                    .button({
                      icons: {
                        primary: "ui-icon-triangle-1-s"
                      },
                      text: false

My problem is when I use ASP.net, this button do PostBack, but I not need this because my list of items then gone. How can I override this behavior of button. Спасибо

5
задан amchoni 2 November 2010 в 22:22
поделиться

0 ответов

Другие вопросы по тегам:

Похожие вопросы: