Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Multiple Fieldsets in a Row

$
0
0

The following code gives me one panel in each row; how do I get it to return 2 <fieldset> items in a row so I will have "File" and "File2" in the same row?

<script>$(document).ready(function(){$("p").append('<fieldset><legend>File:</legend><a href="create.html">Create File</a><br><a href="edit.html">Edit File</a><br><a href="Delete.html">Delete File</a></fieldset>');$("p").append('<fieldset><legend>File:</legend><a href="create.html">Create File</a><br><a href="edit.html">Edit File</a><br><a href="Delete.html">Delete File</a></fieldset>');$("p").append('<fieldset><legend>MISC:</legend><a href="Help.html">Help</a><br><a href="about.html">About us</a></fieldset>');

});
</script>


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>