how can we add the value to basket with flying effect
hi i wanna to know about the jquery, i have called the one function for radio button.in my project i have a four radio buttons with different values. in jquery if i click that any one of the button that value should add with basket.im the beginner for jquery and php. can any one help me.either given my ra开发者_Go百科dio value is correct or not
$(document).ready(function(){
$("#move_items_to_basket_unlock").click(function(){
var value1 = $("#1").val();//radio values
var value2 = $("#5").val();//radio values
var value4 = $("#9").val();//radio values
var value5 = $("#10").val();//radio values
var problem = $("#list_of_problems_unlock").val();
var service_charge = $("#total_amount_unlock").val();
var lenChkBox = $("input:checked").length;
}
problem is giving the radio value.
thanks nancy
There is no flying effect in jquery, but I recommend you to try the transfer effect from jQueryUI. If you pass the outline of your element to the basket it has a similar touch.
精彩评论