OSDN Git Service

htmlとCSSをちょこっと整理
authortnantoka <bornneet@livedoor.com>
Sun, 27 Sep 2009 11:57:52 +0000 (20:57 +0900)
committertnantoka <bornneet@livedoor.com>
Sun, 27 Sep 2009 11:57:52 +0000 (20:57 +0900)
jquery.tagget.js

index 9676257..814f984 100644 (file)
                                        '<dt>#{c}</dt>\n',
                                        '<dt>#{c}</dd>\n',
 
+                                       '<table>\n#{c}\n</table>\n',
+                                       '<tr>#{c}</tr>',
+                                       '<th>#{c}</th>',
+                                       '<td>#{c}</td>',
+
                                        '<strong>#{c}</strong>',
                                        '<em>#{c}</em>',
 
                                        '<form>\n#{c}\n</form>',
+                                       '<fieldset>#{c}</fieldset>',
                                        '<input type="#{c}" />',
 
                                        '<!--',
                                // 属性               
                                var attributes = [
                                        'href="#{c}"',
+                                       'src="#{c}"',
+                                       'cols="#{c}"',
+                                       'rows="#{c}"',
                                        'id="#{c}"',
                                        'class="#{c}"',
                                        'style="#{c}"',
 
+                                       'colspan="#{c}"',
+                                       'rowspan="#{c}"',
+                                       'border="#{c}"',
+
                                        'onload="#{c}"',
                                        'onclick="#{c}"',
                                        'onmouseover="#{c}"',
                                        'margin-left: ',
                                        'margin-top: ',
                                        'margin-bottom: ',
+                                       
                                        'padding: ',
+                                       'padding-right: ',
+                                       'padding-left: ',
+                                       'padding-top: ',
+                                       'padding-bottom: ',
+                                       
+                                       'border: ',
+                                       'border-right: ',
+                                       'border-left: ',
+                                       'border-top: ',
+                                       'border-bottom: ',
+                                       
+                                       'background: ',
+                                       'background-color: ',
+                                       'background-repeat: ',
+                                       
                                        'float: ',
                                        'clear: '
                                ];