Tag Archives: jQuery

ایجاد یک اسلایدر ساده عکس در jquery

jQuery: The Write Less, Do More,

استفاده از اسلایدر ها برای زیبایی سایت و هم چنین مشخص نمودن مطالب مهم یکی از مواردی هست که در طراحی وب استفاده می شود. اسلایدر های آماده زیادی برای این کار وجود داره اما بعضا حجم بسیار بالایی دارن و از این بابت مشکلاتی رو ایجاد میکنند. در این مطلب بسادگی یاد میگیرید که یه اسلایدر ساده با جی …

Read More »

اسلایدرهای جی‌کوئری جالب و کاربردی

jQuery

لیست یک سری اسلایدرهای جی‌کوئری جالب و کاربردی Basic slider یک اسلایدر فوق العاده سبک و کارآمد Really Simple™ Slideshow یک اسلایدر سبک و منعطف camera یک اسلایدر شکیل space gallery اسلایدر نیست اما چیز جالبیه COIN SLIDER  یک اسلایدر سبک با افکت‌های زیبا یکی از محاسن این اسلایدر، پشتیبانی از تمام براوزرها (حتی براوزرهای قدیمی مثل ie6 است) Adaptor  یک …

Read More »

JQuery show hide multiple DIV specific time interval :: نمایش چندین موضوع با جی کوئری

jQuery

In this article I’m going to explain how to show/hide multiple DIV specific time interval by using JQuery. It’s quite easy to how/hide multiple DIV specific time interval by using JQuery. JQuery Show() and hide() function enables you to do this task with custom Fade In and Fade Out effect. Please follow the steps given below

Read More »

Fill in Input Field by Clicking Link with JQuery

Fill in Input Field by Clicking Link with JQuery

HTML: <input id="a_input_id" type="text"> <a href="#" class="special_field_link">http://www.ParHost.net<a> JS: $(function(){ $('.special_field_link').live('click', function() { $("#a_input_id").val($(this).html()); }); }); Also, you can use .text() instead of .html() as listed in this answer: Fill in Input Field by Clicking Link with JQuery Running Sample: http://fiddle.jshell.net/s8nUh/

Read More »

Top 10 jQuery Tips and Tricks

jQuery

The jQuery Tips and Tricks We will now discuss some tips and tricks to use jQuery to its fullest potential. In this section we will discuss a series of such tips.

Read More »