English 中文(简体)
装饰品的颜色箱,如何取回装饰品的标签价值,然后送至ajax .htm网页
原标题:colorbox to load ajax content, how to retrieve querystring values with or without jquery sent to the ajax .htm page
  • 时间:2011-11-23 04:44:40
  •  标签:
  • colorbox

I know how to load ajax content "winner.htm" using colorbox; however, I need to send via querystring "?fund=Aggregate" to the "winner.htm" page. Click here if you need a hint on how to retrieve querystring values via jQuery (or without)..

最佳回答

As I look into this last night, I found that it was because accessing windows.location.href using javascript in the external ajax file will only return the invoking window s url since colorbox is only a popup, an overlay, so the common solution will not work. And I finally solve this by accessing not a .htm file but a .aspx file and get the passed-in querystrings in the code-behind :)

问题回答

暂无回答




相关问题
jQuery Colorbox Custom Pagination

I have a list of links that are inserted into a DIV element using jQuery and ajax. The list of links are paginated where I only show 10 links at a time. After the ajax call completes and the links are ...

jQuery colorbox only binds to 1 element in IE 7 and FF 3.0

I m just about finished writing a backend for a website in PHP/MySQL/jQuery, but my jQuery colorboxes aren t working in older versions of IE and Firefox. Steps to reproduce problem: 1. Navigate to ...

ColorBox over Flash in Firefox, Vista

I am using ColorBox over a Flash file which works just fine in all browsers on all platforms except for an annoying behaviour in Firefox on Vista. On calling ColorBox it pops up and displays the ...

Colorbox modal opening/closing another Colorbox modal

Greetings. I have a need to have a child modal opended from a colorbox modal. Form -> anchor -> opens modal ( parent ) -> model has another anchor -> open modal child The problem is that when the ...

how to close colorbox within iframe?

i have a page manageGroup.php, where user can also add member to group. I used colorbox to show the addGroupMember.php. Now i need to close that colorbox once i have done submitting the form. ...

Close ColorBox iFrame after submit

I m using jQuery ColorBox to display a shopping cart item. When a user enters the quantity in the iFrame (opened with colorbox) and clicks on the submit button, I want the iFrame to be close and main ...

jQuery ColorBox confirm override modal dialog?

How would I use ColorBox to create a confirm override modal dialog that can interupt a form submission until yes is clicked. Simple Modal has a similar function, but I much prefer colorbox s ...

jQuery Conflict with mousewheel

I m a designer doing a commemoration project for Red Cross Australia s 2004 Tsunami clean up efforts. The project is a timeline to commemorate all the work that has been done for the last few years. ...

热门标签