Internet News
All about web
Home
11/24/2011
How to get the selected radios
Fairly simple code how to select input element with name gender and type radio [javascript] $('input[name=gender]:radio:checked') [/javascript]
24.11.2011 0:00:00
|
jquery snippets
NEXT POST
JQuery: working with select options
We are going to start with the next simple html code [html] <select id='opt'> <option value='1'>Boys</option> <option value='2'>Girls</option> </select> [/html] How to get selected value [javascript] $('#opt select').find(':selected').val(); [/javascript] How to get selected text [javascript] $('#opt select').find(':selected').text(); [/javascript] How to set option by value [javascript] $('select#opt option[value=1]').attr('selected','selected'); [/javascript] If we...
PREVIOUS POST
How to reload current page in Javascript
There are 3 ways how to achieve this task. [javascript] <input value='Reload Page' onclick='window.location.reload()' type='button' /> [/javascript] [javascript] <input value='Reload Page' onclick='history.go(0)' type='button' /> [/javascript] [javascript] <input value='Reload Page' onclick=window.location.href=window.location.href' type='button' /> [/javascript] The button click is used to fire the loading. You can assign the event to hyperlink or...
Mihail
Web Designer and Programmer
17
Following
138
Followers
Search
My Other Accounts
Facebook
|
100000767902399
LiveJournal
|
it-biz-bc
Twitter
|
iPadRu2
Twitter
|
itnewscc
Recent Comments
Account Deleted:
Im planar for your article writings and content...
|
more »
On
WebDesign: Suggestions Conserning Design
Mihail:
Web Design - What is the main concern? I still ...
|
more »
On
WebDesign: Suggestions Conserning Design
Mihail:
Inbound Links in Web Marketing...
|
more »
On
Inbound Links in Web Marketing
Recent Comments