<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-04-16 22:16 GMT+02:00 Hugues Peccatte <span dir="ltr"><<a href="mailto:hugues.peccatte@gmail.com" target="_blank">hugues.peccatte@gmail.com</a>></span>:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-04-14 13:20 GMT+02:00 Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com" target="_blank">michal@cihar.com</a>></span>:<div>


<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi<br>
<br>
Dne Mon, 14 Apr 2014 09:53:52 +0200<br>
Hugues Peccatte <<a href="mailto:hugues.peccatte@gmail.com" target="_blank">hugues.peccatte@gmail.com</a>> napsal(a):<br>
<div><br>
> I was looking for something more implicit, so we wouldn't have to change<br>
> the calls to $.get. But that seems to be difficult, so your solution might<br>
> be the best.<br>
<br>
</div>Well we can also override jQuery.get to do what we want (basically<br>
just wrapper around original code to do compose the URL correctly. That<br>
might be cleaner approach.<br>
<div><div></div></div></blockquote></div></div><br></div><div class="gmail_extra">Thanks for this very interesting feedback !</div><div class="gmail_extra">I found this : <a href="http://www.bennadel.com/blog/1624-ask-ben-overriding-core-jquery-methods.htm" target="_blank">http://www.bennadel.com/blog/1624-ask-ben-overriding-core-jquery-methods.htm</a></div>



<div class="gmail_extra"><br></div><div class="gmail_extra">I'll try to override the $.get method by this way.</div><span><font color="#888888"><div class="gmail_extra"></div></font></span></div></blockquote>
</div><br></div><div class="gmail_extra">It's done… I overwrote $.get… But there is many Jquery methods which use the "&" as an URL parameter separator… I would have love that they have a $.getArgSeparator, like pMA, so we could overwrite this method only! :)</div>

<div class="gmail_extra">We can overwrite all methods which use "&". But when we'll want to change the Jquery version, it will be a mess.</div><div class="gmail_extra"><br></div><div class="gmail_extra">

Shall we continue to search a way to use another separator than "&"?</div><div class="gmail_extra">Do you want we to push my work on my repository, so you can see what I've done?</div><div class="gmail_extra">

<br></div><div class="gmail_extra">Hugues.</div></div>