This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var max_count = 200; | |
var start_offset = 0; | |
var my_params = {"owner_id": "-78352393"}; | |
var key = "items"; | |
var params = {"count": max_count} + my_params; | |
var res = API.video.get(params); | |
if (res["count"]){ | |
var count = res["count"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="post" id="info-form" action="#"> | |
<input type="hidden" name="md" value="move"/> | |
<table> | |
<tbody> | |
<tr> | |
<td><input type="checkbox" name="test" value="12##48" checked="checked"/></td> | |
<td>Some value</td> | |
</tr> | |
<tr> | |
<td><input type="checkbox" name="test" value="15##25" checked="checked"/></td> |