データベースからいくつかの html コードを生成する HTTP ハンドラー (.ashx) があり、それを Jquery 関数から呼び出して値 (userID) を渡したいと考えています。
それを呼び出してデータを取得する方法がわかりません。
このようなもの。
$(document).ready(function() {
$.get("http://path/to/handler.ashx", function(html) {
alert(html);
});
});
Googleを使用するjquery ashx
-入力後の最初のサイト-https ://sites.google.com/site/spyderhoodcommunity/tech-stuff/usingjqueryinaspnetappswithhttphandlersashx