mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
6.6 KiB
JSON
1 line
6.6 KiB
JSON
[{"user_id": 1, "stars": [], "topic_id": 1958, "date_created": 1297235574.2513521, "message": "Ahh, ok", "group_id": 88, "id": 50926}, {"user_id": 4, "stars": [], "topic_id": 1958, "date_created": 1297237526.4597919, "message": "which is fine i guess we just havent done it yet", "group_id": 88, "id": 50966}, {"user_id": 581, "stars": [], "topic_id": 1958, "date_created": 1297235392.2308199, "message": "Apologies if this has come up already: couldn't find it on search. I keep finding myself wanting to click anywhere on a row when it changes to a darker color on rollover. However, I can only click on the header to get to the group/topic.", "group_id": 88, "id": 50903}, {"user_id": 1, "stars": [], "topic_id": 1958, "date_created": 1297235446.983331, "message": "I'm sorry, I don't quite understand", "group_id": 88, "id": 50907}, {"user_id": 581, "stars": [], "topic_id": 1958, "date_created": 1297236088.1287279, "message": "I'll check it out on my machine now to see if it replicates", "group_id": 88, "id": 50941}, {"user_id": 581, "stars": [], "topic_id": 1958, "date_created": 1297236409.033535, "message": "I can imagine. Would be nice if it were there but not the end of the world if not :-)", "group_id": 88, "id": 50951}, {"user_id": 141, "stars": [], "topic_id": 1958, "date_created": 1297235535.011081, "message": "like in the topics list for a group?", "group_id": 88, "id": 50920}, {"user_id": 581, "stars": [], "topic_id": 1958, "date_created": 1297235551.7027669, "message": "For example on the 'your groups' page. When I rollover a row that contains Group Name, Created By, etc, the whole row turns a darker blue. I'd like to be able to click anywhere on that row to jump to the group (i.e. not just on the group title itself)", "group_id": 88, "id": 50924}, {"user_id": 581, "stars": [], "topic_id": 1958, "date_created": 1297235608.433172, "message": "It's just something I noticed myself trying to do - not sure if it fits in with best practice etc", "group_id": 88, "id": 50930}, {"user_id": 224, "stars": [], "topic_id": 1958, "date_created": 1297235870.230593, "message": "i get the rollover effect in safari but not firefox", "group_id": 88, "id": 50934}, {"user_id": 224, "stars": [], "topic_id": 1958, "date_created": 1297235886.3410871, "message": "and in chrome", "group_id": 88, "id": 50935}, {"user_id": 1, "stars": [], "topic_id": 1958, "date_created": 1297236196.5052149, "message": "I think there was some trickiness with having a click target within a click target? @etmaguire would know better", "group_id": 88, "id": 50944}, {"user_id": 1, "stars": [], "topic_id": 1958, "date_created": 1297236156.7157681, "message": "No I totally see what you're saying @spencer", "group_id": 88, "id": 50942}, {"user_id": 1, "stars": [], "topic_id": 1958, "date_created": 1297235577.4269431, "message": "/cc @etmaguire", "group_id": 88, "id": 50927}, {"user_id": 224, "stars": [], "topic_id": 1958, "date_created": 1297235853.4317989, "message": "oh, weird", "group_id": 88, "id": 50933}, {"user_id": 224, "stars": [], "topic_id": 1958, "date_created": 1297235900.6133261, "message": "but i get grey, not dark blue", "group_id": 88, "id": 50936}, {"user_id": 1, "stars": [], "topic_id": 1958, "date_created": 1297235606.5114789, "message": "(I'm not the right person to respond to this, ha)", "group_id": 88, "id": 50929}, {"user_id": 581, "stars": [], "topic_id": 1958, "date_created": 1297236009.2546599, "message": "sorry yes, it's gray. Will start taking notes before giving feedback!", "group_id": 88, "id": 50938}, {"user_id": 224, "stars": [], "topic_id": 1958, "date_created": 1297236060.7129469, "message": "i'm going to note the non-rollover in ff as a separate bug", "group_id": 88, "id": 50940}, {"user_id": 4, "stars": [{"date_created": 1297237577.665524, "user_id": 1}], "topic_id": 1958, "date_created": 1297237451.7194459, "message": "i think we will do this just need to figure out the best way to accomplish it", "group_id": 88, "id": 50960}, {"user_id": 4, "stars": [], "topic_id": 1958, "date_created": 1297237493.1921849, "message": "i don think the correct way is to just wrap everything with an anchor tag", "group_id": 88, "id": 50961}, {"user_id": 4, "stars": [], "topic_id": 1958, "date_created": 1297237498.5897951, "message": "that leaves js", "group_id": 88, "id": 50962}, {"user_id": 4, "stars": [], "topic_id": 1958, "date_created": 1297237624.8266611, "message": "anyone have an example of this so i can dissect it.. or possibly know the *best practice* for such a thing", "group_id": 88, "id": 50977}, {"user_id": 224, "stars": [], "topic_id": 1958, "date_created": 1297236029.3236051, "message": "@spencer ah, okay, just wanted to double-check", "group_id": 88, "id": 50939}, {"user_id": 4, "stars": [], "topic_id": 1958, "date_created": 1297238075.6159201, "message": "i think twitter adds a click event to a div \"stream-item\" that wraps everything which is prob what we'll end up doing", "group_id": 88, "id": 51006}, {"user_id": 218, "stars": [], "topic_id": 1958, "date_created": 1297255927.8843379, "message": "@etmaguire best practice is to attach an event handler to the root node of something (like that LI) and then intercept all clicks to it, sussing out what to do from the event that's passed in.", "group_id": 88, "id": 51269}, {"user_id": 218, "stars": [], "topic_id": 1958, "date_created": 1297255986.3116219, "message": "http://www.cherny.com/webdev/70/javascript-event-delegation-and-event-hanlders", "group_id": 88, "id": 51270}, {"user_id": 218, "stars": [], "topic_id": 1958, "date_created": 1297255991.348254, "message": "http://net.tutsplus.com/tutorials/javascript-ajax/quick-tip-javascript-event-delegation-in-4-minutes/", "group_id": 88, "id": 51271}, {"user_id": 218, "stars": [], "topic_id": 1958, "date_created": 1297263727.7231729, "message": "$('li.topic-title').click(function (e) { console.debug(e) }) then you're looking for e.target, I believe.", "group_id": 88, "id": 51278}, {"user_id": 4, "stars": [{"date_created": 1297274234.1238711, "user_id": 1}], "topic_id": 1958, "date_created": 1297274221.039876, "message": "@justinlilly thanks..I figured something to this effect would be the best way.. will prob implement this soon", "group_id": 88, "id": 51374}, {"user_id": 218, "stars": [], "topic_id": 1958, "date_created": 1297274283.5907631, "message": "awesome. There is also a jquery .delegate() function which may be more helpful. Last did that 2 years ago, so things are too fuzzy now.", "group_id": 88, "id": 51376}, {"user_id": 4, "stars": [], "topic_id": 1958, "date_created": 1297237429.1174381, "message": "@spencer so youre not the first person that has asked for this", "group_id": 88, "id": 50959}] |