10 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <button class="btn btn-info"
 | |
| 	    hx-get="/app/demo/"
 | |
| 		hx-select="[itemprop=articleBody] p">
 | |
| 	Hello World!
 | |
| </button>
 | |
| 
 | |
| <form hx-post="/hx/test/data" hx-target="#cs-debug">
 | |
|   <input name="info">
 | |
|   <button class="btn btn-primary">Post to API</button>
 | |
| </form>
 |