How can we add change font size using jquery?
Answer / Naeem Akhatar
To change the font size of an HTML element using jQuery, you can modify its CSS style. Use the following code: `$(selector).css('font-size', 'new-font-size');` where `selector` is the ID or class of the target element and `new-font-size` is the desired font size (e.g., `14px`, `2em`, etc.)
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain jquery filter?
Why do we need to go for JQuery?
How to check data type of any variable in jquery? : jquery mobile
What to do to select element having a particular class (".selected")? : jquery mobile
How To Use Ajax In Jquery?
What is the struts2 jquery plugin and its advantages.
Consider a scenario where things can be done easily with javascript, would you still prefer jQuery?
How to select class in jquery?
Why do we use jQuery?
What is cdn? Explain
How can you add a jquery library in your project?
What are the the two types of cdns?