In this blog post i will try to explain jQuery text(), html(), and val() methods, there defination and uses.
jQuery text():
From the matched element jQuery text() method get the text contents of the particular element or Sets or returns the text content of selected elements
The following example demonstrates how to set content with the jQuery text()
$("#btn1").click(function(){ $("#test
Date: July 23, 2015, 10:50 am Author: Akram Hossain
In this blog post we will learn how to add jQuery UI date picker to Yii application.
To display jQuery UI date picker in the view page we need to call Yii built-in function widget.
This widget function accepts following parameters
Widget Name
Widget Options
Widget options also accepts multiple parameters it depends on widget class like
Model object
Attribute Name
Options
htmlOption
Date: October 27, 2014, 11:46 am Author: Akram Hossain