TechXoft
  • Home
  • Services
  • Portfolio
  • About Us
  • Testimonials
  • FAQs

WordPress

MAWA for Girls

Posted on August 21, 2013October 29, 2013 by admin

Site: MAWA for Girls

URL:http://mawaforgirls.com/

Technology Used: PHP, JQUERY, AJAX, Social Media, WordPress.

Posted in Portfolio Tagged javascript, jquery, PHP, web development, WordPress Leave a comment

Get value of selected radio button using jQuery

Posted on July 2, 2013July 5, 2013 by admin
Question: How can I get value of selected radio button using jQuery?
Answer:
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();
Posted in Questions Tagged Code Ignitor, javascript, Joomla, jquery, MVC, PHP, radio button, readonly, web development, WordPress Leave a comment

Get selected text from dropdown using jQuery

Posted on July 2, 2013July 5, 2013 by admin
Question: How can I get an dropdownlist selected text in jQuery?
Answer:
you can use following JQuery syntax for this:

 var selected_value = $('#'+yourdropdownid).val();
 var display_text = $("#yourdropdownid [value='"+selected_value+"']").text();	
Posted in Questions Tagged dropdown, javascript, jquery, MVC, PHP, web development, WordPress Leave a comment

Remove Monday

Posted on March 26, 2013October 29, 2013 by admin

Site: Remove Monday

URL: http://www.removemonday.com

Technology Used: PHP, JQUERY, AJAX, Validations, TNT Rating, Colorbox, jPaginate.

Posted in Portfolio Tagged jquery, PHP, web development, WordPress Leave a comment

Other FAQs

  • How to install Google Android Studio

  • How to show sortable containers ?

  • Uploadify with IE (Internet Explorer) destroy the session or reset the session in Codeigniter.

  • Android Studio – Change Android SDK Path

  • How to show tabs with JQuery

  • How to show twitter timelines on website with latest version 1.1

  • How to make a checkbox readonly not disabled?

  • Get value of selected radio button using jQuery

  • Get selected text from dropdown using jQuery


Follow Us!

Follow Us on FacebookFollow Us on Twitter

© and All Rights Reserved 2014 TechXoft.