Hi, I have a big problem, I want to select in mouse event handler current attached to it selector, but I need to (i don't know search or equal somehow) get $(this='.text_maptooltip') such like this,...
<script>
// For sure it must be javascript functions
if ( !isset(cookie['javascript'])
set_cookie('javascript', blablabla, 1second)
else
delete_cookie('javascript')...
Emm I started implementing javascript to my web site, but when I came in mind that user agent(browser) can disable running javascripts I was confused :confused: Whats the point coding with javascript...
execSQL("SELECT id FROM `$table` WHERE id=?", array('i', $u_id), style::Q_NUM_ROWS)
So it won't break something if i put a variable name in prepare statement?
So I have a heavy load of total ~64 split images in <TD> background from the one source.jpg(which size 70KB). I don't know how to fix that, it seems that something wrong in my code ,please help me to...
At all I just wanted to make that link could have his method like POST...So i designed php with javascript, the site that I create is whole PHP, I just needed javascript to make a link have his own...