Reputation Activity
-
Mully got a reaction from redappletech in My Portfolio RedesignHey folks,
I've just redesigned my portfolio, brought it a bit more up to date.
Just wanted some general feedback on what you thought?
Known Issues:
- Responsive Design not yet done.
- Few bits of lipsum text.
http://design.bymully.com
Cheers
-
Mully reacted to funsella in Fancybox or other lightbox jqueryFancybox has an Ajax call which would work better. You could easily pull just the content off of the page that you are looking for.
$('.click-this').fancybox({ 'type': 'ajax', 'ajax': { dataFilter: function(data) { return $(data).find('#yourTargetID .orYourTargetClass'); } } });