this button works, but I want to add more js listeners to this button (because I need jQuery function addClass('deactive') to another div element for me), so what could be a solution for this?
I've just created a Drupal 7 Games site featuring chess at: http://aswapathy.com/d7a6cwg/cw_games/cw_board where registered users can create chess games, and then play against a challenger, who must also be a registered user. Anonymous users may watch the games.
The chess game should now be fully functional, incorporating:
I have been working on a field module in Drupal 7 Alpha 7 to learn how the Field API works. My goal is to create a custom field to store latitude and longitude.
I've run into something that has my stymied, not even sure what to search for. Basically, when I preview my content type with my custom field in it, it shows the data just fine. But when I actually save the page, it doesn't save the data.