|
@@ -288,14 +288,13 @@ $.get("http://www.googo.org:8001/random_kw", function(result){
|
|
|
for (let i=0; i<result.length; i++) {
|
|
|
seoStr = seoStr+result[i]+','
|
|
|
}
|
|
|
- seoStr=str.substring(0, seoStr.length - 1);
|
|
|
+ seoStr=seoStr.substring(0, seoStr.length - 1);
|
|
|
$('#seo_string').html(seoStr)
|
|
|
});
|
|
|
const input = document.getElementById("search_query");
|
|
|
const search__btn = document.getElementById("search__btn");
|
|
|
const btn__benefit = document.querySelectorAll(".btn__benefit");
|
|
|
-const picker_str = datepicker('#daterng1', {id: 1});
|
|
|
-const picker_end = datepicker('#daterng2', {id: 1});
|
|
|
+
|
|
|
$('.sub__date').click(function(e){
|
|
|
e.preventDefault();
|
|
|
console.log(picker_end.getRange());
|