[Proto-Scripty] Re: number sign (#) in a select option - gets truncated

2011-01-14 Thread Luke
Is the hash mark part of the request URL? If so it probably strips it because it's interpreted as an anchor and not part of a http-request to a file. If not so: We can haz (relevant) codez? -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us

Re: [Proto-Scripty] Re: How to show the full resolution image at clicking on thumnail

2011-01-14 Thread Luke
Why don't you ask in the jQuery-Group? https://groups.google.com/forum/?fromgroups#!forum/jquery-en -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com. To

Re: [Proto-Scripty] Re: How to show the full resolution image at clicking on thumnail

2011-01-14 Thread Luke
Also, posting a hell lot of code without structure or documentation probably won't get you anywhere. Try to strip everything down to there very relevant parts, comment your code and post again (here: https://groups.google.com/forum/?fromgroups#!forum/jquery-en ). -- You received this message

Re: [Proto-Scripty] Re: How to show the full resolution image at clicking on thumnail

2011-01-14 Thread amritpal pathak
well i tried to join this group by clicking on link Request an invitation to this group then it says Sorry... You cannot post messages because this groups is only available as an archive. How to join this group .why it saying like that ?? On Fri, Jan 14, 2011 at 4:40 PM, Luke

[Proto-Scripty] Re: number sign (#) in a select option - gets truncated

2011-01-14 Thread ColinFine
On Jan 13, 6:52 pm, ehickstech ehickst...@gmail.com wrote: I have a select field in a form and one of the options has a number sign, such as 100# Glossy Cover I'm using Prototype to process an AJAX request and it's lopping off the number sign and everything after it. Any ideas what to do

Re: [Proto-Scripty] Re: How to show the full resolution image at clicking on thumnail

2011-01-14 Thread Walter Lee Davis
On Jan 14, 2011, at 7:00 AM, amritpal pathak wrote: well i tried to join this group by clicking on link Request an invitation to this group then it says Sorry... You cannot post messages because this groups is only available as an archive. How to join this group .why it saying like

[Proto-Scripty] Re: number sign (#) in a select option - gets truncated

2011-01-14 Thread ehickstech
Brilliant!! Thank you so much! On Jan 14, 10:39 am, Rüdiger Kaatz rudirak...@gmail.com wrote: Hi there, I suppose the mistake is in passing in a string to parameters. Better do it like this:        new Ajax.Request(/edit/doorhangers/add_ajax/,        {            encoding: 'UTF-8',  

Re: [Proto-Scripty] Re: number sign (#) in a select option - gets truncated

2011-01-14 Thread Rüdiger Kaatz
Easy, you're welcome. On Jan 14, 2011 5:20 PM, ehickstech ehickst...@gmail.com wrote: Brilliant!! Thank you so much! On Jan 14, 10:39 am, Rüdiger Kaatz rudirak...@gmail.com wrote: Hi there, I suppose the mistake is in passing in a string to parameters. Better do it like this: new