我有一個下面的下拉列表中的php塊下循環。另一個php塊是彈出窗口使用facebox。現在如何通過點擊下拉內容將值傳遞給第二個php塊。 <?php
$msql="select notification_id,applicant_id,notification_dis from app_notification where applicant_id=$app_id order by
我有一個從AJAX加載的元素。有了這個元素,我連接了Facebox.js。點擊元素後,它會觸發Facebox。所以我用: $(document).on("click", "a[rel*=modal]", function() {
$(this).facebox(); // Applies modal window to any link with attribute rel="modal
我想從鏈接單擊時將我的視圖html中的代碼帶入彈出框 在Ruby on Rails中可能嗎?我已經有彈出工作,但我想了解一下代碼即可顯示評論: <div class = "comments"><% if post.comments.exists? %>
<% post.comments.each do |comment| %>
<%= image_tag("http://www