Site: Boxing Star
URL: http://www.boxingstar.co.uk
Technology Used: Opencart.
PHP
Social Media Posting
Site: Social Media Posting
Technology Used:Code Ignitor, PHP, JQUERY, AJAX, Validations, Facebook API, Twitter API, LinkedIn API
MAWA for Girls
Site: MAWA for Girls
URL:http://mawaforgirls.com/
Technology Used: PHP, JQUERY, AJAX, Social Media, WordPress.
Forte Flex
Site: Forte Flex
URL: www.forteflex.com
Technology Used: PHP, JQUERY, AJAX, Social Media.
How to show tabs with JQuery
Question: How to show tabs with JQuery?
Answer:
you can use following steps for this:
Step 1: Create a UL LI based tabs listing
Step 2: Create Div based HTML for each tab.
Step 3: Assign 1 class to all divs and unique Ids to each div.
Step 4: Write CSS for tabs and divs
Step 5: Write JQuery code for manipulation
you can use following steps for this:
Step 1: Create a UL LI based tabs listing
Step 2: Create Div based HTML for each tab.
Step 3: Assign 1 class to all divs and unique Ids to each div.
Step 4: Write CSS for tabs and divs
Step 5: Write JQuery code for manipulation
Example:
HTML
CSS
JQuery
Contents for tab 1.
Contents for tab 2.
Contents for tab 3.
CSS
JQuery
Demo:
Any Hour Computer Support
Site: Any Hour Computer Support
URL: http://www.anyhourcs.com
Technology Used: PHP, JQUERY, AJAX, Social Media, twitter API.
How to make a checkbox readonly not disabled?
Question: How can I make a checkbox readonly not disabled?
Answer:
you can use following syntax for this:
you can use following syntax for this:
Get value of selected radio button using jQuery
Question: How can I get value of selected radio button using jQuery?
Answer:
you can use following JQuery syntax for this:
you can use following JQuery syntax for this:
var field_name = 'yourradioname'; //Your Radio Buttons Common Name var selected_value = $("input[name='"+field_name+"']:checked").val();
Get selected text from dropdown using jQuery
Question: How can I get an dropdownlist selected text in jQuery?
Answer:
you can use following JQuery syntax for this:
you can use following JQuery syntax for this:
var selected_value = $('#'+yourdropdownid).val(); var display_text = $("#yourdropdownid [value='"+selected_value+"']").text();
Fab Equipments
Site: Fab Equipments
URL: http://www.fab-equipments.com.pk
Technology Used: PHP, JQUERY, AJAX, Social Media buttons.