Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
trouble with javascript
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fotis Jannidis  
View profile  
 More options Nov 8 2012, 10:58 pm
From: Fotis Jannidis <janni...@gmail.com>
Date: Thu, 8 Nov 2012 19:58:12 -0800 (PST)
Local: Thurs, Nov 8 2012 10:58 pm
Subject: trouble with javascript

Hi all,

I have used 2 small javascript libraries to sort tables which contain
checkbox inputs. In both cases the following happens: after sorting the
table I don't receive any values from the checkboxes when I send the form.
Everything is ok as long as I don't use the sorting.

I have used tablesorter.js and sortable.js. Because it happens with both of
them, I assume it is a problem with Bottle or am I missing anything?

Any help and pointer appreciated. Thanks in advance,

Fotis


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Iuri  
View profile  
 More options Nov 9 2012, 5:20 am
From: Iuri <iurisil...@gmail.com>
Date: Fri, 9 Nov 2012 08:20:22 -0200
Local: Fri, Nov 9 2012 5:20 am
Subject: Re: [bottlepy] trouble with javascript

I don't think it is a problem with bottle, but we need more information to
confirm that.

Can you provide a small example with the problem? Only the client side code
(html/js) is enough to understand the problem.

cheers,
iuri


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fotis Jannidis  
View profile  
 More options Nov 9 2012, 6:16 am
From: Fotis Jannidis <janni...@gmail.com>
Date: Fri, 9 Nov 2012 03:16:32 -0800 (PST)
Local: Fri, Nov 9 2012 6:16 am
Subject: Re: [bottlepy] trouble with javascript

Yep, you are right - trying to build a small demonstrator of my problem I
discovered the source of it: I had a structure like this: <table1><form>
...</table1><table2>...</form></table2> and the sort library was attached
to the second table. Now I changed this to <form><table1>
...</table1><table2>...</table2> </form> and everything seems to work as
intended. Cheers, Fotis
PS: very nice project btw - also ideal for people like me who need a gui
for python 3.x and want to avoid tkinter

Am Freitag, 9. November 2012 11:20:43 UTC+1 schrieb Iuri de Silvio:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »