following is a JavaScript code snippet using Powerful JQuery library for dealing with select HTML tag (which is – by the way – pain to deal with core javascript language).
the html code
…..
<select id=”my-ml-list” name=”my-ml-list”>
<option value=”java”>XML</option>
<option value=”java”>HTML</option>
<option value=”java”>XHTML</option>
<option value=”java”>HAML</option>
<option value=”java”>YAML</option>
<option value=”java”>YASL</option>
</select>
…..
what can jquery do for you with this list, some is follow:
iterate on all elements
<script language=”javascript”>
$(“my-ml-list [...]
Archive for the ‘Markup Languages’ Category
JQuery and SELECT tag howto
Posted in Markup Languages, code snippet, javascript, tagged howto, html, javascript, jquery, select on January 7, 2009 | Leave a Comment »
NetBeans 6.0 IDE First impression
Posted in Java, Markup Languages, Open Source, Ruby and Ruby On Rails, tagged , IDE, infoq, Java, jruby, netbeans, ruby, Ruby on Rails on December 4, 2007 | Comments Off
Today I installed Netbeans 6 and my first Impression is Wow! I will be posting in-depth look at netbeans-6.0 later.
but, what is new on netbeans-6.0?
Editor Improvements
Smarter code completion
Highlights
Better Navigation and Inspection
Live Templates and Surround Functionality
Ruby/JRuby/Ruby on Rails Support
Project support including Gems and RSpec
Advanced Ruby Editing
ActiveRecord Code Completion
Ruby Debugger
Ruby on Rails Support
Profiling
Profiler integrated into NetBeans IDE
Compare [...]