-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ic-push-url not working return #237
Comments
Hi There, If you are using a select for navigation, intercooler isn't going to pick up the parameters with a client-side ic-push-url. Are normal anchors a possibility? |
No. This case require select fiters. Carson I resolve problem with few lines of code. Intercooler is gorgeous tool and maybe You have to consider about checking, is form element includs method==GET and ic-push-url. Then serialize using jQuery method (what You already included ). On last put resault to ic-src and let code work.
and
|
:) I have always felt this was a shortcoming, but I also don't want to include every variable in the URL when it is a GET. Maybe we should have an additional attribute, something like ic-push-parameters="foo, bar" that you can use to specify the parameters that should be pushed? What do you think? |
Thas looks promising but in condition if I can set ic-push-parameters="*" |
How it's goin ? |
Related to #77 (comment)
Can You show me example of X-IC-PushURL ? @carsongross
I can't make it work in client-side script only. My backend dev w
on't hear about return special http headers.
For me if some field is sent by GET method it have to appear in url adress like in simple
<a ic-src=''></a>
url..There is code example of my project (new lines only for readability):
or
The text was updated successfully, but these errors were encountered: