javascript - Is it possible to send a DOM reference to another browser thru a server? -


i want able send element selected jquery browser opened same page. if focus textfield, selection happen on second browser too. server, that's possible, there way serialize or somehow transfer element reference (not id, cause not every element has id)

not transfering, can "reveal" values specific browser. try setting conditional statement browser feature detection, within ajax request on success() or on done(), display dom reference specific browser. hope helps.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -