search for: bigbuzz

Displaying 5 results from an estimated 5 matches for "bigbuzz".

2005 Oct 04
5
sorting
I just want to confirm that it''s *not* possible to sort <tr>s in tables.... Jamie
2006 Jan 11
2
Good OOP and JS books / tutorials? Looking to teach my team
...n is not native to them. I can show them plenty of examples and go through developing a JS-heavy application with them, but I''m still not much of a teacher (I''m impatient :) so I''d like to have alternate materials for them. Thanks in advance! Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Feb 27
30
Calendar widget
Has anyone made, or does anyone know of, a nice calendar control based on prototype/scriptaculous out there yet? Thanks in advance! Sincerely, Ryan Gahl Design Engineer Camtronics Medical Systems (an Emageon Company) Ryan.gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org 262-369-3251 The information transmitted in this electronic mail is intended only for the person or entity to which it
2005 Sep 07
0
droponempty doesn''t activate hoverclass?
...e weird display positioning issues (my app is a calendar with my draggable items being table elements) and now I have no feedback when I am hovering over a sortable. I can hack the dragdrop.js to make it work again, but is there any particular reason why this was done? Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050907/58fd090e/attachment.html
2005 Oct 17
11
a better question
I''m trying to call a click() event on an <a href> that has an Observable registered for it. Something like: <a href="#" id="toggle_1929">show</a> ... Event.observe("toggle_1929", ''click'', function(event){ Element.toggle ("group_1929"); return false; }); ... $("toggle_1929").click(); //this throws