Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用泰米尔语创建一个日历。我进行了广泛的搜索,但所有结果都显示了如何将日历中的文本从其他语言转换为泰米尔语。但我想为泰米尔语年创建整个泰米尔语日历。我非常感谢从头开始用泰米尔语创建日历的任何帮助。
我需要帮助的另一项任务是将英语日期转换为等效的泰米尔语日期。
$('input.metaTitle').filter(function() { $(this).val('ya'); });
上面的代码使用 metaTitle 类查找所有输入。
我似乎无法将其更新为仅选择空字段。我试过这样的事情: