Quote:
Intellisense for JQuery code doesn't work in .ASCX pages? is this the right behavior? should I memorize the syntax when I'm using specific pages, because I get confused when Intellisense doesn't provide me with a list of suggested words making me feel I put invalid word.
|
Explained, in depth, on page 392 and further, with the TIO showing how to fix it.
Quote:
when do we use .text() and when do we use innerHTML to get the value inside <td> ?
|
Both work, depending on what you're doing. One is jQuery; the other isn't. text() works on multiple matched elements, while innerHTML works only on a single item.
Quote:
I made a function to hide a button in 5 seconds, when I click the button it changes its place to the beginning of the next line in the page, how do I handle this?
|
Handle what? Do you want it to go to the next line but it doesn't? Or is it it going to the next line but you want to stop that? Not very clear.
Also, without any sample code, this is impossible to answer.
Quote:
another thing is the button shrinks to the left, beginning from the right side, how can i make it shrink to the middle? to begin disappear from all directions targeting to the middle?
|
Again, clear as mud. Shrink what? How? Where? With what code?
BTW: the latter two questions aren't related to my book directly. To draw more attention from other jQuery / JacaScript programemrs, you're better off posting them in a different forum such as one from the JavaScript category:
http://p2p.wrox.com/javascript-446/
Cheers,
Imar