Profile_bird

Hey there! jacklmoore is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving jacklmoore's tweets.

Already using Twitter
from your phone? Click here.

jacklmoore

  1. @djsolidbase Ahh.. Blend only handles transitions on background images, including text would require a somewhat significant change to the JS
  2. @Studio_25 Try this as colorbox's callback: function(){ $('#cboxPhoto').unbind().bind('click', $.fn.colorbox.close); }
  3. @kud_gray Use the open:true option, or simulate a click on the element you assigned colorbox to. Ex: $('#mycolorboxlink').click();
  4. @yayQuery Thanks for mentioning colorbox. I'm very pleased that jQuery has an official podcast now and your team's as well. Keep it up.
  5. @mercurystate Example: $('.whatever').colorbox({title:function(){ return $(this).attr('caption'); }});
  6. @mercurystate Thanks for the tip
  7. @dustingtaylor you have this: $(".box").colorbox() but class 'box' does not appear in your doc & linked to the JS twice & CSS link is broken
  8. @digibomb Call the close function once the page is fully loaded: $(window).load($.fn.colorbox.close);
  9. @circa79design The easiest solutions - set the current option to a blank string or hide it in the css: #cboxCurrent{display:none !important}
  10. @100dBs Thanks, I'm glad to hear that.
  11. @nicholaswyoung Thanks, that's great.
  12. ColorBox 1.3.2 released. Ajax/HTML img element preloading, innerWidth & innerHeight options, minor bug fixes. See: http://bit.ly/nugo9
  13. @gladapple Make check for valid doctype, css goes before the js, check bg image paths in the IE section of the css. Email me w/ example
  14. @warrenparsons Weird! Thanks for posting that.
  15. @warrenparsons I need more info to be able to understand what you are talking about. What element?, which IE?, etc. Can you provide a demo?
  16. @dannyroa You can use the CSS '!important' to overwrite the calcs. #colorbox{top:0 !important;left:inherit !important;right:0 !important;}
  17. @conradr Submit the login form via ajax - use colorbox's close() method as the call if successful.
  18. ColorBox 1.3.1 minor update. Merged colorbox.css & colorbox-ie.css files. Each example style has only a single CSS file associated with it.
  19. @vitalitycr8tve isn't that about average for you?
  20. @cioa Thanks, you are correct.