Categories
Website

ការសិក្សាពីការប្រើប្រាស់ jQuery

មាតិកា XIV.        CSS Manipulation ដោយប្រើប្រាស់ jQuery XIV.     CSS Manipulation ដោយប្រើប្រាស់ jQuery jQuery library រួមបញ្ចូលនូវ methods ផ្សេងៗគ្នា ដើម្បី manipulate style properties ហើយនិង CSS class នៃ DOM Element(s)។ តារាងខាងក្រោមបង្ហាញអំពី jQuery methods សម្រាប់ styling និង css manipulate។ រូបភាពខាងក្រោមបង្ហាញអំពី jQuery methods សម្រាប់ការ changes style ហើយនិង css class នៃ DOM elements. jQuery css() Method jQuery css() method គឺត្រូវបានគេប្រើដើម្បី get ឬក៏…

Categories
Website

ការសិក្សាពីការប្រើប្រាស់ jQuery – Part IV

មាតិកា XIII.Traversing DOM Elements ដោយប្រើប្រាស់ jQuery នៅក្នុង jQuery library រួមបញ្ចូលនូវ methods ផ្សេងៗគ្នា សម្រាប់ដើម្បីធ្វើការឆ្លងកាត់នូវ DOM elements ដែលស្ថិតនៅក្នុងរចនាសម្ព័ន្ធ DOM។ ក្នុងតារាងខាងក្រោមបង្ហាញអំពី jQuery methods សម្រាប់ធ្វើការទៅ Traversing DOM elements រូបភាពខាងក្រោមបង្ហាញអំពីវិធីប្រើប្រាស់ jQuery traversing methods ដើម្បីទទួលយកនូវ DOM Elements jQuery each() Method jQuery each() method គឺត្រូវបានគេប្រើទៅលើ element ដែលជាក់លាក់ (ត្រូវបានបញ្ជាក់ដោយ selector) ហើយនិង execute callback function សម្រាប់ element និមួយៗ។ រូបមន្ត       $('selector expression').each(callback function); ឧទាហរណ៍ លទ្ធផល…

Categories
Website

ការសិក្សាពីការប្រើប្រាស់ jQuery – Part 3

មាតិកា XI. Manipulate HTML Attributes ដោយប្រើប្រាស់ jQuery XII.Manipulate DOM Element’s Dimensions ដោយប្រើប្រាស់ jQuery XI.       Manipulate HTML Attributes ដោយប្រើប្រាស់ jQuery ក្នុង table list jQuery methods ខាងក្រោមប្រើដើម្បី get ហើយនិង set value នៃ attribute, property, text ឬក៏ html. រូបភាពខាងក្រោម​ បង្ហាញអំពី jQuery methods ផ្សេងៗគ្នា ដើម្បីធ្វើការ​ access នូវ attribute របស់ DOM elements, properties ហើយនិង value។ jQuery attr() Method jQuery attr()…

Categories
PHP Website

Tips: The site is experiencing technical difficulties

Open the website, you receive a message: “This site is experiencing difficulties.“ And if you open admin page, it added another detail as: “This site is experiencing difficulties. Please check your site admin email inbox for instruction” So it’s telling you check email of an Admin user and of course, if you are lucky, you…

Categories
Website

Bootstrap 3 – Auto Apply Default Form Control Style

Remember my case? To migrate full application from Bootstrap 2 to Bootstrap 3, there are still many cases to treat such as this one, we need to place CSS class: form-control to every input, textarea and select tag, how about if we have so many files to treat? Let’s go straight, here is a code…

Categories
Website

TinyMCE – Incorrect function. l.setActive [IE11]

If you meet an error with your TinyMCE as Incorrect function. setActive on IE11, it seemly, you are using one of an old version of TinyMCE in 2013, there are some places already raised the error in their old product such as: https://core.trac.wordpress.org/ticket/25281 https://github.com/tinymce/tinymce/commit/cd01160b037cab69c2f45866d9443e09851cf839 http://www.tinymce.com/develop/changelog/?type=tinymce That would explain the issue. So, please upgrade your TinyMCE…

Categories
General Website

How to remove the dropdown arrow from Select Tag in IE, Firefox, Chrome, Safari

Web design is a difficult work also when we think about to make it compatible with all devices, browsers or OS. Here is one of a regularly question about “How to remove the dropdown arrow from Select tag” which we could solve it in different way as well. Firefox, Chrome, Safari: With CSS3, you can…