--
-- You've received this message because you are subscribed to the Google Groups group. To post to this group, send an email to f3-fra...@googlegroups.com. To unsubscribe from this group, send an email to f3-framework...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/f3-framework?hl=en
---
You received this message because you are subscribed to the Google Groups "Fat-Free Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to f3-framework...@googlegroups.com.
To post to this group, send email to f3-fra...@googlegroups.com.
Visit this group at https://groups.google.com/group/f3-framework.
To view this discussion on the web visit https://groups.google.com/d/msgid/f3-framework/17850e16-b53c-4920-bebe-ccc8a21e985f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi there,No I hadn't but I made the edit and it made no difference to the result.This is the form of my route just in case I haven't read the manual correctly:GET /member/geteclectic [ajax] = MemberController->geteclecticThanks for your assistance so far.Harry
On Sunday, 24 June 2018 12:12:38 UTC+10, HarryB wrote:Hello everybody,I am trying to both learn to use F3 and, eventually, to convert and existing application to use F3.I have a form in which a dropdown list triggers an 'on change' event. The event action code looks like this:$(function() {$('#inits').change(function() {var sel_play = $(this).val();alert('You picked: ' + sel_play);$.ajax({type: 'GET',url: '/member/geteclectic',dataType: 'json',data: 'thePlayer=' + sel_play,etc...When a selection is made the 'You picked' alert is displayed correctly but the url is not accessed. If I access the route url manually the code there runs.I have tried just about every alternative in the presentation of the url that I can think of as I feel that this has to be the source of the problem.Any suggestions will be greatly appreciated.Harry
--
-- You've received this message because you are subscribed to the Google Groups group. To post to this group, send an email to f3-fra...@googlegroups.com. To unsubscribe from this group, send an email to f3-framework...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/f3-framework?hl=en
---
You received this message because you are subscribed to the Google Groups "Fat-Free Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to f3-framework...@googlegroups.com.
To post to this group, send email to f3-fra...@googlegroups.com.
Visit this group at https://groups.google.com/group/f3-framework.
To view this discussion on the web visit https://groups.google.com/d/msgid/f3-framework/477f661a-ee01-478a-bd9e-959f70a62da2%40googlegroups.com.