View allAll Photos Tagged jquery
Disable previous date in date picker using jQuery
jQUERY fILE
<link href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" rel="Stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-2.0.2.min.js"...
www.99designhub.com/2014/07/disable-previous-date-date-pi...
jQuery : 선택된 엘리먼트의 부모 DL태그를 찾아서 DL태그내에 속한 div.img_view 엘리먼트를 추적하려면 다음과 같은 코드를 사용해야한다. $(this).parents('dl').find('div.img_view') 찾은 곳(출처) posted by 이군
I have a working version of this using jQuery, but I am still not satisfied with giving users the ability to modify their profile colors. It just makes the page look ugly (of course I intentionally mismatched the colors). Maybe I will find a better solution or limit the areas to color edit.
HTML template created for Theme Forest marketplace.
Silicon App template has been specially crafted with a software application theme in mind, be it a mobile* or a standard desktop product* .
With its professional look and feel your application will stand apart from the crowd, whether it is destined for Windows / Mac Operating Systems or for mobile platforms like IPhone / Android.
The guys over at pop&weasel do some amazing things and they're full of young talent. It was amazing to work with them!
Adam J. Sontag is a New York City-based developer dedicated to helping newcomers and veterans alike increase their familiarity and skill with jQuery and jQuery UI. A co-host of the yayQuery podcast and member of the jQuery UI Developer Relations team, he loves informing and entertaining the jQuery community. And yes, you are the first person to notice that he looks like the comedian Carrot Top.
This was the original mockup of a team website. I've implemented it as a single html page with external stylesheet and a javascript gluecode to put it together, while it still worked fine without javascript.
We renamed it the team to Incubation later, and replaced the logo with the rather overused geeko button. Also the amout of data we needed to display grew in time and the concept slowly fell apart.
I liked the amount of sliding and fading in this, but have to admit it was lousy as a website. It was just like the flash sites we all hate, alas without any flash.
Richard D. Worth is a UI developer in the Washington, DC area. He is one of the lead developers of jQuery UI, a component framework built on top of jQuery, designed to make Rich Internet Applications as simple as jQuery has made Ajax. Richard is also a co-author of the upcoming book jQuery Cookbook.
jQuery is a JavaScript library that simplifies HTML scripting. It is the most popular form of JavaScript library.
css-tricks.com/poll-results-what-javascript-library-do-yo...
Out 30th May 2016
if(typeof(jQuery)=="function")(function($)$.fn.fitVids=function())(jQuery);
jwplayer('jwplayer_hBaFlM5I_uQJFPRSF_div').setup(
"playlist":"http:\/\/content.jwplatform.com\/jw6\/hBaFlM5I.xml"
);
Taken from the long awaited forthcoming album...
About
This tiny (3KB, < 120 lines) jQuery plugin turns any table into an editable spreadsheet. Here are the key features:
No magic - works on a normal HTML table (so you can plug it in into any web table, and apply any JS function to calculate values)
DEMO
DOWNLOAD
2 total views,...
www.99designhub.com/2014/07/tiny-editable-jquery-bootstra...
HomePage de natal da Cury Construtora.
Desenvolvido em HTML, CSS, Javascript, Jquery e asp.
Produzido na Tboom Comunicação.
Layout por Stephan Rocha.
“Live Server Time Clock using PHP and Javascript” this is very important plugin for developer if user show live server time clock on web page.
DEMO
DOWNLOAD
2 total views, 2 views today
www.99designhub.com/2014/07/live-server-time-clock-using-...
Done some refreshment to my web design skillz. At work I rarely touch design and classic web technologies, so playing around with css3 and jQuery was a very educational experience.
Anyhow, this is what I came up with - a humble somewhat minimalistic design for my photography.
Your thoughts?
jQuery CSS and graphics, the bar and the label are both dynamical moved by jQuery
$(document).ready(function() {
$('#progress_txt_box').animate({"left": "+=119px"}, 1600,'easeOutBounce');
$('.progressBar span').animate({"width": "38px"}, 1600,'easeOutBounce');
});